Skip to content

Commit 85c837c

Browse files
authored
Update azure-pipelines.md
1 parent 16af13c commit 85c837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The task uses the Dockerfile in `appSourcePath` to build the container image. If
4949

5050
#### Deploy an existing container image to Container Apps
5151

52-
The following snippet shows how to deploy an existing container image to Container Apps. The task attempts to authenticate with the registry using the service connection. If the service connection's identity is assigned the `AcrPush` role for the registry, supply the credentials using `acrUsername` and `acrPassword` input parameters.
52+
The following snippet shows how to deploy an existing container image to Container Apps. The task attempts to authenticate with the registry using the service connection. If the service connection's identity is assigned the `AcrPush` role for the registry, supply the credentials using the `acrUsername` and `acrPassword` input parameters.
5353

5454
```yaml
5555
steps:

0 commit comments

Comments
 (0)