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 fully qualified Azure Resource manager identifier of the resource.
deploymentNamestring required
The name of the deployment.
Parameters
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
Request body
Response
Azure operation completed successfully.
Changes
Changed in 3 of the 23 revisions of this API.12
- ●
deleted the
queryrequest parameterapi-versionrequest-parameter-removed
- ●
- ○
added the success response with the status
202response-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○