Category: automation

As per MS documentation: To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). In the template, you specify the resources to deploy and the properties for those resources.

Use this value to avoid having to specify API versions for each resource in the template. When you specify an API profile version and don’t specify an API version for the resource type, Resource Manager uses the API version for that resource type that is defined in the profile.

Values that are used as JSON fragments in the template to simplify template language expressions.

Related Articles