Skip to content

Commit 85aac62

Browse files
committed
Acrolinx suggestions are included
1 parent 8a71d55 commit 85aac62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/update-manager/enable-cross-subscription-patching.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This article describes how to enable cross-subscription patching either through
2222

2323
Open your Azure CLI and enter the following commands:
2424

25-
az provider register --namespace "Microsoft.Insights"
26-
az provider register --namespace "Microsoft.Maintenance"
25+
az provider register--namespace "Microsoft.Insights"
26+
az provider register--namespace "Microsoft.Maintenance"
2727

2828
# [Using Azure portal](#tab/az-portal)
2929

@@ -39,8 +39,8 @@ This article describes how to enable cross-subscription patching either through
3939
- Assign the appropriate roles to your Azure VM and Arc assets to ensure scheduled patching can be managed effectively. The required roles are:
4040
- Scheduled patching contributor
4141
- Reader
42-
- These roles can be granted on the Resource Group or Subscription level if you have resources spread amongst multiple resource groups and want to include them all at once.
43-
- If you have a smaller scope and plan to manage it with a dedicated admin or group, these two roles can be granted to an user or a security group (SG). If you are envisioning a larger scope with automation in place, grant these roles to the API and Service Principal Name (SPN) you use.
42+
- These roles can be granted on the Resource Group or Subscription level if you have resources spread among multiple resource groups and want to include them all at once.
43+
- If you have a smaller scope and plan to manage it with a dedicated admin or group, these two roles can be granted to a user or a security group (SG). If you're envisioning a larger scope with automation in place, grant these roles to the API and Service Principal Name (SPN) you use.
4444

4545
3. Scheduling
4646

@@ -55,7 +55,7 @@ This article describes how to enable cross-subscription patching either through
5555
# [Using API](#tab/az-patch-cli)
5656

5757
- Use the API to programmatically schedule the patching.
58-
- For schedule patching on VM or Arc assets, locate the assets by using the *resourceId* and *subscription* that they are attached to.
58+
- For schedule patching on VM or Arc assets, locate the assets by using the *resourceId* and *subscription* that they're attached to.
5959

6060
---
6161
## Next steps

0 commit comments

Comments
 (0)