Share via


az webapp config hostname

Configure hostnames for a web app.

Commands

Name Description Type Status
az webapp config hostname add

Bind a hostname to a web app.

Core GA
az webapp config hostname delete

Unbind a hostname from a web app.

Core GA
az webapp config hostname get-external-ip

Get the external-facing IP address for a web app.

Core GA
az webapp config hostname list

List all hostname bindings for a web app.

Core GA

az webapp config hostname add

Experimental Preview Deprecated

Bind a hostname to a web app.

az webapp config hostname add [--hostname]
                              [--ids]
                              [--resource-group]
                              [--slot]
                              [--subscription]
                              [--webapp-name]

Examples

Bind a hostname to a web app. (autogenerated)

az webapp config hostname add --hostname cname.mycustomdomain.com --resource-group MyResourceGroup --webapp-name MyWebapp

Required Parameters

Optional Parameters

--hostname
Experimental Preview Deprecated

Hostname assigned to the site, such as custom domains.

--ids
Experimental Preview Deprecated

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g
Experimental Preview Deprecated

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

--slot -s
Experimental Preview Deprecated

The name of the slot. Default to the productions slot if not specified.

--subscription
Experimental Preview Deprecated

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

--webapp-name
Experimental Preview Deprecated

Webapp name. You can configure the default using az configure --defaults web=<name>.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

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

--subscription
Experimental Preview Deprecated

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

--verbose
Experimental Preview Deprecated

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

az webapp config hostname delete

Experimental Preview Deprecated

Unbind a hostname from a web app.

az webapp config hostname delete [--hostname]
                                 [--ids]
                                 [--resource-group]
                                 [--slot]
                                 [--subscription]
                                 [--webapp-name]

Examples

Required Parameters

Optional Parameters

--hostname
Experimental Preview Deprecated

Hostname assigned to the site, such as custom domains.

--ids
Experimental Preview Deprecated

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g
Experimental Preview Deprecated

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

--slot -s
Experimental Preview Deprecated

The name of the slot. Default to the productions slot if not specified.

--subscription
Experimental Preview Deprecated

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

--webapp-name
Experimental Preview Deprecated

Webapp name. You can configure the default using az configure --defaults web=<name>.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

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

--subscription
Experimental Preview Deprecated

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

--verbose
Experimental Preview Deprecated

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

az webapp config hostname get-external-ip

Experimental Preview Deprecated

Get the external-facing IP address for a web app.

az webapp config hostname get-external-ip [--ids]
                                          [--resource-group]
                                          [--subscription]
                                          [--webapp-name]

Examples

Get the external-facing IP address for a web app. (autogenerated)

az webapp config hostname get-external-ip --resource-group MyResourceGroup --webapp-name MyWebapp

Required Parameters

Optional Parameters

--ids
Experimental Preview Deprecated

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g
Experimental Preview Deprecated

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

--subscription
Experimental Preview Deprecated

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

--webapp-name
Experimental Preview Deprecated

Webapp name. You can configure the default using az configure --defaults web=<name>.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

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

--subscription
Experimental Preview Deprecated

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

--verbose
Experimental Preview Deprecated

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

az webapp config hostname list

Experimental Preview Deprecated

List all hostname bindings for a web app.

az webapp config hostname list --resource-group
                               --webapp-name
                               [--slot]

Examples

List all hostname bindings for a web app. (autogenerated)

az webapp config hostname list --resource-group MyResourceGroup --webapp-name MyWebapp

Required Parameters

--resource-group -g
Experimental Preview Deprecated

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

--webapp-name
Experimental Preview Deprecated

Name of the web app. If left unspecified, a name will be randomly generated. You can configure the default using az configure --defaults web=<name>.

Optional Parameters

--slot -s
Experimental Preview Deprecated

The name of the slot. Default to the productions slot if not specified.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

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

--subscription
Experimental Preview Deprecated

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

--verbose
Experimental Preview Deprecated

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