Blog Post
Announcing the Public Preview of the New Hybrid Connection Manager (HCM)
Doesn't work with the connection string generated by Hybrid Connection entity under Azure Relay.
- jordanseligJun 03, 2025
Microsoft
alvin3 Can you please share the format of the connection string you used here? Please remove any personal info from it.
I will update the docs to provide more info on the connection string format and where to find it. It should look like the following. I just tested with this and was able to successfully add a connection. If we confirm this is correct for you and you still can't add, we can diagnose further.
Endpoint=sb://<namespace>.servicebus.windows.net/;SharedAccessKeyName=defaultListener;SharedAccessKey=<key>;EntityPath=<hybrid-connection-name>
This can be found in the Azure portal if you select your Hybrid Connection:- alvin3Jun 03, 2025Copper Contributor
Hi Jordan,
Your colleague Xingyang has emailed me that it is a bug that is incorrectly rejecting connection strings that contain any underscore characters (_). I can confirm that would be the case based on my testing so far. You are copied in that email too.