Skip to content

Commit 645376c

Browse files
committed
Acrolinx edits
1 parent 9bbb4aa commit 645376c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/kubernetes-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: github-actions-azure
1919

2020
## GitHub Actions for AKS
2121

22-
GitHub Actions helps you automate your software development workflows from within GitHub. For more details on using GitHub Actions with Azure, see [GitHub Actions for Azure][github-actions].
22+
With GiHub Actions, you can automate your software development workflows from within GitHub. For more information, see [GitHub Actions for Azure][github-actions].
2323

2424
The following table lists the available actions for AKS:
2525

@@ -43,7 +43,7 @@ The following table lists the available actions for AKS:
4343
As an example, you can use GitHub Actions to deploy an application to your AKS cluster every time a change is pushed to your GitHub repository. This example uses the [Azure Vote][gh-azure-vote] application.
4444

4545
> [!NOTE]
46-
> This example uses a service principal for authentication with your ACR and AKS cluster. Alternatively, you can configure Open ID Connect (OIDC) and update the `azure/login` action to use OIDC. For more details, see [Set up Azure Login with OpenID Connect authentication][oidc-auth].
46+
> This example uses a service principal for authentication with your ACR and AKS cluster. Alternatively, you can configure Open ID Connect (OIDC) and update the `azure/login` action to use OIDC. For more information, see [Set up Azure Login with OpenID Connect authentication][oidc-auth].
4747
4848
### Fork and update the repository
4949

@@ -155,9 +155,9 @@ For more information about creating secrets, see [Encrypted Secrets][github-acti
155155
pull-images: false
156156
```
157157

158-
The `on` section contains the event that triggers the action. In the above file, the action triggers when a change is pushed to the `azure-vote` directory.
158+
The `on` section contains the event that triggers the action. In the example file, the action triggers when a change is pushed to the `azure-vote` directory.
159159

160-
The `steps` section contains each distinct action, which execute in order:
160+
The `steps` section contains each distinct action:
161161

162162
1. *Checkout source code* uses the [GitHub Actions Checkout Action][actions/checkout] to clone the repository.
163163
2. *ACR build* uses the [Azure Container Registry Build Action][azure/acr-build] to build the image and upload it to your registry.

0 commit comments

Comments
 (0)