Deployments
Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
post/providers/Microsoft.Resources/deployments/{deploymentName}/validate
Path parameters
deploymentNamestring required
The name of the deployment.
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
400response-non-success-status-added
- ○