Skip to content

Commit 8c0eeab

Browse files
committed
Fix typo
Azure container registry -> Azure Container Registry
1 parent 2155d2f commit 8c0eeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-container-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once your repository is created with your .NET application and supporting docker
4040
1. Under the Configure tab, choose the **Starter Pipeline** option
4141
1. Under the next Review tab, click the **Save** button
4242

43-
## Build and push image to Azure container registry
43+
## Build and push image to Azure Container Registry
4444
After your pipeline is created and saved, you'll need to edit the pipeline to run the steps for building the container, pushing to a registry, and deploying the image to App Service. To start, navigate to the **Pipelines** menu, choose your pipeline that you created and click the **Edit** button.
4545

4646
First, you need to add the docker task so you can build the image. Add the following code and replace the Dockerfile: app/Dockerfile with the path to your Dockerfile.

0 commit comments

Comments
 (0)