You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the above error when I am trying to access the queue using managed identity. I replaced the connection from connection string to managed identity. In this process I am facing the issue
Steps followed:
Gave role access to the function app (azure service data owner role) in the azure service bus.
Add the environment variable connection string variable appended with "__fullyQualifiedNamespace"
for expamle azurebusconnectionstring__fullyQualifiedNamespace
ServiceBus SDK version is installed with latest stabled version(7)
The text was updated successfully, but these errors were encountered:
I am facing the above error when I am trying to access the queue using managed identity. I replaced the connection from connection string to managed identity. In this process I am facing the issue
Steps followed:
for expamle azurebusconnectionstring__fullyQualifiedNamespace
The text was updated successfully, but these errors were encountered: