az network firewall ip-config

Note

This reference is part of the azure-firewall extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az network firewall ip-config command. Learn more about extensions.

Manage and configure Azure Firewall IP configurations.

Commands

Name Description Type Status
az network firewall ip-config create

Create an Azure Firewall IP configuration.

Extension GA
az network firewall ip-config delete

Delete an Azure Firewall IP configuration.

Extension GA
az network firewall ip-config list

List Azure Firewall IP configurations.

Extension GA
az network firewall ip-config show

Get the details of an Azure Firewall IP configuration.

Extension GA

az network firewall ip-config create

Create an Azure Firewall IP configuration.

az network firewall ip-config create --firewall-name
                                     --name
                                     --public-ip-address
                                     --resource-group
                                     [--m-name]
                                     [--m-public-ip-address]
                                     [--m-vnet-name]
                                     [--vnet-name]

Required Parameters

--firewall-name -f

Azure Firewall name.

--name -n

Name of the IP configuration.

--public-ip-address

Name or ID of the public IP to use.

--resource-group -g

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

Optional Parameters

--m-name
Preview

Name of the management IP configuration.

--m-public-ip-address
Preview

Name or ID of the public IP to use for management ip configuation.

--m-vnet-name
Preview

The virtual network (VNet) name for management ip configuation. It should contain one subnet called "AzureFirewallManagementSubnet".

--vnet-name

The virtual network (VNet) name. It should contain one subnet called "AzureFirewallSubnet".

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.

az network firewall ip-config delete

Delete an Azure Firewall IP configuration.

az network firewall ip-config delete [--firewall-name]
                                     [--ids]
                                     [--name]
                                     [--resource-group]
                                     [--subscription]

Optional Parameters

--firewall-name -f

Azure Firewall name.

--ids

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.

--name -n

Name of the IP configuration.

--resource-group -g

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

--subscription

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.

az network firewall ip-config list

List Azure Firewall IP configurations.

az network firewall ip-config list --firewall-name
                                   --resource-group

Required Parameters

--firewall-name -f

Azure Firewall name.

--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.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.

az network firewall ip-config show

Get the details of an Azure Firewall IP configuration.

az network firewall ip-config show [--firewall-name]
                                   [--ids]
                                   [--name]
                                   [--resource-group]
                                   [--subscription]

Optional Parameters

--firewall-name -f

Azure Firewall name.

--ids

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.

--name -n

Name of the IP configuration.

--resource-group -g

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

--subscription

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.