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

azure-kubernetes-service-managed-cluster-ingress-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterIngressProfile",
  "type": "object",
  "description": "Ingress profile for the managed cluster.",
  "properties": {
    "webAppRouting": {
      "type": "object",
      "description": "Web App Routing settings."
    }
  }
}