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-grid/configure-firewall.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure firewall for Azure Event Grid topics or domains (Preview)
2
+
title: Configure IP firewall for Azure Event Grid topics or domains (Preview)
3
3
description: This article describes how to configure firewall settings for Event Grid topics or domains.
4
4
services: event-grid
5
5
author: spelluru
@@ -16,28 +16,24 @@ By default, topic and domain are accessible from internet as long as the request
16
16
This article describes how to configure IP firewall settings for Azure Event Grid topics or domains.
17
17
18
18
## Use Azure portal
19
+
This section shows you how to use the Azure portal to create inbound IP firewall rules. The steps shown in this section are for topics. You can use similar steps to create inbound IP rules for **domains**.
19
20
20
21
1. In the [Azure portal](https://portal.azure.com), Navigate to your Event Grid topic or domain, and switch to the **Networking** tab.
21
-
2.For the **Allow access from** field, select **Public networks** to allow all network, including the internet, to access the resource. You can restrict the traffic using IP-based firewall rules.
22
+
2.Select **Public networks** to allow all network, including the internet, to access the resource.
22
23
23
-
If you want to allow only sources with selected IP addresses to publish to the topic or domain, enter the **range of IP addresses**. Singular addresses can be entered in IPv4 notation while address ranges must be entered in CIDR notation. Several online tools exist for [converting IP ranges to CIDR](https://ipaddressguide.com/cidr).
24
+
You can restrict the traffic using IP-based firewall rules. Specify a single IPv4 address or a range of IP addressesin Classless inter-domain routing (CIDR) notation.
3. Select **Private endpoints only** to allow only private endpoint connections to access this resource. Use the **Private endpoint connections** tab on this page to manage connections.
> The steps shown in this section are mostly for topics. You can use similar steps to create inbound IP rules for **domains**.
33
-
34
32
35
33
36
34
## Use Azure CLI
37
-
This section shows you how to use Azure CLI commands to create topics with inbound IP rules.
35
+
This section shows you how to use Azure CLI commands to create topics with inbound IP rules. The steps shown in this section are for topics. You can use similar steps to create inbound IP rules for **domains**.
38
36
39
-
> [!NOTE]
40
-
> The steps shown in this section are mostly for topics. You can use similar steps to create inbound IP rules for **domains**.
41
37
42
38
### Enable public network access for an existing topic
43
39
By default, the public network access is enabled for topics and domains. You can restrict traffic by configuring inbound IP firewall rules.
@@ -83,11 +79,9 @@ az rest --method put \
83
79
--body {\""location\"":\""<LOCATION>\", \""properties\"" :{\""publicNetworkAccess\"":\""enabled\"", \""InboundIpRules\"": [ {\""ipMask\"": \""<IP ADDRESS or IP ADDRESS RANGE in CIDR notation>\"", \""action\"": \""allow\""}, {\""ipMask\"": \""<IP ADDRESS or IP ADDRESS RANGE in CIDR notation>\"", \""action\"": \""allow\""} ]}}
84
80
```
85
81
86
-
## Use PowerShell
87
-
This section shows you how to use Azure PowerShell commands to create Azure Event Grid topics with inbound rules.
88
82
89
-
> [!NOTE]
90
-
> The steps shown in this section are mostly for topics. You can use similar steps to create inbound IP rules for **domains**.
83
+
## Use PowerShell
84
+
This section shows you how to use Azure PowerShell commands to create Azure Event Grid topics with inbound IP firewall rules. The steps shown in this section are for topics. You can use similar steps to create inbound IP rules for **domains**.
91
85
92
86
### Prerequisite
93
87
Follow instructions from [How to: Use the portal to create an Azure AD application and service principal that can access resources](../active-directory/develop/howto-create-service-principal-portal.md) to create an Azure Active Directory application and note down the following values:
Copy file name to clipboardExpand all lines: articles/event-grid/configure-private-endpoints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You can use [private endpoints](../private-link/private-endpoint-overview.md) to
16
16
This article describes how to configure private endpoints for topics or domains.
17
17
18
18
> [!IMPORTANT]
19
-
> Private endpoints feature is available for topics and domains only in premium tier.
19
+
> Private endpoints feature is available for topics and domains only in premium tier. To upgrade from basic tier to premium tier, see the [Update pricing tier](update-tier.md) article.
20
20
21
21
## Use Azure portal
22
22
This section shows you how to use the Azure portal to create a private endpoint for a topic or a domain.
Copy file name to clipboardExpand all lines: articles/event-grid/update-tier.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article shows you how to update pricing tier of an Azure Event Grid topic b
17
17
This section shows how to change the pricing tier of a topic or a domain in the Azure portal.
18
18
19
19
### Overview page
20
-
You can change the pricing tier of a topic or a domain on the **Overview** page. The following example shows how to upgrade a topic from the basic tier to premium tier. The steps for downgrading a topic/domain from the premium tier to basic tier are similar.
20
+
You can change the pricing tier of a topic or a domain on the **Overview** page. The following example shows how to upgrade a topic from the basic tier to premium tier. The steps to downgrade from the premium tier to basic tier are similar.
21
21
22
22
1. In the [Azure portal](https://portal.azure.com), navigate to the topic or domain page.
23
23
2. On the **Overview** page, select the current pricing tier (in the following example, it's **basic**.)
@@ -51,7 +51,7 @@ You can **upgrade** from the basic tier to the premium tier on the **Networking*
51
51
52
52
53
53
## Use Azure CLI
54
-
This section shows you how to use Azure CLI commands to change pricing tier for a topic or domain.
54
+
This section shows you how to use Azure CLI commands to change the pricing tier of a topic or domain.
55
55
56
56
### Upgrade a topic from basic to premium
57
57
@@ -88,7 +88,7 @@ az rest --method patch \
88
88
89
89
90
90
## Use Azure PowerShell
91
-
This section shows you how to use PowerShell commands to change pricing tier for a topic or domain.
91
+
This section shows you how to use PowerShell commands to change the pricing tier of a topic or domain.
92
92
93
93
### Prepare token and headers for REST API calls
94
94
Run the following prerequisite commands to get an authentication token to use with REST API calls, and authorization and other header information.
* For information about monitoring event deliveries, see [Monitor Event Grid message delivery](monitor-event-delivery.md).
163
-
* For more information about the authentication key, see [Event Grid security and authentication](security-authentication.md).
164
-
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
161
+
For premier tier topics and domains, you can configure private endpoints to restrict access from only from selected virtual networks. For step-by-step instructions, see [Configure private endpoints](configure-private-endpoints.md).
0 commit comments