Skip to content

Commit 5b957ff

Browse files
committed
[ACA] Update github-actions.md per work item 215605
1 parent 68da6d8 commit 5b957ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/github-actions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Publish revisions with GitHub Actions in Azure Container Apps
3-
description: Learn to automatically create new revisions in Azure Container Apps using a GitHub Actions workflow
3+
description: Learn to automatically create new revisions in Azure Container Apps using a GitHub Actions workflow.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -102,17 +102,17 @@ You take the following steps to configure a GitHub Actions workflow to deploy to
102102

103103
### Prerequisites
104104

105-
| Requirement | Instructions |
105+
| Requirement | Instructions |
106106
|--|--|
107107
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
108108
| GitHub Account | Sign up for [free](https://github.com/join). |
109109
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
110110

111111
### Create a GitHub repository and clone source code
112112

113-
Before creating a workflow, the source code for your app must be in a GitHub repository.
113+
Before you create the workflow, the source code for your app must be in a GitHub repository.
114114

115-
1. Log in to Azure with the Azure CLI.
115+
1. Sign in to Azure with the Azure CLI.
116116

117117
```azurecli-interactive
118118
az login
@@ -124,7 +124,7 @@ Before creating a workflow, the source code for your app must be in a GitHub rep
124124
az extension add --name containerapp --upgrade
125125
```
126126

127-
1. If you do not have your own GitHub repository, create one from a sample.
127+
1. If you don't have your own GitHub repository, create one from a sample.
128128
1. Navigate to the following location to create a new repository:
129129
- [https://github.com/Azure-Samples/containerapps-albumapi-csharp/generate](https://github.com/login?return_to=%2FAzure-Samples%2Fcontainerapps-albumapi-csharp%2Fgenerate)
130130
1. Name your repository `my-container-app`.
@@ -137,7 +137,7 @@ Before creating a workflow, the source code for your app must be in a GitHub rep
137137

138138
### Create a container app with managed identity enabled
139139

140-
Create your container app using the `az containerapp up` command in the following steps. This command will create Azure resources, build the container image, store the image in a registry, and deploy to a container app.
140+
Create your container app using the `az containerapp up` command in the following steps. This command creates Azure resources, builds the container image, stores the image in a registry, and deploys to a container app.
141141

142142
After you create your app, you can add a managed identity to the app and assign the identity the `AcrPull` role to allow the identity to pull images from the registry.
143143

0 commit comments

Comments
 (0)