Deployments

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

post/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/validate

Path parameters

scopestring required

The scope of a deployment.

deploymentNamestring required

The name of the deployment.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

locationstring

The location to store the deployment data.

Response

OK - Returns the validation result.

errorErrorResponse — unresolved $ref

Changes