az network cross-region-lb
Manage and configure cross-region load balancers.
To learn more about Azure Load Balancer visit https://video2.skills-academy.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 | GA |
az network cross-region-lb address-pool address list |
List all backend addresses of the load balance backend address pool. |
Core | GA |
az network cross-region-lb address-pool address remove |
Remove one backend address from the load balance backend address pool. |
Core | GA |
az network cross-region-lb address-pool address show |
Show the backend address from the load balance backend address pool. |
Core | GA |
az network cross-region-lb address-pool address update |
Update the backend address into the load balance backend address pool. |
Core | GA |
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
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
IP allocation method.
The name of the backend address pool.
The name of the frontend IP configuration.
Used to create internal facing Load balancer.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
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.
Globally unique DNS name for a new public IP.
Used to created a new public ip for the load balancer, a.k.a public facing Load balancer.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Generate and validate the ARM template without creating any resources.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
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.
The load balancer name.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
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.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
Expands referenced resources. Default value is None.
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.
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 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>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
The load balancer name.
Do not wait for the long-running operation to finish.
Collection of probe objects used in the load balancer. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Expands referenced resources. Default value is None.
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.
Polling interval in seconds.
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.