az appservice
Manage App Service plans.
Commands
az appservice ase |
Manage App Service Environments v2. |
az appservice ase create |
Create app service environment. |
az appservice ase delete |
Delete app service environment. |
az appservice ase list |
List app service environments. |
az appservice ase list-addresses |
List VIPs associated with an app service environment. |
az appservice ase list-plans |
List app service plans associated with an app service environment. |
az appservice ase show |
Show details of an app service environment. |
az appservice ase update |
Update app service environment. |
az appservice hybrid-connection |
A method that sets the key a hybrid-connection uses. |
az appservice hybrid-connection set-key |
Set the key that all apps in an appservice plan use to connect to the hybrid-connections in that appservice plan. |
az appservice list-locations |
List regions where a plan sku is available. |
az appservice plan |
Manage app service plans. |
az appservice plan create |
Create an app service plan. |
az appservice plan delete |
Delete an app service plan. |
az appservice plan list |
List app service plans. |
az appservice plan show |
Get the app service plans for a resource group or a set of resource groups. |
az appservice plan update |
Update an app service plan. |
az appservice vnet-integration |
A method that lists the virtual network integrations used in an appservice plan. |
az appservice vnet-integration list |
List the virtual network integrations used in an appservice plan. |
az appservice list-locations
List regions where a plan sku is available.
az appservice list-locations --sku {B1, B2, B3, D1, F1, FREE, I1, I2, I3, P1V2, P1V3, P2V2, P2V3, P3V2, P3V3, PC2, PC3, PC4, S1, S2, S3, SHARED}
[--linux-workers-enabled]
[--subscription]
Examples
List regions where a plan sku is available. (autogenerated)
az appservice list-locations --sku F1
Required Parameters
The pricing tiers, e.g., F1(Free), D1(Shared), B1(Basic Small), B2(Basic Medium), B3(Basic Large), S1(Standard Small), P1V2(Premium V2 Small), P1V3(Premium V3 Small), P2V3(Premium V3 Medium), P3V3(Premium V3 Large), PC2 (Premium Container Small), PC3 (Premium Container Medium), PC4 (Premium Container Large), I1 (Isolated Small), I2 (Isolated Medium), I3 (Isolated Large).
Optional Parameters
Get regions which support hosting web apps on Linux workers.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.