Skip to content

Commit 56c1fa8

Browse files
anthonychucebundy
andauthored
Apply suggestions from code review
Co-authored-by: Catherine Bundy <[email protected]>
1 parent 033e27e commit 56c1fa8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/container-apps/azure-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The pipeline is triggered by commits to a specific branch in your repository. Wh
1717

1818
## Container Apps Azure Pipelines task
1919

20-
To build and deploy your container app, you add the [`AzureContainerAppsRC`](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, add the [`AzureContainerAppsRC`](https://marketplace.visualstudio.com/items?itemName=microsoft-oryx.AzureContainerAppsRC) (preview) Azure Pipelines task to your pipeline. The task supports the following scenarios:
2121

2222
* Build from a Dockerfile and deploy to Container Apps.
2323
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
@@ -69,7 +69,7 @@ To pull images, Azure Container Apps uses either managed identity (recommended)
6969

7070
## Configuration
7171

72-
To configure an Azure DevOps pipeline to deploy to Azure Container Apps, you take the following steps.
72+
You take the following steps to configure an Azure DevOps pipeline to deploy to Azure Container Apps.
7373

7474
> [!div class="checklist"]
7575
> * Create an Azure DevOps repository for your app

articles/container-apps/github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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/azure-container-apps-build-and-deploy) 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. The action 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.
@@ -81,11 +81,11 @@ The Azure Container Apps action needs to authenticate with your Azure Container
8181

8282
To push images, the action automatically authenticates with the container registry specified in `acrName` using the credentials provided to the `azure/login` action.
8383

84-
To pull images, Azure Container Apps uses either managed identity (recommended) or admin credentials to authenticate with the Azure Container Registry. To use managed identity, the container app the action is deploying to must be [configured to use managed identity](managed-identity-image-pull.md). To authenticate with the registry's admin credentials, set the action's `acrUsername` and `acrPassword` inputs.
84+
To pull images, Azure Container Apps uses either managed identity (recommended) or admin credentials to authenticate with the Azure Container Registry. To use managed identity, the container app the action is deploying must be [configured to use managed identity](managed-identity-image-pull.md). To authenticate with the registry's admin credentials, set the action's `acrUsername` and `acrPassword` inputs.
8585

8686
## Configuration
8787

88-
To configure a GitHub Actions workflow to deploy to Azure Container Apps, you take the following steps.
88+
You take the following steps to configure a GitHub Actions workflow to deploy to Azure Container Apps.
8989

9090
> [!div class="checklist"]
9191
> * Create a GitHub repository for your app

0 commit comments

Comments
 (0)