Unable to create AKS cluster on Azure

1/20/2020

I was trying to create an AKS cluster and it failed with the following message in the portal

{
    "status": "Failed",
    "error": {
        "code": "ResourceDeploymentFailure",
        "message": "The resource operation completed with terminal provisioning state 'Failed'.",
        "details": [
            {
                "code": "ReconcileStandardLoadBalancerError",
                "message": "Reconcile standard load balancer failed. Details: standardLoadBalancerReconciler retry failed: Code=\"SubscriptionNotRegistered\" Message=\"Subscription xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is not registered with NRP.\" Details=[]."
            }
        ]
    }
}
-- erotavlas
azure
azure-kubernetes

1 Answer

2/4/2020

you have to go into All services -> Subscriptions -> Resource providers

And get this registered.

Microsoft.Kubernetes Registered

-- GaldCZ
Source: StackOverflow