Skip to content

Commit e36782e

Browse files
author
Jill Grant
authored
Merge pull request #290483 from samurp/patch-9
Event Hubs NSP Doc update
2 parents f1d42c9 + 01c43e9 commit e36782e

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

articles/event-hubs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@
184184
href: authorize-access-azure-active-directory.md
185185
- name: Network security
186186
href: network-security.md
187+
- name: Network security perimeter
188+
href: network-security-perimeter.md
187189
- name: Security controls by Azure Policy
188190
displayName: regulatory, compliance, standards, domains
189191
href: ./security-controls-policy.md
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Network Security Perimeter
3+
titleSuffix: Azure Event Hubs
4+
description: Overview of Network Security Perimeter feature for Event Hubs
5+
author: samurp
6+
ms.author: samurp
7+
ms.reviewer: spelluru
8+
ms.date: 05/13/2024
9+
ms.topic: conceptual
10+
ms.custom:
11+
---
12+
13+
14+
# Network Security Perimeter for Azure Event Hubs
15+
16+
[Event Hubs](event-hubs-about.md)
17+
18+
The Network Security Perimeter serves as a crucial safeguard for network traffic between Azure Event Hubs and other Platform as a Service (PaaS) offerings like Azure Storage and Azure Key Vault. By confining communication solely to Azure resources within its boundaries, it effectively blocks unauthorized attempts to access resources beyond its secure perimeter.
19+
20+
Integrating Event Hubs Kafka within this framework enhances data streaming capabilities while ensuring robust security measures. This integration not only provides a reliable and scalable platform but also strengthens data protection strategies, mitigating risks associated with unauthorized access or data breaches.
21+
22+
Operating as a service under Azure Private Link, the Network Security Perimeter facilitates secure communication for PaaS services deployed outside the virtual network. It enables seamless interaction among PaaS services within the perimeter and facilitates communication with external resources through carefully configured access rules. Additionally, it supports outbound resources such as Azure Key Vault for Bring Your Own Key (BYOK) and Azure Storage for data capture, further enhancing its versatility and utility in diverse cloud environments.
23+
24+
> [!NOTE]
25+
> Network Security Perimeter does not support [Azure Event Hubs - Geo-disaster recovery](event-hubs-geo-dr.md)
26+
27+
## Associate Event Hubs with a Network Security Perimeter in the Azure portal
28+
1. Search for "Network Security Perimeter" in the Portal search bar and then click on **Create** button and create the resource.
29+
1. In the first screen, provide a Name and Region and choose the subscription.
30+
1. Under the **Resources** section, click on the **Associate** button and navigate to the Event Hubs namespace you want to add.
31+
32+
## Related Content
33+
- For an overview of [network service perimeter](https://aka.ms/networksecurityperimeter)
34+
- For monitoring with [diagnostic logs in network security perimeter](https://aka.ms/networksecurityperimeter)
35+
- For other Event Hubs security features, see [Network Security for Azure Event Hubs](network-security.md)
36+
- For additional information on using private endpoints, see [Use Private Endpoints](https://learn.microsoft.com/azure/event-hubs/private-link-service)

0 commit comments

Comments
 (0)