Skip to content

Commit f04fb93

Browse files
authored
Merge pull request #51720 from mikaelweave/patch-1
Updated storage blob event source flag
2 parents 4fd87d2 + ba1b1ba commit f04fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-event-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ storageid=$(az storage account show --name <storage_account_name> --resource-gro
8888
endpoint=https://$sitename.azurewebsites.net/api/updates
8989
9090
az eventgrid event-subscription create \
91-
--resource-id $storageid \
91+
--source-resource-id $storageid \
9292
--name <event_subscription_name> \
9393
--endpoint $endpoint
9494
```

0 commit comments

Comments
 (0)