Skip to content

Commit edc58e0

Browse files
committed
1 touchup
1 parent 5a39715 commit edc58e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can create pipeline variables to reuse frequently used values or protect sec
5454

5555
### Add a task to build and push the image
5656

57-
Replace all of the existing code in the *azure-pipelines.yml* starter file with the following code. This code adds a Docker task that builds and pushes the image to Azure Container Registry. The code uses the `$(variable-name>` syntax to call the variables you set up earlier.
57+
Replace all of the existing code in the *azure-pipelines.yml* starter file with the following code. This code adds a Docker task that builds and pushes the image to Azure Container Registry. The code uses the `$(<variable-name>)` syntax to call the variables you set up earlier.
5858

5959
```yaml
6060
trigger:

0 commit comments

Comments
 (0)