DeploymentScripts
Gets deployment script logs for a given deployment script name.
get/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs/default
Path parameters
subscriptionIdstring required
Subscription Id which forms part of the URI for every service call.
resourceGroupNamestring required
The name of the resource group. The name is case insensitive.
scriptNamestring required
Name of the deployment script.
Query parameters
api-versionstring required
Client Api version.
tailinteger
The number of lines to show from the tail of the deployment script log. Valid value is a positive number up to 1000. If 'tail' is not provided, all available logs are shown up to container instance log capacity of 4mb.
Response
OK -- Returns deployment script logs if available.