I am trying to connect to an azure sb message object using Connector Discovery. To do this I am using the connection URL that was provided by our azure service bus team for that specific object in the following format:
Endpoint=sb:/<namespace>.servicebus.windows.net/;SharedAccessKeyName=<SharedAccessKeyName>;SharedAccessKey=<SharedAccessKey>;EntityPath=<queueName>
Using that connectionstring in Azure ServiceBus explorer the connection is setup with no issue:

However entering the same connectionstring via Connector Discovery immidately triggers an error:


In ibmtkelectronapp.log in .metadata of the workspace I can also see the following Errors:
"msg":"Invaid Permission/Credentials","v":0}
{\"message\":\"Validate connection for authType BASIC_MESSAGE WAS REDACTED AS IT CONTAINED SECRETS (API_KEY)\",\"statusCode\":500,\"error\":{\"errorName\":\"error_ping_failed\",\"statusCode\":500,\"inserts\":[\"azureservicebus\",\"BASIC_API_KEY\",\"[object Object]\"],\"errorBag\":{\"errorDetails\":\"[object Object]\"},\"message\":\"Validate connection for authType BASIC_MESSAGE WAS REDACTED AS IT CONTAINED SECRETS (API_KEY)\",\"status\":500}}",