You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-service-endpoints.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Virtual Network service endpoints - Azure Event Hubs | Microsoft Docs
3
-
description: This article provides information on how to adda Microsoft.EventHub service endpoint to a virtual network.
3
+
description: This article provides information on how to add a Microsoft.EventHub service endpoint to a virtual network.
4
4
services: event-hubs
5
5
documentationcenter: ''
6
6
author: ShubhaVijayasarathy
@@ -10,7 +10,7 @@ ms.service: event-hubs
10
10
ms.devlang: na
11
11
ms.topic: article
12
12
ms.custom: seodec18
13
-
ms.date: 12/06/2018
13
+
ms.date: 03/12/2019
14
14
ms.author: shvija
15
15
16
16
---
@@ -19,9 +19,10 @@ ms.author: shvija
19
19
20
20
The integration of Event Hubs with [Virtual Network (VNet) Service Endpoints][vnet-sep] enables secure access to messaging capabilities from workloads such as virtual machines that are bound to virtual networks, with the network traffic path being secured on both ends.
21
21
22
-
Once configured to be bound to at least one virtual network subnet service endpoint, the respective Event Hubs namespace no longer accepts traffic from anywhere but authorized subnets in virtual networks. From the virtual network perspective, binding an Event Hubs namespace to a service endpoint configures an isolated networking tunnel from the virtual network subnet to the messaging service.
22
+
Once configured to bound to at least one virtual network subnet service endpoint, the respective Event Hubs namespace no longer accepts traffic from anywhere but authorized subnets in virtual networks. From the virtual network perspective, binding an Event Hubs namespace to a service endpoint configures an isolated networking tunnel from the virtual network subnet to the messaging service.
23
+
24
+
The result is a private and isolated relationship between the workloads bound to the subnet and the respective Event Hubs namespace, in spite of the observable network address of the messaging service endpoint being in a public IP range. There is an exception to this behavior. Enabling a service endpoint, by default, enables the denyall rule in the IP firewall associated with the virtual network. You can add specific IP addresses in the IP firewall to enable access to the Event Hub public endpoint.
23
25
24
-
The result is a private and isolated relationship between the workloads bound to the subnet and the respective Event Hubs namespace, in spite of the observable network address of the messaging service endpoint being in a public IP range.
25
26
26
27
>[!WARNING]
27
28
> Implementing Virtual Networks integration can prevent other Azure services from interacting with Event Hubs.
@@ -45,7 +46,7 @@ The result is a private and isolated relationship between the workloads bound to
45
46
46
47
## Advanced security scenarios enabled by VNet integration
47
48
48
-
Solutions that require tight and compartmentalized security, and where virtual network subnets provide the segmentation between the compartmentalized services, generally still need communication paths between services residing in those compartments.
49
+
Solutions that require tight and compartmentalized security, and where virtual network subnets provide the segmentation between the compartmentalized services, still need communication paths between services residing in those compartments.
49
50
50
51
Any immediate IP route between the compartments, including those carrying HTTPS over TCP/IP, carries the risk of exploitation of vulnerabilities from the network layer on up. Messaging services provide completely insulated communication paths, where messages are even written to disk as they transition between parties. Workloads in two distinct virtual networks that are both bound to the same Event Hubs instance can communicate efficiently and reliably via messages, while the respective network isolation boundary integrity is preserved.
0 commit comments