Skip to content

Commit baefa0f

Browse files
authored
Merge pull request #109128 from pthoor/patch-2
Update onboard-service-principal.md
2 parents c50c025 + 0268eb0 commit baefa0f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/azure-arc/servers/onboard-service-principal.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ Before you start connecting your machines, review the following requirements:
1717
1. Make sure you have administrator permission on the machines you want to onboard.
1818

1919
Administrator permissions are required to install the Connected Machine agent on the machines; on Linux by using the root account, and on Windows as a member of the Local Administrators group.
20-
1. Review the [prerequisites](prerequisites.md) and verify that your subscription and resources meet the requirements. You will need to have the **Azure Connected Machine Onboarding** role or the **Contributor** role for the resource group of the machine.
20+
1. Review the [prerequisites](prerequisites.md) and verify that your subscription and resources meet the requirements. You will need to have the **Azure Connected Machine Onboarding** role or the **Contributor** role for the resource group of the machine. Make sure to register the below Azure resource providers beforehand in your target subscription.
21+
22+
* Microsoft.HybridCompute
23+
* Microsoft.GuestConfiguration
24+
* Microsoft.HybridConnectivity
25+
* Microsoft.AzureArcData (if you plan to Arc-enable SQL Servers)
26+
27+
See detailed how to here: [Azure resource providers prerequisites](prerequisites.md#azure-resource-providers)
2128

2229
For information about supported regions and other related considerations, see [supported Azure regions](overview.md#supported-regions). Also review our [at-scale planning guide](plan-at-scale-deployment.md) to understand the design and deployment criteria, as well as our management and monitoring recommendations.
2330

@@ -146,6 +153,3 @@ After you install the agent and configure it to connect to Azure Arc-enabled ser
146153
- Review the [Planning and deployment guide](plan-at-scale-deployment.md) to plan for deploying Azure Arc-enabled servers at any scale and implement centralized management and monitoring.
147154
- Learn how to [troubleshoot agent connection issues](troubleshoot-agent-onboard.md).
148155
- Learn how to manage your machines using [Azure Policy](../../governance/policy/overview.md) for such things as VM [guest configuration](../../governance/machine-configuration/overview.md), verifying that machines are reporting to the expected Log Analytics workspace, monitoring with [VM insights](../../azure-monitor/vm/vminsights-enable-policy.md), and more.
149-
```
150-
151-
```

0 commit comments

Comments
 (0)