You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/azure-pipelines.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The pipeline is triggered by commits to a specific branch in your repository. Wh
17
17
18
18
## Container Apps Azure Pipelines task
19
19
20
-
To build and deploy your container app, you add the [`AzureContainerAppsRCV0`](https://marketplace.visualstudio.com/items?itemName=microsoft-oryx.AzureContainerAppsRC) (preview) Azure Pipelines task to your pipeline. It supports the following scenarios:
20
+
To build and deploy your container app, you add the [`AzureContainerAppsRC@0`](https://marketplace.visualstudio.com/items?itemName=microsoft-oryx.AzureContainerAppsRC) (preview) Azure Pipelines task to your pipeline. It supports the following scenarios:
21
21
22
22
* Build from a Dockerfile and deploy to Container Apps.
23
23
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
@@ -31,7 +31,7 @@ The following snippet shows how to build a container image and deploy it to Cont
0 commit comments