Skip to content

Commit 55b32f4

Browse files
authored
Merge pull request #86459 from edyoung/patch-22
Add HybridConnectivity RP registration
2 parents 9fd467f + 4847254 commit 55b32f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Azure Arc-enabled servers depend on the following Azure resource providers in yo
130130

131131
* **Microsoft.HybridCompute**
132132
* **Microsoft.GuestConfiguration**
133+
* **Microsoft.HybridConnectivity**
133134

134135
If they are not registered, you can register them using the following commands:
135136

@@ -140,6 +141,7 @@ Login-AzAccount
140141
Set-AzContext -SubscriptionId [subscription you want to onboard]
141142
Register-AzResourceProvider -ProviderNamespace Microsoft.HybridCompute
142143
Register-AzResourceProvider -ProviderNamespace Microsoft.GuestConfiguration
144+
Register-AzResourceProvider -ProviderNamespace Microsoft.HybridConnectivity
143145
```
144146

145147
Azure CLI:
@@ -148,6 +150,7 @@ Azure CLI:
148150
az account set --subscription "{Your Subscription Name}"
149151
az provider register --namespace 'Microsoft.HybridCompute'
150152
az provider register --namespace 'Microsoft.GuestConfiguration'
153+
az provider register --namespace 'Microsoft.HybridConnectivity'
151154
```
152155

153156
You can also register the resource providers in the Azure portal by following the steps under [Azure portal](../../azure-resource-manager/management/resource-providers-and-types.md#azure-portal).

0 commit comments

Comments
 (0)