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 have running the Azure Service Bus emulator docker container on my MacBook Air M3.
Running with a small Go code snippet using the ConnectionString: "Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"
results in:
"azservicebus new client from connection string: failed parsing connection string due to unmatched key value separated by '='"
The text was updated successfully, but these errors were encountered:
I have running the Azure Service Bus emulator docker container on my MacBook Air M3.
Running with a small Go code snippet using the ConnectionString: "Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"
results in:
"azservicebus new client from connection string: failed parsing connection string due to unmatched key value separated by '='"
The text was updated successfully, but these errors were encountered: