Skip to content

Commit aa3f162

Browse files
(AzureCXP) fixed sample
update the powershell script resolves MicrosoftDocs/azure-docs#120798
1 parent d65ab52 commit aa3f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are the high level steps from the script:
2323
```azurepowershell
2424
# NOTE: Before run this script ensure you are logged in Azure by using "az login" command.
2525
26-
$webhookAppId = "[REPLACE_WITH_YOUR_ID]"
26+
$webhookAppObjectId = "[REPLACE_WITH_YOUR_ID]"
2727
$eventSubscriptionWriterUserPrincipalName = "[REPLACE_WITH_USER_PRINCIPAL_NAME_OF_THE_USER_WHO_WILL_CREATE_THE_SUBSCRIPTION]"
2828
2929
# Start execution

0 commit comments

Comments
 (0)