Skip to content

Commit 5ef0d76

Browse files
authored
Minor updates
1 parent aa6c00a commit 5ef0d76

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

articles/container-apps/azure-pipelines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Deploy to Azure Container Apps from Azure Pipelines (preview)
1313

14-
Azure Container Apps allows you to use Azure Pipelines to publish [revisions](revisions.md) to your container app. As commits are pushed to your Azure DevOps repository, a pipeline is triggered which updates the [container](containers.md) image in the container registry. Once the container is updated in the registry, Azure Container Apps creates a new revision based on the updated container image.
14+
Azure Container Apps allows you to use Azure Pipelines to publish [revisions](revisions.md) to your container app. As commits are pushed to your Azure DevOps repository, a pipeline is triggered which updates the container image in the container registry. Azure Container Apps creates a new revision based on the updated container image.
1515

1616
The pipeline is triggered by commits to a specific branch in your repository. When creating the pipeline, you decide which branch is the trigger.
1717

@@ -114,7 +114,6 @@ Before creating a pipeline, the source code for your app must be in a repository
114114
```
115115

116116
Replace `<REPOSITORY_URL>` with the URL you copied.
117-
118117
[!INCLUDE [container-apps-github-devops-setup.md](../../includes/container-apps-github-devops-setup.md)]
119118

120119
### Install the Azure Container Apps task

articles/container-apps/github-actions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Deploy to Azure Container Apps with GitHub Actions (preview)
1313

14-
Azure Container Apps allows you to use GitHub Actions to publish [revisions](revisions.md) to your container app. As commits are pushed to your GitHub repository, a GitHub Actions workflow is triggered which updates the [container](containers.md) image in the container registry. Once the container is updated in the registry, Azure Container Apps creates a new revision based on the updated container image.
14+
Azure Container Apps allows you to use GitHub Actions to publish [revisions](revisions.md) to your container app. As commits are pushed to your GitHub repository, a workflow is triggered which updates the container image in the container registry. Azure Container Apps creates a new revision based on the updated container image.
1515

1616
:::image type="content" source="media/github-actions/azure-container-apps-github-actions.png" alt-text="Changes to a GitHub repo trigger an action to create a new revision.":::
1717

@@ -128,7 +128,6 @@ Before creating a workflow, the source code for your app must be in a GitHub rep
128128
```bash
129129
git clone https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/my-container-app.git
130130
```
131-
132131
[!INCLUDE [container-apps-github-devops-setup.md](../../includes/container-apps-github-devops-setup.md)]
133132

134133
### Configure secrets in your GitHub repository

includes/container-apps-github-devops-setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.topic: include
55
ms.date: 11/09/2022
66
ms.author: cshoe
77
---
8-
98
1. Change into the *src* folder of the cloned repository.
109

1110
```bash
@@ -65,4 +64,4 @@ ms.author: cshoe
6564
--identity system
6665
```
6766
68-
Replace `<ACR_NAME>` with the name of your Azure Container Registry.
67+
Replace `<ACR_NAME>` with the name of your Azure Container Registry.

0 commit comments

Comments
 (0)