Skip to content

Commit 04218ce

Browse files
Merge pull request MicrosoftDocs#32960 from farleymike/patch-1
Fixed typo
2 parents 837332b + fba4fa7 commit 04218ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/tutorial-multi-container-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Your multi-container is now running in Web App for Containers. However, if you i
310310

311311
### Configure environment variables
312312

313-
To use of persistent storage, you'll enable this setting within App Service. To make this change, use the [az webapp config appsettings set](/cli/azure/webapp/config/appsettings?view=azure-cli-latest#az-webapp-config-appsettings-set) command in Cloud Shell. App settings are case-sensitive and space-separated.
313+
To use persistent storage, you'll enable this setting within App Service. To make this change, use the [az webapp config appsettings set](/cli/azure/webapp/config/appsettings?view=azure-cli-latest#az-webapp-config-appsettings-set) command in Cloud Shell. App settings are case-sensitive and space-separated.
314314

315315
```azurecli-interactive
316316
az webapp config appsettings set --resource-group myResourceGroup --name <app-name> --settings WEBSITES_ENABLE_APP_SERVICE_STORAGE=TRUE

0 commit comments

Comments
 (0)