Forum Discussion
NathanS03
Dec 12, 2022Copper Contributor
Event Hub Security (Networking)
Hello all, I have a logic app that streams enriched events into an event Hub. I noticed for this to work; I need to have the event Hub configured to "All Networks" as we currently do not have any...
Kidd_Ip
Oct 03, 2025MVP
How about by VNet Service Endpoint:
1. Go to your Event Hub namespace in the Azure portal.
2. Select Networking under Settings.
3. Change Public network access to Selected Networks.
4. Add your VNet and subnet under Virtual Network Service Endpoints.
5. Optionally, add IP firewall rules for specific IPs.