Is it possible to add an Event Hub to a VNet in Azure and make it public facing. Is there any restriction that only VMs / Web/API app can be in the public subnet of a VNet and not resources like Event Hub / IoT Hub / Service Bus
2 Answers
1
votes
1
votes
An update to this post now is that Azure Virtual network endpoints service is generally available now for the Azure Event hubs. And so you can now use azure event hubs to be inside your vnet and accept traffic only from within your authorized subnets.
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-service-endpoints
public subnet
in azure, what do you mean? – 4c74356b41