Is there a way to get the connection string of an Azure Service Bus Namespace by just supplying the namespace name?
I currently have the connection string hard-coded in the config but this will change after deployment to the next environment. I know what the namespace will be but wont have access to the portal to retrieve its connection string.
Anyone know if this is possible or if there is a better approach for this scenario?