Share via


az aks approuting defaultdomain

Note

This reference is part of the aks-preview extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an az aks approuting defaultdomain command. Learn more about extensions.

Commands to manage App Routing Default Domain.

A group of commands to manage App Routing Default Domain in given cluster.

Commands

Name Description Type Status
az aks approuting defaultdomain show

Show the Default Domain configuration for App Routing.

Extension GA

az aks approuting defaultdomain show

Show the Default Domain configuration for App Routing.

This command shows the Default Domain configuration including the domain name assigned to the cluster.

az aks approuting defaultdomain show --name
                                     --resource-group

Examples

Show the default domain for a cluster.

az aks approuting defaultdomain show --resource-group MyResourceGroup --name MyManagedCluster

Required Parameters

--name -n

Name of the managed cluster.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False