az network vnet-gateway migration
Migrate vpn gateway from basic IP CSES to Standard IP based VMSS deployment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network vnet-gateway migration abort |
Trigger abort migration for the virtual network gateway. |
Core | GA |
az network vnet-gateway migration commit |
Trigger commit migration for the virtual network gateway. |
Core | GA |
az network vnet-gateway migration execute |
Trigger execute migration for the virtual network gateway. |
Core | GA |
az network vnet-gateway migration prepare |
Trigger prepare migration for the virtual network gateway. |
Core | GA |
az network vnet-gateway migration abort
Trigger abort migration for the virtual network gateway.
az network vnet-gateway migration abort [--gateway-name --vnet-gateway-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Abort a gateway migration
az network vnet-gateway migration abort -g group -n gateway
Optional Parameters
The name of the gateway.
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.
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 vnet-gateway migration commit
Trigger commit migration for the virtual network gateway.
az network vnet-gateway migration commit [--gateway-name --vnet-gateway-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Commit a gateway migration.
az network vnet-gateway migration commit -g rg -n gateway
Optional Parameters
The name of the gateway.
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.
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 vnet-gateway migration execute
Trigger execute migration for the virtual network gateway.
az network vnet-gateway migration execute [--gateway-name --vnet-gateway-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Execute a gateway migration.
az network vnet-gateway migration execute -g rg -n gateway
Optional Parameters
The name of the gateway.
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.
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 vnet-gateway migration prepare
Trigger prepare migration for the virtual network gateway.
az network vnet-gateway migration prepare --migration-type {UpgradeDeploymentToStandardIP}
[--gateway-name --vnet-gateway-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--resource-url]
[--subscription]
Examples
Prepare a gateway migration.
az network vnet-gateway migration prepare -g rg -n gateway --migration-type UpgradeDeploymentToStandardIP --resource-url testUrl
Required Parameters
MigrationType for the virtual network gateway.
Optional Parameters
The name of the gateway.
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.
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>
.
Resource url that needs to be passed in to migration.
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.