Azure Template Management Group Template Deployment

This page shows how to write Terraform and Azure Resource Manager for Template Management Group Template Deployment and write them securely.

azurerm_management_group_template_deployment (Terraform)

The Management Group Template Deployment in Template can be configured in Terraform with the resource name azurerm_management_group_template_deployment. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Template Deployment at a Management Group Scope.

Note: Deleting a Deployment at the Management Group Scope will not delete any resources created by the deployment.

Note: Deployments to a Management Group are always Incrementally applied. Existing resources that are not part of the template will not be removed.

Microsoft.Management/managementGroups (Azure Resource Manager)

The managementGroups in Microsoft.Management can be configured in Azure Resource Manager with the resource name Microsoft.Management/managementGroups. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

mgmtGroups.json#L41
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L41
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
            // },
            // {
eslzArm.json#L21
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[variables('mgName')]",
            "properties": {}
        },
        {
es-vwan.json#L176
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('enterpriseScaleCompanyPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L41
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L44
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L44
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L41
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L44
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {
mgmtGroups.json#L44
            "type": "Microsoft.Management/managementGroups",
            "apiVersion": "2020-05-01",
            "name": "[parameters('topLevelManagementGroupPrefix')]",
            "properties": {}
        },
        {

Frequently asked questions

What is Azure Template Management Group Template Deployment?

Azure Template Management Group Template Deployment is a resource for Template of Microsoft Azure. Settings can be wrote in Terraform.