ManagedClusterIngressProfile

Ingress profile for the managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
webAppRouting object Web App Routing settings.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-kubernetes-service-managedclusteringressprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedClusterIngressProfile",
  "title": "ManagedClusterIngressProfile",
  "type": "object",
  "description": "Ingress profile for the managed cluster.",
  "properties": {
    "webAppRouting": {
      "type": "object",
      "description": "Web App Routing settings.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether to enable Web App Routing."
        },
        "dnsZoneResourceIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Resource IDs of the DNS zones."
        }
      },
      "example": "example_value"
    }
  }
}