Skip to content

Commit 5b81d35

Browse files
authored
Merge pull request #94577 from hyoshioka0128/patch-553
Typo "[GitHub Action]"→"[GitHub Actions]"
2 parents 18a3b2b + 7893525 commit 5b81d35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/governance/policy/tutorials/policy-as-code-github.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Implement Azure Policy as Code with GitHub"
3-
description: In this tutorial, you implement an Azure Policy as Code workflow with export, GitHub actions, and GitHub workflows
3+
description: In this tutorial, you implement an Azure Policy as Code workflow with export, GitHub Actions, and GitHub workflows
44
ms.date: 06/07/2022
55
ms.topic: tutorial
66
ms.author: timwarner
@@ -16,7 +16,7 @@ lifecycle process. These tasks include:
1616
> [!div class="checklist"]
1717
> - Export policy definitions and assignments to GitHub
1818
> - Push policy objects updated in GitHub to Azure
19-
> - Trigger a compliance scan from the GitHub action
19+
> - Trigger a compliance scan from the GitHub Actions
2020
2121
If you would like to assign a policy to identify the current compliance state of your existing
2222
resources, the quickstart articles explain how to do so.
@@ -43,7 +43,7 @@ To export a policy definition from Azure portal, follow these steps:
4343

4444
1. Select the **Sign in with GitHub** button. If you haven't yet authenticated with GitHub to
4545
authorize Azure Policy to export the resource, review the access the
46-
[GitHub Action](https://github.com/features/actions) needs in the new window that opens and
46+
[GitHub Actions](https://github.com/features/actions) needs in the new window that opens and
4747
select **Authorize AzureGitHubActions** to continue with the export process. Once complete, the
4848
new window self-closes.
4949

@@ -129,9 +129,9 @@ repository and _root level folder_:
129129

130130
1. The workflow also adds details in Azure Policy objects `properties.metadata` for you to track.
131131

132-
:::image type="content" source="../media/policy-as-code-github/updated-definition-metadata.png" alt-text="Screenshot of the Azure Policy definition in Azure portal updated with metadata specific to the GitHub action.":::
132+
:::image type="content" source="../media/policy-as-code-github/updated-definition-metadata.png" alt-text="Screenshot of the Azure Policy definition in Azure portal updated with metadata specific to the GitHub Actions.":::
133133

134-
### Trigger compliance scans using GitHub action
134+
### Trigger compliance scans using GitHub Actions
135135

136136
Using the
137137
[Azure Policy Compliance Scan action](https://github.com/marketplace/actions/azure-policy-compliance-scan)
@@ -173,7 +173,7 @@ In this tutorial, you successfully accomplished the following tasks:
173173
> [!div class="checklist"]
174174
> - Exported policy definitions and assignments to GitHub
175175
> - Pushed policy objects updated in GitHub to Azure
176-
> - Triggered a compliance scan from the GitHub action
176+
> - Triggered a compliance scan from the GitHub Actions
177177
178178
## Next steps
179179

0 commit comments

Comments
 (0)