az network cross-region-lb

Manage and configure cross-region load balancers.

To learn more about Azure Load Balancer visit https://learn.microsoft.com/en-us/azure/load-balancer/tutorial-cross-region-cli.

Commands

Name Description Type Status
az network cross-region-lb address-pool

Manage address pools of a cross-region load balancer.

Core GA
az network cross-region-lb address-pool address

Manage backend addresses of the cross-region load balance backend address pool.

Core GA
az network cross-region-lb address-pool address add

Add one backend address into the load balance backend address pool.

Core Preview
az network cross-region-lb address-pool address list

List all backend addresses of the load balance backend address pool.

Core Preview
az network cross-region-lb address-pool address remove

Remove one backend address from the load balance backend address pool.

Core Preview
az network cross-region-lb address-pool address show

Show the backend address from the load balance backend address pool.

Core Preview
az network cross-region-lb address-pool address update

Update the backend address into the load balance backend address pool.

Core Preview
az network cross-region-lb address-pool create

Create load balancer backend address pool.

Core GA
az network cross-region-lb address-pool delete

Delete the specified load balancer backend address pool.

Core GA
az network cross-region-lb address-pool list

List all the load balancer backed address pools.

Core GA
az network cross-region-lb address-pool show

Get load balancer backend address pool.

Core GA
az network cross-region-lb address-pool update

Update a load balancer backend address pool.

Core GA
az network cross-region-lb create

Create a cross-region load balancer.

Core GA
az network cross-region-lb delete

Delete the specified load balancer.

Core GA
az network cross-region-lb frontend-ip

Manage frontend IP addresses of a cross-region load balancer.

Core GA
az network cross-region-lb frontend-ip create

Create a frontend IP address.

Core GA
az network cross-region-lb frontend-ip delete

Delete a frontend IP address.

Core GA
az network cross-region-lb frontend-ip list

List frontend IP addresses.

Core GA
az network cross-region-lb frontend-ip show

Get the details of a frontend IP address.

Core GA
az network cross-region-lb frontend-ip update

Update a frontend IP address.

Core GA
az network cross-region-lb list

List load balancers.

Core GA
az network cross-region-lb rule

Manage cross-region load balancing rules.

Core GA
az network cross-region-lb rule create

Create a load balancing rule.

Core GA
az network cross-region-lb rule delete

Delete a load balancing rule.

Core GA
az network cross-region-lb rule list

List load balancing rules.

Core GA
az network cross-region-lb rule show

Get the details of a load balancing rule.

Core GA
az network cross-region-lb rule update

Update a load balancing rule.

Core GA
az network cross-region-lb show

Get the details of a load balancer.

Core GA
az network cross-region-lb update

Update a load balancer.

Core GA
az network cross-region-lb wait

Place the CLI in a waiting state until a condition is met.

Core GA

az network cross-region-lb create

Create a cross-region load balancer.

az network cross-region-lb create --name
                                  --resource-group
                                  [--address-allocation {Dynamic, Static}]
                                  [--backend-pool-name]
                                  [--frontend-ip-name]
                                  [--frontend-ip-zone]
                                  [--location]
                                  [--no-wait]
                                  [--public-ip-address]
                                  [--public-ip-dns-name]
                                  [--public-ip-zone]
                                  [--tags]
                                  [--validate]

Examples

Create a basic load balancer.

az network cross-region-lb create -g MyResourceGroup -n MyLb

Required Parameters

--name -n

The load balancer name.

--resource-group -g

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

Optional Parameters

--address-allocation --public-ip-address-allocation

IP allocation method.

accepted values: Dynamic, Static
--backend-pool-name

The name of the backend address pool.

--frontend-ip-name

The name of the frontend IP configuration.

default value: LoadBalancerFrontEnd
--frontend-ip-zone

Used to create internal facing Load balancer.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
--public-ip-address

Name or ID of the public IP address, or "" for none. Uses existing resource if available or will create a new resource with defaults if omitted.

--public-ip-dns-name

Globally unique DNS name for a new public IP.

--public-ip-zone

Used to created a new public ip for the load balancer, a.k.a public facing Load balancer.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

--validate

Generate and validate the ARM template without creating any resources.

default value: False
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 cross-region-lb delete

Delete the specified load balancer.

az network cross-region-lb delete [--ids]
                                  [--name]
                                  [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--resource-group]
                                  [--subscription]

Examples

Delete a load balancer.

az network cross-region-lb delete -g MyResourceGroup -n MyLb

Optional Parameters

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

The load balancer name.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--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 cross-region-lb list

List load balancers.

az network cross-region-lb list [--max-items]
                                [--next-token]
                                [--resource-group]

Examples

List load balancers.

az network cross-region-lb list -g MyResourceGroup

Optional Parameters

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

--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 cross-region-lb show

Get the details of a load balancer.

az network cross-region-lb show [--expand]
                                [--ids]
                                [--name]
                                [--resource-group]
                                [--subscription]

Examples

Get the details of a load balancer.

az network cross-region-lb show -g MyResourceGroup -n MyLb

Optional Parameters

--expand

Expands referenced resources. Default value is None.

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

The load balancer name.

--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 cross-region-lb update

Update a load balancer.

This command can only be used to update the tags for a load balancer. Name and resource group are immutable and cannot be updated.

az network cross-region-lb update [--add]
                                  [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--ids]
                                  [--name]
                                  [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--probes]
                                  [--remove]
                                  [--resource-group]
                                  [--set]
                                  [--subscription]
                                  [--tags]

Examples

Update the tags of a load balancer.

az network cross-region-lb update -g MyResourceGroup -n MyLB --tags CostCenter=MyTestGroup

Optional Parameters

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--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

The load balancer name.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--probes

Collection of probe objects used in the load balancer. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

--remove

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

--resource-group -g

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

--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

--subscription

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

--tags

Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

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 cross-region-lb wait

Place the CLI in a waiting state until a condition is met.

az network cross-region-lb wait [--created]
                                [--custom]
                                [--deleted]
                                [--exists]
                                [--expand]
                                [--ids]
                                [--interval]
                                [--name]
                                [--resource-group]
                                [--subscription]
                                [--timeout]
                                [--updated]

Optional Parameters

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--expand

Expands referenced resources. Default value is None.

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

--interval

Polling interval in seconds.

default value: 30
--name -n

The load balancer name.

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

--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

default value: False
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.