Skip to content

Commit 514d688

Browse files
Merge pull request #278874 from houk-ms/hongkun/aks-troubleshoot
[Service Connector] Add one more error for trouble shooting
2 parents 53167ef + 93c4c8b commit 514d688

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/service-connector/how-to-use-service-connector-in-aks.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,16 @@ Service Connector requires permissions to operate the Azure resources you want t
219219
**Mitigation:**
220220
Check the permissions on the Azure resources specified in the error message. Obtain the required permissions and retry the creation.
221221

222+
#### Missing subscription registration
223+
**Error Message:**
224+
`The subscription is not registered to use namespace 'Microsoft.KubernetesConfiguration'`
225+
226+
**Reason:**
227+
Service Connector requires the subscription to be registered for `Microsoft.KubernetesConfiguration`, which is the resource provider for [Azure Arc-enabled Kubernetes cluster extensions](../azure-arc/kubernetes/extensions.md).
228+
229+
**Mitigation:**
230+
To resolve errors related to resource provider registration, follow this [tutorial](../azure-resource-manager/troubleshooting/error-register-resource-provider.md).
231+
222232
#### Other issues
223233

224234
If the above mitigations don't resolve your issue, try resetting the service connector cluster extension by removing it and then retrying the creation. This method is expected to resolve most issues related to the Service Connector cluster extension.

0 commit comments

Comments
 (0)