Skip to content

Commit 870565e

Browse files
authored
Merge pull request #99380 from svchandramohan/patch-35
Command to register the Resource Provider
2 parents 9591c09 + e41401c commit 870565e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/purview/includes/access-policies-configuration-generic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.custom:
1111
### Register Microsoft Purview as a resource provider in other subscriptions
1212
Execute this step only if the data sources and the Microsoft Purview account are in different subscriptions. Register Microsoft Purview as a resource provider in each subscription where data sources reside by following this guide: [Register resource provider](../../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
1313

14-
The Microsoft Purview resource provider is:
14+
The Microsoft Purview resource provider is: Microsoft.Purview. To register using Powershell run the below:
1515
```
16-
Microsoft.Purview
16+
Register-AzResourceProvider -ProviderNamespace Microsoft.Purview
1717
```
1818

1919
### Configure permissions for policy management actions

0 commit comments

Comments
 (0)