You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/tutorials/policy-as-code-github.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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
4
4
ms.date: 06/07/2022
5
5
ms.topic: tutorial
6
6
ms.author: timwarner
@@ -16,7 +16,7 @@ lifecycle process. These tasks include:
16
16
> [!div class="checklist"]
17
17
> - Export policy definitions and assignments to GitHub
18
18
> - 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
20
20
21
21
If you would like to assign a policy to identify the current compliance state of your existing
22
22
resources, the quickstart articles explain how to do so.
@@ -43,7 +43,7 @@ To export a policy definition from Azure portal, follow these steps:
43
43
44
44
1. Select the **Sign in with GitHub** button. If you haven't yet authenticated with GitHub to
45
45
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
47
47
select **Authorize AzureGitHubActions** to continue with the export process. Once complete, the
48
48
new window self-closes.
49
49
@@ -129,9 +129,9 @@ repository and _root level folder_:
129
129
130
130
1. The workflow also adds details in Azure Policy objects `properties.metadata` for you to track.
131
131
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.":::
0 commit comments