Microsoft Azure · Schema

Azure Resource Manager Deployment

An Azure Resource Manager deployment represents the process of deploying one or more resources to an Azure subscription, resource group, or management group. Deployments use ARM templates (JSON or Bicep) to define the resources to deploy, their configurations, and dependencies.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The ID of the deployment.
name string The name of the deployment.
type string The type of the deployment.
location string The location to store the deployment data.
properties object Deployment properties.
tags object Deployment tags.
View JSON Schema on GitHub