Skip to content

Commit 82f233b

Browse files
authored
Merge pull request #92156 from synsun/patch-1
Update blob-upload-function-trigger.md
2 parents 2c641b4 + fbec645 commit 82f233b

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)