Deployments
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
post/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/validate
Path parameters
resourceGroupNamestring required
The name of the resource group the template will be deployed to. The name is case insensitive.
deploymentNamestring required
The name of the deployment.
subscriptionIdstring required
The ID of the target subscription.
Query parameters
api-versionstring required
The API version to use for this operation.
Request body
Response
OK - Returns the validation result.
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○