We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c59198 commit cc121d7Copy full SHA for cc121d7
articles/storage/blobs/storage-upload-process-images.md
@@ -100,7 +100,7 @@ Create an App Service plan with the [az appservice plan create](/cli/azure/appse
100
The following example creates an App Service plan named `myAppServicePlan` in the **Free** pricing tier:
101
102
```azurecli-interactive
103
-az appservice plan create --name myAppServicePlan --resource-group myResourceGroup --sku FREE
+az appservice plan create --name myAppServicePlan --resource-group myResourceGroup --sku Free
104
```
105
106
## Create a web app
0 commit comments