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/secure-webhook-delivery.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ There are two subsections in this section. Read through both the scenarios or th
40
40
41
41
This section shows how to configure the event subscription by using a Microsoft Entra user.
42
42
43
-
1. Create a Microsoft Entra application for the webhook configured to work with the Microsoft directory (single tenant).
43
+
1. Create a Microsoft Entra application for the webhook configured to work with the Microsoft Entra (single tenant).
44
44
45
45
2. Open the [Azure Shell](https://portal.azure.com/#cloudshell/) in the tenant and select the PowerShell environment.
46
46
@@ -90,13 +90,13 @@ This section shows how to configure the event subscription by using a Microsoft
90
90
91
91
This section shows how to configure the event subscription by using a Microsoft Entra application.
92
92
93
-
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with the Microsoft directory (Single tenant).
93
+
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with the Microsoft Entra (Single tenant).
94
94
95
95
2. Create a secret for the Microsoft Entra application and save the value (you need this value later).
96
96
97
97
3. Go to the **Access control (IAM)** page for the Event Grid topic and assign **Event Grid Contributor** role to the Event Grid subscription writer app. This step allows you to have access to the Event Grid resource when you logged-in into Azure with the Microsoft Entra application by using Azure CLI.
98
98
99
-
4. Create a Microsoft Entra application for the webhook configured to work with the Microsoft directory (Single tenant).
99
+
4. Create a Microsoft Entra application for the webhook configured to work with the Microsoft Entra (Single tenant).
100
100
101
101
5. Open the [Azure Shell](https://portal.azure.com/#cloudshell/) in the tenant and select the PowerShell environment.
102
102
@@ -153,7 +153,7 @@ Based on the diagram, follow next steps to configure both tenants.
153
153
154
154
Do the following steps in **Tenant A**:
155
155
156
-
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with any Microsoft Entra directory (multitenant).
156
+
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with any Microsoft Entra (multitenant).
157
157
158
158
2. Create a secret for the Microsoft Entra application, and save the value (you need this value later).
159
159
@@ -163,7 +163,7 @@ Do the following steps in **Tenant A**:
163
163
164
164
Do the following steps in **Tenant B**:
165
165
166
-
1. Create a Microsoft Entra Application for the webhook configured to work with the Microsoft directory (single tenant).
166
+
1. Create a Microsoft Entra Application for the webhook configured to work with the Microsoft Entra (single tenant).
167
167
5. Open the [Azure Shell](https://portal.azure.com/#cloudshell/), and select the PowerShell environment.
168
168
6. Modify the **$webhookAadTenantId** value to connect to the **Tenant B**.
0 commit comments