Skip to content

Commit 9bb175b

Browse files
authored
Merge pull request #195869 from whhender/governance-to-management
Updating governance to management
2 parents 990908a + e614514 commit 9bb175b

14 files changed

+88
-85
lines changed

articles/purview/.openpublishing.redirection.purview.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
"source_path_from_root": "/articles/purview/tutorial-data-owner-policies-resource-group.md",
150150
"redirect_url": "/azure/purview/how-to-data-owner-policies-resource-group",
151151
"redirect_document_id": true
152+
},
153+
{
154+
"source_path_from_root": "/articles/purview/how-to-enable-data-use-governance.md",
155+
"redirect_url": "/azure/purview/how-to-enable-data-use-management",
156+
"redirect_document_id": true
152157
}
153158
]
154159
}

articles/purview/concept-self-service-data-access-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This article helps you understand Microsoft Purview Self-service data access pol
1818
1919
## Important limitations
2020

21-
The self-service data access policy is only supported when the prerequisites mentioned in [data use governance](./how-to-enable-data-use-governance.md#prerequisites) are satisfied.
21+
The self-service data access policy is only supported when the prerequisites mentioned in [data use management](./how-to-enable-data-use-management.md#prerequisites) are satisfied.
2222

2323
## Overview
2424

25-
Microsoft Purview Self-service data access workflow allows data consumer to request access to data when browsing or searching for data. Once the data access request is approved, a policy gets auto-generated to grant access to the requestor provided the data source is enabled for data use governance. Currently, self-service data access policy is supported for storage accounts, containers, folders, and files.
25+
Microsoft Purview Self-service data access workflow allows data consumer to request access to data when browsing or searching for data. Once the data access request is approved, a policy gets auto-generated to grant access to the requestor provided the data source is enabled for data use management. Currently, self-service data access policy is supported for storage accounts, containers, folders, and files.
2626

27-
A **workflow admin** will need to map a self-service data access workflow to a collection. Collection is logical grouping of data sources that are registered within Microsoft Purview. **Only data source(s) that are registered** for data use governance will have self-service policies auto-generated.
27+
A **workflow admin** will need to map a self-service data access workflow to a collection. Collection is logical grouping of data sources that are registered within Microsoft Purview. **Only data source(s) that are registered** for data use management will have self-service policies auto-generated.
2828

2929
## Terminology
3030

@@ -34,7 +34,7 @@ A **workflow admin** will need to map a self-service data access workflow to a c
3434

3535
* **Self-service data access workflow** is the workflow that is initiated when a data consumer requests access to data.
3636

37-
* **Approver** is either security group or AAD users that can approve self-service access requests.
37+
* **Approver** is either security group or Azure Active Directory (Azure AD) users that can approve self-service access requests.
3838

3939
## How to use Microsoft Purview self-service data access policy
4040

@@ -44,12 +44,12 @@ With self-service data access workflow, data consumers can not only find data as
4444

4545
A default self-service data access workflow template is provided with every Microsoft Purview account.The default template can be amended to add more approvers and/or set the approver's email address. For more details refer [Create and enable self-service data access workflow](./how-to-workflow-self-service-data-access-hybrid.md).
4646

47-
Whenever a data consumer requests access to a dataset, the notification is sent to the workflow approver(s). The approver(s) can view the request and approve it either from Microsft Purview portal or from within the email notification. When the request is approved, a policy is auto-generated and applied against the respective data source. Self-service data access policy gets auto-generated only if the data source is registered for **data use governance**. The pre-requisites mentioned within the [data use governance](./how-to-enable-data-use-governance.md#prerequisites) have to be satisfied.
47+
Whenever a data consumer requests access to a dataset, the notification is sent to the workflow approver(s). The approver(s) can view the request and approve it either from Microsoft Purview portal or from within the email notification. When the request is approved, a policy is auto-generated and applied against the respective data source. Self-service data access policy gets auto-generated only if the data source is registered for **data use management**. The pre-requisites mentioned within the [data use management](./how-to-enable-data-use-management.md#prerequisites) have to be satisfied.
4848

4949
## Next steps
5050

5151
If you would like to preview these features in your environment, follow the link below.
52-
- [Enable data use governance](./how-to-enable-data-use-governance.md#prerequisites)
52+
- [Enable data use management](./how-to-enable-data-use-management.md#prerequisites)
5353
- [create self-service data access workflow](./how-to-workflow-self-service-data-access-hybrid.md)
5454
- [working with policies at file level](https://techcommunity.microsoft.com/t5/azure-purview-blog/data-policy-features-accessing-data-when-file-level-permission/ba-p/3102166)
5555
- [working with policies at folder level](https://techcommunity.microsoft.com/t5/azure-purview-blog/data-policy-features-accessing-data-when-folder-level-permission/ba-p/3109583)

articles/purview/how-to-data-owner-policies-resource-group.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
# Resource group and subscription access provisioning by data owner (preview)
1414
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1515

16-
[Policies](concept-data-owner-policies.md) allow you to enable access to data sources that have been registered for *Data use governance* in Microsoft Purview.
16+
[Policies](concept-data-owner-policies.md) allow you to enable access to data sources that have been registered for *data use management* in Microsoft Purview.
1717

1818
You can also [register an entire resource group or subscription](register-scan-azure-multiple-sources.md), and create a single policy that will manage access to **all** data sources in that resource group or subscription. That single policy will cover all existing data sources and any data sources that are created afterwards.
1919
This article describes how this is done.
@@ -31,20 +31,20 @@ This article describes how this is done.
3131
## Configuration
3232
[!INCLUDE [Access policies generic configuration](./includes/access-policies-configuration-generic.md)]
3333

34-
### Register the subscription or resource group for data use governance
34+
### Register the subscription or resource group for data use management
3535
The subscription or resource group needs to be registered with Microsoft Purview to later define access policies.
3636

3737
To register your resource, follow the **Prerequisites** and **Register** sections of this guide:
3838

3939
- [Register multiple sources in Microsoft Purview](register-scan-azure-multiple-sources.md#prerequisites)
4040

41-
After you've registered your resources, you'll need to enable data use governance. Data use governance affects the security of your data, as it delegates to certain users to manage access to data resources from within Microsoft Purview.
41+
After you've registered your resources, you'll need to enable data use management. Data use management affects the security of your data, as it delegates to certain users to manage access to data resources from within Microsoft Purview.
4242

43-
To ensure you securely enable data use governance, and follow best practices, follow this guide to enable data use governance for your resource group or subscription:
43+
To ensure you securely enable data use management, and follow best practices, follow this guide to enable data use management for your resource group or subscription:
4444

45-
- [How to enable data use governance](./how-to-enable-data-use-governance.md)
45+
- [How to enable data use management](./how-to-enable-data-use-management.md)
4646

47-
In the end, your resource will have the **Data use governance** toggle to **Enabled**, as shown in the picture:
47+
In the end, your resource will have the **data use management** toggle to **Enabled**, as shown in the picture:
4848

4949
:::image type="content" source="./media/how-to-data-owner-policies-resource-group/register-resource-group-for-policy.png" alt-text="Screenshot that shows how to register a resource group or subscription for policy by toggling the enable tab in the resource editor.":::
5050

articles/purview/how-to-data-owner-policies-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1616

17-
[Access policies](concept-data-owner-policies.md) allow you to enable access to data sources that have been registered for *Data use governance* in Microsoft Purview.
17+
[Access policies](concept-data-owner-policies.md) allow you to enable access to data sources that have been registered for *data use management* in Microsoft Purview.
1818
This article describes how a data owner can delegate in Microsoft Purview management of access to Azure Storage datasets. Currently, these two Azure Storage sources are supported:
1919

2020
- Blob storage
@@ -28,7 +28,7 @@ This article describes how a data owner can delegate in Microsoft Purview manage
2828
## Configuration
2929
[!INCLUDE [Access policies generic configuration](./includes/access-policies-configuration-generic.md)]
3030

31-
### Register the data sources in Microsoft Purview for Data use governance
31+
### Register the data sources in Microsoft Purview for data use management
3232
The Azure Storage resources need to be registered first with Microsoft Purview to later define access policies.
3333

3434
To register your resources, follow the **Prerequisites** and **Register** sections of these guides:
@@ -37,11 +37,11 @@ To register your resources, follow the **Prerequisites** and **Register** sectio
3737

3838
- [Register and scan Azure Data Lake Storage (ADLS) Gen2 - Microsoft Purview](register-scan-adls-gen2.md#prerequisites)
3939

40-
After you've registered your resources, you'll need to enable *Data use governance*. Data use governance can affect the security of your data, as it delegates to certain Microsoft Purview roles to manage access to data sources that have been registered. Secure practices related to *Data use governance* are described in this guide:
40+
After you've registered your resources, you'll need to enable *data use management*. Data use management can affect the security of your data, as it delegates to certain Microsoft Purview roles to manage access to data sources that have been registered. Secure practices related to *data use management* are described in this guide:
4141

42-
- [How to enable data use governance](./how-to-enable-data-use-governance.md)
42+
- [How to enable data use management](./how-to-enable-data-use-management.md)
4343

44-
Once your data source has the **Data use governance** toggle **Enabled**, it will look like this picture:
44+
Once your data source has the **data use management** toggle **Enabled**, it will look like this picture:
4545

4646
:::image type="content" source="./media/how-to-data-owner-policies-storage/register-data-source-for-policy-storage.png" alt-text="Screenshot that shows how to register a data source for policy by toggling the enable tab in the resource editor.":::
4747

articles/purview/how-to-data-owner-policy-authoring-generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before authoring data policies in the Microsoft Purview governance portal, you'l
2727

2828
1. Follow any policy-specific prerequisites for your source. Check the [Microsoft Purview supported data sources table](azure-purview-connector-overview.md#microsoft-purview-data-sources) and select the link in the **Access Policy** column for sources where access policies are available. Follow any steps listed in the Access policy or Prerequisites sections.
2929
1. Register the data source in Microsoft Purview. Follow the **Prerequisites** and **Register** sections of the [source pages](azure-purview-connector-overview.md) for your resources.
30-
1. [Enable the data use governance toggle on the data source](how-to-enable-data-use-governance.md#enable-data-use-governance). Additional permissions for this step are described in the linked document.
30+
1. [Enable the data use management toggle on the data source](how-to-enable-data-use-management.md#enable-data-use-management). Additional permissions for this step are described in the linked document.
3131

3232
## Create a new policy
3333

articles/purview/how-to-delete-self-service-data-access-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/22/2022
1111

1212
# How to delete self-service data access policies
1313

14-
In a Microsoft Purview catalog, you can now [request access](how-to-request-access.md) to data assets. If policies are currently available for the data source type and the data source has [data use governance enabled](how-to-enable-data-use-governance.md), a self-service policy is generated when a data access request is approved.
14+
In a Microsoft Purview catalog, you can now [request access](how-to-request-access.md) to data assets. If policies are currently available for the data source type and the data source has [data use management enabled](how-to-enable-data-use-management.md), a self-service policy is generated when a data access request is approved.
1515

1616
This article describes how to delete self-service data access policies that have been auto-generated by approved access requests.
1717

@@ -22,7 +22,7 @@ This article describes how to delete self-service data access policies that have
2222
2323
Self-service policies must exist to be deleted. To enable and create self-service policies, follow these articles:
2424

25-
1. [Enable Data Use Governance](how-to-enable-data-use-governance.md) - this will allow Microsoft Purview to create policies for your sources.
25+
1. [Enable data use management](how-to-enable-data-use-management.md) - this will allow Microsoft Purview to create policies for your sources.
2626
1. [Create a self-service data access workflow](./how-to-workflow-self-service-data-access-hybrid.md) - this will enable [users to request access to data sources from within Microsoft Purview](how-to-request-access.md).
2727
1. [Approve a self-service data access request](how-to-workflow-manage-requests-approvals.md#approvals) - after approving a request, if your workflow from the previous step includes the ability to create a self-service data policy, your policy will be created and will be viewable.
2828

0 commit comments

Comments
 (0)