Edit

Share via


Troubleshoot the MissingSubscriptionRegistration error code

Summary

This article explains how to troubleshoot the MissingSubscriptionRegistration error so you can create and deploy an Azure Kubernetes Service (AKS) cluster successfully.

Symptoms

When you try to deploy an AKS cluster, you receive the following error message:

Code="MissingSubscriptionRegistration"

Message="The subscription is not registered to use namespace 'Microsoft.OperationsManagement'. See https://aka.ms/rps-not-found for how to register subscriptions."

Details=[{

"code": "MissingSubscriptionRegistration",

"message": "The subscription is not registered to use namespace 'Microsoft.OperationsManagement'. See https://aka.ms/rps-not-found for how to register subscriptions.",

"target": "Microsoft.OperationsManagement"

}]

Cause

You receive this error message for one of the following reasons:

  • The required resource provider isn't registered for your subscription.

  • The API version isn't supported for the resource type.

  • The location isn't supported for the resource type.

Solution

To resolve this issue, follow the instructions in the "Solution" section of Resolve errors for resource provider registration. Replace the existing namespace with the namespace that's shown in the error message. In the example in the "Symptoms" section, the namespace is Microsoft.OperationsManagement.

More information