Skip to content

Commit 71c5df8

Browse files
authored
Apply suggestions from code review
1 parent e5ac7e7 commit 71c5df8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/container-apps/azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To build and deploy your container app, you add the [`AzureContainerAppsRC`](htt
2323
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
2424
* Deploy an existing container image to Container Apps.
2525

26-
Here are some common scenarios for using the action. For more information, see the [task's documentation](https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureContainerAppsV0/README.md).
26+
Here are some common scenarios for using the action. For more information, see the [task's documentation](https://github.com/Azure/container-apps-deploy-pipelines-task/blob/main/README.md).
2727

2828
### Build and deploy to Container Apps
2929

articles/container-apps/github-actions-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ az containerapp github-action add \
8888
```azurecli
8989
az containerapp github-action add `
9090
--repo-url "https://github.com/<OWNER>/<REPOSITORY_NAME>" `
91-
--content-path "./dockerfile" `
91+
--context-path "./dockerfile" `
9292
--branch <BRANCH_NAME> `
9393
--name <CONTAINER_APP_NAME> `
9494
--resource-group <RESOURCE_GROUP> `

articles/container-apps/github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This article shows you how to create your own workflow that you can fully custom
2121

2222
## Azure Container Apps GitHub action
2323

24-
To build and deploy your container app, you add the [`azure/container-apps-deploy-action`](https://github.com/marketplace/actions/oryx-builder-github-action) action to your GitHub Actions workflow. It supports the following scenarios:
24+
To build and deploy your container app, you add the [`azure/container-apps-deploy-action`](https://github.com/marketplace/actions/azure-container-apps-build-and-deploy) action to your GitHub Actions workflow. It supports the following scenarios:
2525

2626
* Build from a Dockerfile and deploy to Container Apps.
2727
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
2828
* Deploy an existing container image to Container Apps.
2929

30-
Here are some common scenarios for using the action. For more information, see the [action's GitHub Marketplace page](https://github.com/marketplace/actions/oryx-builder-github-action).
30+
Here are some common scenarios for using the action. For more information, see the [action's GitHub Marketplace page](https://github.com/marketplace/actions/azure-container-apps-build-and-deploy).
3131

3232
### Build and deploy to Container Apps
3333

0 commit comments

Comments
 (0)