Skip to content

Commit ac3d43f

Browse files
authored
Merge pull request #108482 from tfitzmac/0320subresources
updating supported types
2 parents 016a43c + 9865f94 commit ac3d43f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources to subscription
33
description: Describes how to create a resource group in an Azure Resource Manager template. It also shows how to deploy resources at the Azure subscription scope.
44
ms.topic: conceptual
5-
ms.date: 03/16/2020
5+
ms.date: 03/23/2020
66
---
77

88
# Create resource groups and resources at the subscription level
@@ -17,13 +17,18 @@ You can deploy the following resource types at the subscription level:
1717

1818
* [budgets](/azure/templates/microsoft.consumption/budgets)
1919
* [deployments](/azure/templates/microsoft.resources/deployments) - for nested templates that deploy to resource groups.
20+
* [eventSubscriptions](/azure/templates/microsoft.eventgrid/eventsubscriptions)
2021
* [peerAsns](/azure/templates/microsoft.peering/peerasns)
2122
* [policyAssignments](/azure/templates/microsoft.authorization/policyassignments)
2223
* [policyDefinitions](/azure/templates/microsoft.authorization/policydefinitions)
2324
* [policySetDefinitions](/azure/templates/microsoft.authorization/policysetdefinitions)
25+
* [remediations](/azure/templates/microsoft.policyinsights/remediations)
2426
* [resourceGroups](/azure/templates/microsoft.resources/resourcegroups)
2527
* [roleAssignments](/azure/templates/microsoft.authorization/roleassignments)
2628
* [roleDefinitions](/azure/templates/microsoft.authorization/roledefinitions)
29+
* [scopeAssignments](/azure/templates/microsoft.managednetwork/scopeassignments)
30+
* [supportPlanTypes](/azure/templates/microsoft.addons/supportproviders/supportplantypes)
31+
* [tags](/azure/templates/microsoft.resources/tags)
2732

2833
### Schema
2934

0 commit comments

Comments
 (0)