Skip to content

Commit 2c06f19

Browse files
Merge pull request #269296 from MayankBargali-MSFT/patch-112
(AzureCXP) fixed sample
2 parents e2a6f88 + aa3f162 commit 2c06f19

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)