Skip to content

Commit e88d055

Browse files
Merge pull request #221145 from RyanHill-MSFT/issues/102440-cli-command-clarification
(Azure CXP) update cli-linux-acr-aspnetcore.md
2 parents 3645396 + 9aa6a17 commit e88d055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/scripts/cli-linux-acr-aspnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This sample script creates a resource group, a Linux App Service plan, and an ap
7373
az webapp create --name <app_name> --plan AppServiceLinuxDockerPlan --resource-group myResourceGroup --deployment-container-image-name <acr_registry_name>.azurecr.io/<container_name:version>
7474
```
7575

76-
1. Configure web app with a custom Docker Container from Azure Container Registry.
76+
1. Configure an existing web app with a custom Docker Container from Azure Container Registry.
7777

7878
```bash
7979
az webapp config container set --resource-group myResourceGroup --name <app_name> --docker-registry-server-url http://<acr_registry_name>.azurecr.io --docker-registry-server-user <registry_user> --docker-registry-server-password <registry_password>

0 commit comments

Comments
 (0)