Forum Discussion

NathanS03's avatar
NathanS03
Copper Contributor
Dec 12, 2022

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 Vnets or Private endpoints associated with the resource group.

 

Does anyone have input on if the use of a private endpoint or vnet would help to secure the event hub? And if so where to begin in configuring said solution? Any input is greatly appreciated!

1 Reply

  • 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.

     

     

Resources