Skip to content

Commit fbec645

Browse files
authored
Update blob-upload-function-trigger.md
"-resource-group" should be changed as "--resource-group"
1 parent e9456c1 commit fbec645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/blob-upload-function-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To create the storage account and container, we can run the CLI commands seen be
8888
```azurecli-interactive
8989
az group create --location eastus --name msdocs-storage-function \
9090
91-
az storage account create --name msdocsstorageaccount -resource-group msdocs-storage-function -l eastus --sku Standard_LRS \
91+
az storage account create --name msdocsstorageaccount --resource-group msdocs-storage-function -l eastus --sku Standard_LRS \
9292
9393
az storage container create --name imageanalysis --account-name msdocsstorageaccount --resource-group msdocs-storage-function
9494
```

0 commit comments

Comments
 (0)