Skip to content

Commit 41b8566

Browse files
(AzureCXP) fix note
1 parent e71a305 commit 41b8566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/secure-webhook-delivery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Begin by creating an Azure AD Application for your protected endpoint. See https
2727

2828
Use the PowerShell script below in order to create a role and service principle in your Azure AD Application. You will need the Tenant ID and Object ID from your Azure AD Application:
2929

30-
> [!NOTE]
31-
> You must be a member of the [Azure AD Application Administrator role](https://docs.microsoft.com/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles) to execute this script.
30+
> [!NOTE]
31+
> You must be a member of the [Azure AD Application Administrator role](https://docs.microsoft.com/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles) to execute this script.
3232
3333
1. Modify the PowerShell script's $myTenantId to use your Azure AD Tenant ID.
3434
1. Modify the PowerShell script's $myAzureADApplicationObjectId to use the Object ID of your Azure AD Application
@@ -123,4 +123,4 @@ In the additional features tab, check the box for 'Use AAD authentication' and c
123123

124124
* For information about monitoring event deliveries, see [Monitor Event Grid message delivery](monitor-event-delivery.md).
125125
* For more information about the authentication key, see [Event Grid security and authentication](security-authentication.md).
126-
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
126+
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).

0 commit comments

Comments
 (0)