Skip to content

Commit 219a720

Browse files
committed
block issue
1 parent 38ccc58 commit 219a720

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are two built-in policy definitions for each resource type: one to send to
1818

1919
For example, the following image shows the built-in diagnostic setting policy definitions for Azure Data Lake Analytics.
2020

21-
![Partial screenshot from the Azure Policy Definitions page showing two built-in diagnostic setting policy definitions for Data Lake Analytics.](media/diagnostic-settings-policy/builtin-diagnostic-settings.png)
21+
![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)
2222

2323
## Custom policy definitions
2424
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Use the [az monitor diagnostic-settings create](/cli/azure/monitor/diagnostic-se
177177
> [!IMPORTANT]
178178
> You cannot use this method for the Azure Activity log. Instead, use [Create diagnostic setting in Azure Monitor using a Resource Manager template](./resource-manager-diagnostic-settings.md) to create a Resource Manager template and deploy it with CLI.
179179
180-
Following is an example CLI command to create a diagnostic setting using all three destinations. The syntax is slightly difference depending on your client.
180+
Following is an example CLI command to create a diagnostic setting using all three destinations. The syntax is slightly different depending on your client.
181181

182182
**CMD client**
183183

0 commit comments

Comments
 (0)