Azure / azure-spring-apps-landing-zone-accelerator

The Azure Spring Apps landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure Spring Apps at scale.
MIT License
80 stars 76 forks source link

Need to register Microsoft.ContainerService as a provider #104

Closed yevster closed 1 year ago

yevster commented 3 years ago

On a new non-Microsoft tenant, attempting to deploy produces the error

Failed to create Azure Spring Cloud service instance spring-3lybqjv6zyd4s in VNet due to customer error: Please verify resource provider Microsoft.ContainerService has been registered successfully..

When registering the Azure Spring Cloud provider, we need a step to register the ContainerService provider as well:

az provider register --namespace 'Microsoft.ContainerService'
ryhud commented 1 year ago

This has been added as part of the move to ASA LZA