ManagedClusterIngressProfileWebAppRouting interface
Web App Routing settings for the ingress profile.
Properties
| default |
Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See the Default Domain documentation for more instructions. |
| dns |
Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing 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 Web App Routing. |
| identity | Managed identity of the Web 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. |
| nginx | Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. |
Property Details
defaultDomain
Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See the Default Domain documentation for more instructions.
defaultDomain?: ManagedClusterIngressDefaultDomainProfile
Property Value
dnsZoneResourceIds
Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing 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 Web App Routing.
enabled?: boolean
Property Value
boolean
identity
Managed identity of the Web 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
nginx
Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller.
nginx?: ManagedClusterIngressProfileNginx