Skip to content

Azure module prerequisite: EnableAPIServerVnetIntegrationPreview is not enabled. #133

@bobbyiliev

Description

@bobbyiliev

Just noting this down here so I don’t forget. When trying to run the new Azure TF module in the Azure mz-scratch account, I hit:

Feature Microsoft.ContainerService/EnableAPIServerVnetIntegrationPreview is not enabled.

Maybe worth documenting this as a requirement somewhere?

eg:

# Check the status:
az feature show \
  --namespace Microsoft.ContainerService \
  --name EnableAPIServerVnetIntegrationPreview

# Enable:
az feature register \
  --namespace Microsoft.ContainerService \
  --name EnableAPIServerVnetIntegrationPreview

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions