-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Board Review: Event Hubs - Custom Endpoint Support #1367
Comments
//cc: @KrzysztofCwalina |
This (one additional property on client options) looks good to me. |
Same here. |
Is this only an issue for EventHubs? |
Fine with me. |
This will also be an issue in Service Bus, due to the Messaging infrastructure for routing to a node in their cluster. It should not, to my knowledge, impact other services. |
Should it be considered a proxy setting? |
I don't believe that would work, unless I'm misunderstanding the question. For the Messaging clients, a proxy can only be used when For some languages, like C#, we're expecting a built-in framework type for the proxy, which is provided by the caller and for which there are no additional options passed. The proxy as well as the other transport values are supplied as part of the |
I spoke to Jesse and I'm OK with this. |
Closing as this has been implemented across languages |
The Basics
About this client library
Artifacts required (per language)
.NET
Java
Python
TypeScript
Champion Scenarios
Connecting on a restricted network
A local hospital employs a strict set of network policies to ensure the safety of their network and the security of their patient information. As part of this strategy, all traffic is routed through a security proxy which performs a threat analysis and logging of connections.
In order to allow for trusted internal applications to embrace cloud services, a special bank of IP addresses has been reserved which passes through a secure DMZ path rather than the security proxy. In order for trusted connections to work appropriately, they must resolve to one of the reserved IP addresses using a CNAME configured in the local DNS service.
Because of these restrictions, applications are unable to perform direct connections to the Azure Event Hubs service using the standard endpoint address and require the ability to specify a custom host name to ensure they route through the proper intermediary for the connection to be made.
The text was updated successfully, but these errors were encountered: