Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

An Event Hubs namespace is a management container for event hubs (or topics, in Kafka parlance).

Namespace provides DNS Integrated Network Endpoint which refers to the way of securing with Event Hubs : Allow access from specific IP addresses, Allow access from specific virtual networks, Allow access via private endpoints.

  1. Specific IP addresses : https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-ip-filtering

  2. Specific Virtual Networks : https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-service-endpoints

  3. Private Endpoints : https://docs.microsoft.com/en-us/azure/event-hubs/private-link-service

  • No labels