Microsoft.ContainerService not avalible?

Trent Shoun 1 Reputation point Microsoft Employee
2022-01-20T16:17:01.427+00:00

I don't see Microsoft.ContainerService to add to my plan, and the Azure Kubernetes Service blade fails to load. Is this not available on the 2108 ASDK?

{ "shellProps": { "sessionId": "21c8baee64f64b3da6ab847deadbda7e", "extName": "Microsoft_Health_Admin", "contentName": "AksOverviewBlade", "code": 404 }, "error": { "message": "Not found", "code": 404 }}

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,885 questions
Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
180 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pradeep Kommaraju 2,551 Reputation points
    2022-01-21T19:01:15.313+00:00

    Hi @trentsh

    Thanks for reaching out to Microsoft Q&A Platform .

    If i understand your question correctly , Currently your subscription is not registered for Microsoft.ContainerService .

    You can cross check/validate the same using portal or CLI :
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider

    Using CLI:
    az provider show --namespace "Microsoft.ContainerService" --query registrationState

    And if you noticed that it is not registered currently , You can register it by either means :
    Portal: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider
    CLI: https://learn.microsoft.com/en-us/cli/azure/provider?view=azure-cli-latest#az-provider-register

    Please do let us know if this was helpful in solving your use case .

    Thanks,
    Pradeep

    -------------------------------------------------------------------------------------------------

    Please consider "Accepting the answer" or "Up-vote" if the answer was helpful