Skip to content

Commit cc4ceed

Browse files
authoredNov 16, 2018
Merge pull request #58199 from craigshoemaker/crs-storage-upload-patch-01
Fix appservice sku typo
2 parents 105f0fd + cc121d7 commit cc4ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/storage/blobs/storage-upload-process-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Create an App Service plan with the [az appservice plan create](/cli/azure/appse
100100
The following example creates an App Service plan named `myAppServicePlan` in the **Free** pricing tier:
101101

102102
```azurecli-interactive
103-
az appservice plan create --name myAppServicePlan --resource-group myResourceGroup --sku FREE
103+
az appservice plan create --name myAppServicePlan --resource-group myResourceGroup --sku Free
104104
```
105105

106106
## Create a web app

0 commit comments

Comments
 (0)