File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
articles/azure-arc/servers/learn Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,23 @@ Azure Arc-enabled servers depends on the following Azure resource providers in y
37
37
38
38
* Microsoft.HybridCompute
39
39
* Microsoft.GuestConfiguration
40
+ * Microsoft.HybridConnectivity
40
41
41
42
Register them using the following commands:
42
43
44
+ ``` azurepowershell-interactive
45
+ Login-AzAccount
46
+ Set-AzContext -SubscriptionId [subscription you want to onboard]
47
+ Register-AzResourceProvider -ProviderNamespace Microsoft.HybridCompute
48
+ Register-AzResourceProvider -ProviderNamespace Microsoft.GuestConfiguration
49
+ Register-AzResourceProvider -ProviderNamespace Microsoft.HybridConnectivity
50
+ ```
51
+
43
52
``` azurecli-interactive
44
53
az account set --subscription "{Your Subscription Name}"
45
54
az provider register --namespace 'Microsoft.HybridCompute'
46
55
az provider register --namespace 'Microsoft.GuestConfiguration'
56
+ az provider register --namespace 'Microsoft.HybridConnectivity'
47
57
```
48
58
49
59
## Generate installation script
You can’t perform that action at this time.
0 commit comments