Skip to content

Commit da67d3d

Browse files
authored
Merge pull request #113523 from Blackmist/fixing
typo
2 parents c04ed30 + d7f65c3 commit da67d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ When `show_output=True`, the output of the Docker build process is shown. Once t
118118
119119
## Deploy image as a web app
120120
121-
1. Use the following command to get the login credentials for the Azure Container Registry that contains the image. Replace `<acrinstance>` with th e value returned previously from `package.location`:
121+
1. Use the following command to get the login credentials for the Azure Container Registry that contains the image. Replace `<acrinstance>` with the value returned previously from `package.location`:
122122
123123
```azurecli-interactive
124124
az acr credential show --name <myacr>

0 commit comments

Comments
 (0)