Skip to content

Commit 29243c7

Browse files
authored
Merge pull request #111659 from spelluru/egridtypo0416
fixed
2 parents 2d0051c + 467a7d8 commit 29243c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/resize-images-on-storage-blob-upload-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In the following command, provide your own unique function app name. The functio
9797
```azurecli-interactive
9898
az functionapp create --name $functionapp --storage-account $functionstorage \
9999
--resource-group $resourceGroupName --consumption-plan-location southeastasia \
100-
--functions_version 2
100+
--functions-version 2
101101
```
102102
103103
Now configure the function app to connect to the Blob storage account you created in the [previous tutorial][previous-tutorial].

0 commit comments

Comments
 (0)