az functionapp log deployment
Manage function app deployment logs.
Commands
az functionapp log deployment list |
List deployment logs of the deployments associated with function app. |
az functionapp log deployment show |
Show deployment logs of the latest deployment, or a specific deployment if deployment-id is specified. |
az functionapp log deployment list
List deployment logs of the deployments associated with function app.
az functionapp log deployment list --name
--resource-group
[--query-examples]
[--slot]
[--subscription]
Examples
List the deployment logs
az functionapp log deployment list --name MyFunctionApp --resource-group MyResourceGroup
Required Parameters
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
The name of the slot. Default to the productions slot if not specified.
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 functionapp log deployment show
Show deployment logs of the latest deployment, or a specific deployment if deployment-id is specified.
az functionapp log deployment show --name
--resource-group
[--deployment-id]
[--query-examples]
[--slot]
[--subscription]
Examples
Show the deployment logs of the latest deployment
az functionapp log deployment show --name MyFunctionApp --resource-group MyResourceGroup
Show the deployment logs of a particular deployment
az functionapp log deployment show --name MyFunctionApp --resource-group MyResourceGroup --deployment-id MyDeploymentId
Required Parameters
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Deployment ID. If none specified, returns the deployment logs of the latest deployment.
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.
The name of the slot. Default to the productions slot if not specified.
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.