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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Begin by creating an Azure AD Application for your protected endpoint. See https
27
27
28
28
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:
29
29
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.
32
32
33
33
1. Modify the PowerShell script's $myTenantId to use your Azure AD Tenant ID.
34
34
1. Modify the PowerShell script's $myAzureADApplicationObjectId to use the Object ID of your Azure AD Application
0 commit comments