Skip to content

Commit 2506298

Browse files
committed
Azure Policy samples - Azure Automation
1 parent c7cfe61 commit 2506298

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

articles/automation/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
href: learn/automation-tutorial-runbook-textual.md
2525
- name: Create a Python runbook
2626
href: learn/automation-tutorial-runbook-textual-python2.md
27+
- name: Samples
28+
items:
29+
- name: Azure Policy built-ins
30+
displayName: samples, policies, definitions
31+
href: ./policy-samples.md
2732
- name: Concepts
2833
items:
2934
- name: Automation account authentication overview

articles/automation/policy-samples.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: List of built-in policy definitions for Azure Automation
3+
description: Lists Azure Policy built-in policy definitions for Azure Automation. 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 Automation
9+
10+
This page is an index of [Azure Policy](../governance/policy/overview.md) built-in policy
11+
definitions for Azure Automation. 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+
## Azure Automation
19+
20+
[!INCLUDE [azure-policy-samples-rp-automation](../../includes/policy/samples/byrp/microsoft.automation.md)]
21+
22+
## Next steps
23+
24+
- See the built-ins on the [Azure Policy GitHub repo](https://github.com/Azure/azure-policy).
25+
- Review the [Azure Policy definition structure](../governance/policy/concepts/definition-structure.md).
26+
- Review [Understanding policy effects](../governance/policy/concepts/effects.md).

0 commit comments

Comments
 (0)