Skip to content

Commit ba1b1ba

Browse files
authored
Updated storage blob event source flag
Fixes "Argument 'resource_id' has been deprecated and will be removed in version '3.0.0'. Use '--source-resource-id' instead" warning when running command in CLI
1 parent 246d38d commit ba1b1ba

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)