Azure Event Hub - 虚拟网络集成 - 限制阅读
Azure Event Hub - Virtual Net Integration - Restrict Reading
有没有办法通过虚拟网络集成来限制 Azure 事件中心,以允许从 public 进入和到特定 VNET 的出站?
这目前是不可能的。防火墙限制适用于所有连接(无论是发送还是消费):
The IP filter rules are applied at the Event Hubs namespace level.
Therefore, the rules apply to all connections from clients using any
supported protocol.
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-ip-filtering
有没有办法通过虚拟网络集成来限制 Azure 事件中心,以允许从 public 进入和到特定 VNET 的出站?
这目前是不可能的。防火墙限制适用于所有连接(无论是发送还是消费):
The IP filter rules are applied at the Event Hubs namespace level. Therefore, the rules apply to all connections from clients using any supported protocol.
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-ip-filtering