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.

deploymentNamestring required

The name of the deployment.

Parameters

../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref

Request body

locationstring

The location to store the deployment data.

tagsobject

Deployment tags

Response

Azure operation completed successfully.

idstring

The ID of the deployment.

namestring

The name of the deployment.

typestring

The type of the deployment.

Changes

Changed in 2 of the 23 revisions of this API.21

  • 2015-11-01ea64f4e7e8982See the full diff
    • deleted the path request parameter subscriptionId

      request-parameter-removed

    • deleted the query request parameter api-version

      request-parameter-removed

  • 2015-11-01ff2219f9d3a91See the full diff
    • added the success response with the status

      response-success-status-added