Skip to content

Commit e493465

Browse files
Merge pull request #212290 from csand-msft/main
Add info on using Azure Policy for GitOps at scale
2 parents 006a103 + e8c82b9 commit e493465

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/azure-arc/kubernetes/conceptual-gitops-flux2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "This article provides a conceptual overview of GitOps in Azure for
44
keywords: "GitOps, Flux, Kubernetes, K8s, Azure, Arc, AKS, Azure Kubernetes Service, containers, devops"
55
services: azure-arc, aks
66
ms.service: azure-arc
7-
ms.date: 5/26/2022
7+
ms.date: 9/22/2022
88
ms.topic: conceptual
99
---
1010

@@ -94,6 +94,12 @@ For more information on private link scopes in Azure Arc, refer to [this documen
9494
## Data residency
9595
The Azure GitOps service (Azure Kubernetes Configuration Management) stores/processes customer data. By default, customer data is replicated to the paired region. For the regions Singapore, East Asia, and Brazil South, all customer data is stored and processed in the region.
9696

97+
## Apply Flux configurations at scale
98+
99+
Because Azure Resource Manager manages your configurations, you can automate creating the same configuration across all Azure Kubernetes Service and Azure Arc-enabled Kubernetes resources using Azure Policy, within the scope of a subscription or a resource group. This at-scale enforcement ensures that specific configurations will be applied consistently across entire groups of clusters.
100+
101+
[Learn how to use the built-in policies for Flux v2](./use-azure-policy-flux-2.md).
102+
97103
## Next steps
98104

99105
Advance to the next tutorial to learn how to enable GitOps on your AKS or Azure Arc-enabled Kubernetes clusters

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,6 @@ General information about migration from Flux v1 to Flux v2 is available in the
11731173

11741174
## Next steps
11751175

1176-
Advance to the next tutorial to learn how to implement CI/CD with GitOps.
1176+
Advance to the next tutorial to learn how to apply configuration at scale with Azure Policy.
11771177
> [!div class="nextstepaction"]
1178-
> [Implement CI/CD with GitOps](./tutorial-gitops-flux2-ci-cd.md)
1178+
> [Use Azure Policy to enforce GitOps at scale](./use-azure-policy-flux-2.md).

0 commit comments

Comments
 (0)