az appservice plan managed-instance install-script
Command group 'az appservice plan managed-instance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage install scripts for managed instance App Service plans.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az appservice plan managed-instance install-script add |
Add an install script to a managed instance App Service plan. |
Core | Preview |
| az appservice plan managed-instance install-script list |
List install scripts for a managed instance App Service plan. |
Core | Preview |
| az appservice plan managed-instance install-script remove |
Remove an install script from a managed instance App Service plan. |
Core | Preview |
az appservice plan managed-instance install-script add
Command group 'az appservice plan managed-instance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add an install script to a managed instance App Service plan.
az appservice plan managed-instance install-script add --install-script-name
--source-uri
--type {PlatformStorage, RemoteAzureBlob}
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Add an install script to a managed instance App Service plan.
az appservice plan managed-instance install-script add --name MyAppServicePlan --resource-group MyResourceGroup --install-script-name MyScript --source-uri https://example.com/script.ps1 --type RemoteAzureBlob
Required Parameters
Name of the install script.
Source URI of the install script.
Type of the install script.
| Property | Value |
|---|---|
| Accepted values: | PlatformStorage, RemoteAzureBlob |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The name of the app service plan.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az appservice plan managed-instance install-script list
Command group 'az appservice plan managed-instance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List install scripts for a managed instance App Service plan.
az appservice plan managed-instance install-script list --name
--resource-group
Examples
List all install scripts for a managed instance App Service plan.
az appservice plan managed-instance install-script list --name MyAppServicePlan --resource-group MyResourceGroup
Required Parameters
The name of the app service plan.
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.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |
az appservice plan managed-instance install-script remove
Command group 'az appservice plan managed-instance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Remove an install script from a managed instance App Service plan.
az appservice plan managed-instance install-script remove --install-script-name
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Remove an install script from a managed instance App Service plan.
az appservice plan managed-instance install-script remove --name MyAppServicePlan --resource-group MyResourceGroup --install-script-name MyScript
Required Parameters
Name of the install script to remove.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The name of the app service plan.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |