az staticwebapp environment
Manage environment of the static app.
Commands
az staticwebapp environment functions |
Show information about functions. |
az staticwebapp environment list |
List all environment of the static app including production. |
az staticwebapp environment show |
Show information about the production environment or the specified environment. |
az staticwebapp environment functions
Show information about functions.
az staticwebapp environment functions --name
[--environment-name]
[--resource-group]
[--subscription]
Examples
Show static app functions.
az staticwebapp environment functions -n MyStaticAppName
Required Parameters
Name of the static site.
Optional Parameters
Name of the environment of static site.
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
.
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.
az staticwebapp environment list
List all environment of the static app including production.
az staticwebapp environment list --name
[--query-examples]
[--resource-group]
[--subscription]
Examples
List static app environment.
az staticwebapp environment list -n MyStaticAppName
Required Parameters
Name of the static site.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
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
.
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.
az staticwebapp environment show
Show information about the production environment or the specified environment.
az staticwebapp environment show --name
[--environment-name]
[--query-examples]
[--resource-group]
[--subscription]
Examples
Show a static app environment.
az staticwebapp environment show -n MyStaticAppName
Required Parameters
Name of the static site.
Optional Parameters
Name of the environment of static site.
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
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
.
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.