ManagedClusterIngressProfileWebAppRouting interface

Application Routing add-on settings for the ingress profile.

Properties

dnsZoneResourceIds

Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.

enabled

Whether to enable the Application Routing add-on.

identity

Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

dnsZoneResourceIds

Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.

dnsZoneResourceIds?: string[]

Property Value

string[]

enabled

Whether to enable the Application Routing add-on.

enabled?: boolean

Property Value

boolean

identity

Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions. NOTE: This property will not be serialized. It can only be populated by the server.

identity?: UserAssignedIdentity

Property Value