You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az account set --subscription "{Your Subscription Name}"
149
151
az provider register --namespace 'Microsoft.HybridCompute'
150
152
az provider register --namespace 'Microsoft.GuestConfiguration'
153
+
az provider register --namespace 'Microsoft.HybridConnectivity'
151
154
```
152
155
153
156
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