Our internal network is configured to prevent our development environment from "seeing" our production environment (and visa-versa).
Using Microsoft Azure Service Bus, using the connection string (ex. sb://myBus.servicebus.windows.net), is there a way to manage access at the machine level?
Ex. Allow DevServerA to 'see' sb://myDevelopmentBus, but not 'see' sb://OurProductionBus
Blocking via IP doesn't work because both connection strings resolve to the same IP address.