Skip to content

Commit 263e4ba

Browse files
author
Michael Bender
committed
add resource provider language
1 parent 92d64fe commit 263e4ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/virtual-network-manager/concept-azure-policy-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ To set the needed permissions, users can be assigned built-in roles with [role-b
7474
- **Resource Policy Contributor** role at the target scope level.
7575

7676
For more granular role assignment, you can create [custom roles](../role-based-access-control/custom-roles-portal.md) using the `networkGroups/join/action` permission and `policy/write` permission.
77+
78+
Along with the required permissions, your subscriptions and management groups must be registered with the following resource providers:
79+
- `Microsoft.Network` is required to create virtual networks.
80+
- `Microsoft.PolicyInsights` is required to use Azure Policy.
81+
82+
To set register the needed providers, use [Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider?view=azps-9.4.0) in Azure PowerShell or [az provider register](/cli/azure/provider) in Azure CLI.
83+
7784
## Helpful tips
7885

7986
### Type filtering

0 commit comments

Comments
 (0)