Skip to content

Commit 9a4b231

Browse files
committed
final 2
1 parent f9850d2 commit 9a4b231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/diagnostics-settings-policies-deployifnotexists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ You can get your policy assignment details using the following command:
278278

279279

280280
1. Sign in to your Azure account using the `az login` command.
281-
1.
281+
282282
1. Select the subscription where you want to apply the policy initiative using the `az account set` command.
283283

284284
1. Assign the initiative using [`az policy assignment create`](https://learn.microsoft.com/cli/azure/policy/assignment?view=azure-cli-latest#az-policy-assignment-create).
@@ -319,7 +319,7 @@ You can get your policy assignment details using the following command:
319319
```azurecli
320320
az policy set-definition show --name f5b29bc4-feca-4cc6-a58a-772dd5e290a5 |grep policyDefinitionReferenceId
321321
```
322-
Remediate the resources using [`az policy remediation create`]https://learn.microsoft.com/cli/azure/policy/remediation?view=azure-cli-latest#az-policy-remediation-create)
322+
Remediate the resources using [`az policy remediation create`](https://learn.microsoft.com/cli/azure/policy/remediation?view=azure-cli-latest#az-policy-remediation-create)
323323
324324
```azurecli
325325
az policy remediation create --resource-group <resource group name> --policy-assignment <assignment name> --name <remediation task name> --definition-reference-id "policy specific reference ID" --resource-discovery-mode ReEvaluateCompliance

0 commit comments

Comments
 (0)