Skip to content

Commit 123ccf5

Browse files
authored
Merge pull request #134729 from spelluru/ehubprivate1020
private endpoints supported in "standard" tier too
2 parents f4f70b1 + 4d6f448 commit 123ccf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/network-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Network security for Azure Event Hubs
33
description: This article describes how to configure access from private endpoints
44
ms.topic: conceptual
5-
ms.date: 06/23/2020
5+
ms.date: 10/20/2020
66
---
77

88
# Network security for Azure Event Hubs
@@ -67,8 +67,8 @@ For more information, see [How to configure virtual network service endpoints fo
6767

6868
A private endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. The private endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet. All traffic to the service can be routed through the private endpoint, so no gateways, NAT devices, ExpressRoute or VPN connections, or public IP addresses are needed. Traffic between your virtual network and the service traverses over the Microsoft backbone network, eliminating exposure from the public Internet. You can connect to an instance of an Azure resource, giving you the highest level of granularity in access control.
6969

70-
> [!NOTE]
71-
> This feature is supported only with the **dedicated** tier. For more information about the dedicated tier, see [Overview of Event Hubs Dedicated](event-hubs-dedicated-overview.md).
70+
> [!IMPORTANT]
71+
> This feature is supported for both **standard** and **dedicated** tiers. It's not supported in the **basic** tier.
7272
7373
For more information, see [How to configure private endpoints for an event hub](private-link-service.md)
7474

0 commit comments

Comments
 (0)