Skip to content

Commit 9865f94

Browse files
committed
add supported resource types
1 parent 74bf723 commit 9865f94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 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
@@ -22,9 +22,13 @@ You can deploy the following resource types at the subscription level:
2222
* [policyAssignments](/azure/templates/microsoft.authorization/policyassignments)
2323
* [policyDefinitions](/azure/templates/microsoft.authorization/policydefinitions)
2424
* [policySetDefinitions](/azure/templates/microsoft.authorization/policysetdefinitions)
25+
* [remediations](/azure/templates/microsoft.policyinsights/remediations)
2526
* [resourceGroups](/azure/templates/microsoft.resources/resourcegroups)
2627
* [roleAssignments](/azure/templates/microsoft.authorization/roleassignments)
2728
* [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)
2832

2933
### Schema
3034

0 commit comments

Comments
 (0)