Skip to content

Commit f77b5df

Browse files
authored
Merge pull request #113406 from DCtheGeek/dmc-ph-aks
Azure Policy samples - AKS
2 parents 5ea52c8 + a933903 commit f77b5df

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

articles/aks/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
href: tutorial-kubernetes-app-update.md
6060
- name: 7 - Upgrade cluster
6161
href: tutorial-kubernetes-upgrade-cluster.md
62+
- name: Samples
63+
items:
64+
- name: Azure Policy built-ins
65+
displayName: samples, policies, definitions
66+
href: ./policy-samples.md
6267
- name: Concepts
6368
items:
6469
- name: Clusters and workloads

articles/aks/policy-samples.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: List of built-in policy definitions for Azure Kubernetes Service
3+
description: Lists Azure Policy built-in policy definitions for Azure Kubernetes Service. These built-ins provide common approaches to managing your Azure resources.
4+
ms.date: 04/30/2020
5+
ms.topic: sample
6+
ms.custom: subject-policy-samples
7+
---
8+
# Azure Policy built-in policy definitions for Azure Kubernetes Service
9+
10+
This page is an index of [Azure Policy](../governance/policy/overview.md) built-in policy
11+
definitions for Azure Kubernetes Service. For additional Azure Policy built-ins for other services,
12+
see [Azure Policy built-in definitions](../governance/policy/samples/built-in-policies.md).
13+
14+
The name of each built-in links to the policy definition in Azure portal. Use the link in the
15+
**Source** column to view the source on the
16+
[Azure Policy GitHub repo](https://github.com/Azure/azure-policy).
17+
18+
## Microsoft.Kubernetes
19+
20+
[!INCLUDE [azure-policy-samples-rp-aks-kubernetes](../../includes/policy/samples/byrp/microsoft.kubernetes.md)]
21+
22+
## Microsoft.ContainerService
23+
24+
[!INCLUDE [azure-policy-samples-rp-aks-containerservice](../../includes/policy/samples/byrp/microsoft.containerservice.md)]
25+
26+
## AKS Engine
27+
28+
[!INCLUDE [azure-policy-samples-rp-aks-aksengine](../../includes/policy/samples/byrp/aks-engine.md)]
29+
30+
## Next steps
31+
32+
- See the built-ins on the [Azure Policy GitHub repo](https://github.com/Azure/azure-policy).
33+
- Review the [Azure Policy definition structure](../governance/policy/concepts/definition-structure.md).
34+
- Review [Understanding policy effects](../governance/policy/concepts/effects.md).

0 commit comments

Comments
 (0)