Skip to content

Commit 815a020

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#87602
1 parent 5791af0 commit 815a020

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/azure-arc/servers/learn/quick-enable-hybrid-vm.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,23 @@ Azure Arc-enabled servers depends on the following Azure resource providers in y
3737

3838
* Microsoft.HybridCompute
3939
* Microsoft.GuestConfiguration
40+
* Microsoft.HybridConnectivity
4041

4142
Register them using the following commands:
4243

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+
4352
```azurecli-interactive
4453
az account set --subscription "{Your Subscription Name}"
4554
az provider register --namespace 'Microsoft.HybridCompute'
4655
az provider register --namespace 'Microsoft.GuestConfiguration'
56+
az provider register --namespace 'Microsoft.HybridConnectivity'
4757
```
4858

4959
## Generate installation script

0 commit comments

Comments
 (0)