Skip to content

Commit a802d8f

Browse files
Merge pull request #224000 from EdB-MSFT/patch-4
Added link to existing azure monitor policies.
2 parents 679904c + b76a9b6 commit a802d8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/essentials/diagnostic-settings-policy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create diagnostic settings at scale using Azure Policy
33
description: Use Azure Policy to create diagnostic settings in Azure Monitor to be created at scale as each Azure resource is created.
44
author: rboucher
5-
ms.author: robb
5+
ms.author: edbaynash
66
services: azure-monitor
77
ms.topic: conceptual
88
ms.date: 05/09/2022
@@ -21,6 +21,8 @@ For example, the following image shows the built-in diagnostic setting policy de
2121

2222
![Partial screenshot from the Azure Policy Definitions page showing two built-in diagnostic setting policy definitions for Data Lake Analytics.](media/diagnostic-settings-policy/built-in-diagnostic-settings.png)
2323

24+
For a complete listof built-in policies for Azure Monitor, see [Azure Policy built-in definitions for Azure Monitor](../policy-reference.md)
25+
2426
## Custom policy definitions
2527
For resource types that don't have a built-in policy, you need to create a custom policy definition. You could do this manually in the Azure portal by copying an existing built-in policy and then modifying it for your resource type. It's more efficient, though, to create the policy programmatically by using a script in the PowerShell Gallery.
2628

@@ -107,4 +109,4 @@ Diagnostic settings do not support resourceIDs with non-ASCII characters (for ex
107109
## Next steps
108110

109111
- [Read more about Azure platform Logs](./platform-logs-overview.md)
110-
- [Read more about diagnostic settings](./diagnostic-settings.md)
112+
- [Read more about diagnostic settings](./diagnostic-settings.md)

0 commit comments

Comments
 (0)