You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/create-a-custom-classification-and-classification-rule.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
title: Create a custom classification and classification rule
3
-
description: Learn how to create custom classifications to define data types in your data estate that are unique to your organization in Azure Purview.
3
+
description: Learn how to create custom classifications to define data types in your data estate that are unique to your organization in Microsoft Purview.
4
4
author: viseshag
5
5
ms.author: viseshag
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
9
ms.date: 09/27/2021
10
10
---
11
-
# Custom classifications in Azure Purview
11
+
# Custom classifications in Microsoft Purview
12
12
13
13
This article describes how you can create custom classifications to define data types in your data estate that are unique to your organization. It also describes the creation of custom classification rules that let you find specified data throughout your data estate.
14
14
15
15
## Default system classifications
16
16
17
-
The Azure Purview Data Catalog provides a large set of default system classifications that represent typical personal data types that you might have in your data estate. For the entire list of available system classifications, see [Supported classifications in Azure Purview](supported-classifications.md).
17
+
The Microsoft Purview Data Catalog provides a large set of default system classifications that represent typical personal data types that you might have in your data estate. For the entire list of available system classifications, see [Supported classifications in Microsoft Purview](supported-classifications.md).
@@ -24,7 +24,7 @@ You also have the ability to create custom classifications, if any of the defaul
24
24
> Our [data sampling rules](sources-and-scans.md#sampling-within-a-file) are applied to both system and custom classifications.
25
25
26
26
> [!NOTE]
27
-
> Azure Purview custom classifications are applied only to structured data sources like SQL and CosmosDB, and to structured file types like CSV, JSON, and Parquet. Custom classification isn't applied to unstructured data file types like DOC, PDF, and XLSX.
27
+
> Microsoft Purview custom classifications are applied only to structured data sources like SQL and CosmosDB, and to structured file types like CSV, JSON, and Parquet. Custom classification isn't applied to unstructured data file types like DOC, PDF, and XLSX.
Copy file name to clipboardExpand all lines: articles/purview/create-a-scan-rule-set.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create a scan rule set
3
-
description: Create a scan rule set in Azure Purview to quickly scan data sources in your organization.
3
+
description: Create a scan rule set in Microsoft Purview to quickly scan data sources in your organization.
4
4
author: linda33wj
5
5
ms.author: jingwang
6
6
ms.service: purview
@@ -11,15 +11,15 @@ ms.date: 09/27/2021
11
11
12
12
# Create a scan rule set
13
13
14
-
In an Azure Purview catalog, you can create scan rule sets to enable you to quickly scan data sources in your organization.
14
+
In a Microsoft Purview catalog, you can create scan rule sets to enable you to quickly scan data sources in your organization.
15
15
16
16
A scan rule set is a container for grouping a set of scan rules together so that you can easily associate them with a scan. For example, you might create a default scan rule set for each of your data source types, and then use these scan rule sets by default for all scans within your company. You might also want users with the right permissions to create other scan rule sets with different configurations based on business need.
17
17
18
18
## Steps to create a scan rule set
19
19
20
20
To create a scan rule set:
21
21
22
-
1. From your Azure [Azure Purview Studio](https://web.purview.azure.com/resource/), select **Data Map**.
22
+
1. From your Azure [Microsoft Purview Studio](https://web.purview.azure.com/resource/), select **Data Map**.
23
23
24
24
1. Select **Scan rule sets** from the left pane, and then select **New**.
25
25
@@ -57,7 +57,7 @@ To create a scan rule set:
57
57
58
58
## Create a custom file type
59
59
60
-
Azure Purview supports adding a custom extension and defining a custom column delimiter in a scan rule set.
60
+
Microsoft Purview supports adding a custom extension and defining a custom column delimiter in a scan rule set.
61
61
62
62
To create a custom file type:
63
63
@@ -89,7 +89,7 @@ To create a custom file type:
89
89
90
90
## Ignore patterns
91
91
92
-
Azure Purview supports defining regular expressions (regex) to exclude assets during scanning. During scanning, Azure Purview will compare the asset's URL against these regular expressions. All assets matching any of the regexes mentioned will be ignored while scanning.
92
+
Microsoft Purview supports defining regular expressions (regex) to exclude assets during scanning. During scanning, Microsoft Purview will compare the asset's URL against these regular expressions. All assets matching any of the regexes mentioned will be ignored while scanning.
93
93
94
94
The **Ignore patterns** blade pre-populates one regex for spark transaction files. You can remove the pre-existing pattern if it is not required. You can define up to 10 ignore patterns.
95
95
@@ -102,14 +102,14 @@ In the above example:
102
102
103
103
Here are some more tips you can use to ignore patterns:
104
104
105
-
- While processing the regex, Azure Purview will add $ to the regex by default.
106
-
- A good way to understand what url the scanning agent will compare with your regular expression is to browse through the Azure Purview data catalog, find the asset you want to ignore in the future, and see its fully qualified name (FQN) in the **Overview** tab.
105
+
- While processing the regex, Microsoft Purview will add $ to the regex by default.
106
+
- A good way to understand what url the scanning agent will compare with your regular expression is to browse through the Microsoft Purview data catalog, find the asset you want to ignore in the future, and see its fully qualified name (FQN) in the **Overview** tab.
107
107
108
108
:::image type="content" source="./media/create-a-scan-rule-set/fully-qualified-name.png" alt-text="Screenshot showing the fully qualified name on an asset's overview tab.":::
109
109
110
110
## System scan rule sets
111
111
112
-
System scan rule sets are Microsoft-defined scan rule sets that are automatically created for each Azure Purview catalog. Each system scan rule set is associated with a specific data source type. When you create a scan, you can associate it with a system scan rule set. Every time Microsoft makes an update to these system rule sets, you can update them in your catalog, and apply the update to all the associated scans.
112
+
System scan rule sets are Microsoft-defined scan rule sets that are automatically created for each Microsoft Purview catalog. Each system scan rule set is associated with a specific data source type. When you create a scan, you can associate it with a system scan rule set. Every time Microsoft makes an update to these system rule sets, you can update them in your catalog, and apply the update to all the associated scans.
113
113
114
114
1. To view the list of system scan rule sets, select **Scan rule sets** in the **Management Center** and choose the **System** tab.
Copy file name to clipboardExpand all lines: articles/purview/create-azure-purview-dotnet.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Quickstart: Create Azure Purview Account using .NET SDK'
3
-
description: Create an Azure Purview Account using .NET SDK.
2
+
title: 'Quickstart: Create Microsoft Purview Account using .NET SDK'
3
+
description: Create a Microsoft Purview Account using .NET SDK.
4
4
author: nayenama
5
5
ms.author: nayenama
6
6
ms.service: purview
@@ -9,13 +9,13 @@ ms.topic: quickstart
9
9
ms.date: 09/27/2021
10
10
ms.custom: mode-api
11
11
---
12
-
# Quickstart: Create an Azure Purview account using .NET SDK
12
+
# Quickstart: Create a Microsoft Purview account using .NET SDK
13
13
14
-
In this quickstart, you'll use the [.NET SDK](/dotnet/api/overview/azure/purviewresourceprovider) to create an Azure Purview account.
14
+
In this quickstart, you'll use the [.NET SDK](/dotnet/api/overview/azure/purviewresourceprovider) to create a Microsoft Purview account.
15
15
16
-
Azure Purview is a data governance service that helps you manage and govern your data landscape. By connecting to data across your on-premises, multi-cloud, and software-as-a-service (SaaS) sources, Azure Purview creates an up-to-date map of your information. It identifies and classifies sensitive data, and provides end-to-end linage. Data consumers are able to discover data across your organization, and data administrators are able to audit, secure, and ensure right use of your data.
16
+
Microsoft Purview is a data governance service that helps you manage and govern your data landscape. By connecting to data across your on-premises, multi-cloud, and software-as-a-service (SaaS) sources, Microsoft Purview creates an up-to-date map of your information. It identifies and classifies sensitive data, and provides end-to-end linage. Data consumers are able to discover data across your organization, and data administrators are able to audit, secure, and ensure right use of your data.
17
17
18
-
For more information about Azure Purview, [see our overview page](overview.md). For more information about deploying Azure Purview across your organization, [see our deployment best practices](deployment-best-practices.md).
18
+
For more information about Microsoft Purview, [see our overview page](overview.md). For more information about deploying Microsoft Purview across your organization, [see our deployment best practices](deployment-best-practices.md).
1. Open **Program.cs**, include the following statements to add references to namespaces.
60
60
@@ -70,7 +70,7 @@ Next, create a C# .NET console application in Visual Studio:
70
70
using Microsoft.IdentityModel.Clients.ActiveDirectory;
71
71
```
72
72
73
-
2. Add the following code to the **Main** method that sets the variables. Replace the placeholders with your own values. For a list of Azure regions in which Azure Purview is currently available, search on **Azure Purview** and select the regions that interest you on the following page: [Products available by region](https://azure.microsoft.com/global-infrastructure/services/).
73
+
2. Add the following code to the **Main** method that sets the variables. Replace the placeholders with your own values. For a list of Azure regions in which Microsoft Purview is currently available, search on **Microsoft Purview** and select the regions that interest you on the following page: [Products available by region](https://azure.microsoft.com/global-infrastructure/services/).
74
74
75
75
```csharp
76
76
// Set variables
@@ -84,7 +84,7 @@ Next, create a C# .NET console application in Visual Studio:
84
84
"<specify the name of purview account to create. It must be globally unique.>";
85
85
```
86
86
87
-
3. Add the following code to the **Main** method that creates an instance of **PurviewManagementClient** class. You use this object to create an Azure Purview Account.
87
+
3. Add the following code to the **Main** method that creates an instance of **PurviewManagementClient** class. You use this object to create a Microsoft Purview Account.
88
88
89
89
```csharp
90
90
// Authenticate and create a purview management client
@@ -99,13 +99,13 @@ Next, create a C# .NET console application in Visual Studio:
99
99
};
100
100
```
101
101
102
-
## Create an Azure Purview account
102
+
## Create a Microsoft Purview account
103
103
104
-
Add the following code to the **Main** method that creates a **Azure Purview Account**.
104
+
Add the following code to the **Main** method that creates a **Microsoft Purview Account**.
The above code with print 'True' if the name is available and 'False' if the name is not available.
188
188
189
189
## Next steps
190
190
191
-
The code in this tutorial creates a purview account, deletes a purview account and checks for name availability of purview account. You can now download the .NET SDK and learn about other resource provider actions you can perform for an Azure Purview account.
191
+
The code in this tutorial creates a purview account, deletes a purview account and checks for name availability of purview account. You can now download the .NET SDK and learn about other resource provider actions you can perform for a Microsoft Purview account.
192
192
193
-
Follow these next articles to learn how to navigate the Azure Purview Studio, create a collection, and grant access to Azure Purview.
193
+
Follow these next articles to learn how to navigate the Microsoft Purview Studio, create a collection, and grant access to Microsoft Purview.
194
194
195
-
*[How to use the Azure Purview Studio](use-azure-purview-studio.md)
195
+
*[How to use the Microsoft Purview Studio](use-azure-purview-studio.md)
196
196
*[Create a collection](quickstart-create-collection.md)
197
-
*[Add users to your Azure Purview account](catalog-permissions.md)
197
+
*[Add users to your Microsoft Purview account](catalog-permissions.md)
Copy file name to clipboardExpand all lines: articles/purview/create-azure-purview-portal-faq.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Create an exception to deploy Azure Purview
3
-
description: This article describes how to create an exception to deploy Azure Purview while leaving existing Azure policies in place to maintain security.
2
+
title: Create an exception to deploy Microsoft Purview
3
+
description: This article describes how to create an exception to deploy Microsoft Purview while leaving existing Azure policies in place to maintain security.
4
4
author: nayenama
5
5
ms.author: nayenama
6
6
ms.service: purview
7
7
ms.topic: how-to
8
8
ms.date: 08/26/2021
9
9
---
10
10
11
-
# Create an exception to deploy Azure Purview
11
+
# Create an exception to deploy Microsoft Purview
12
12
13
-
Many subscriptions have [Azure Policies](../governance/policy/overview.md) in place that restrict the creation of some resources. This is to maintain subscription security and cleanliness. However, Azure Purview accounts deploy two other Azure resources when they're created: an Azure Storage account, and an Event Hubs namespace. When you [create Azure Purview Account](create-catalog-portal.md), these resources will be deployed. They'll be managed by Azure, so you don't need to maintain them, but you'll need to deploy them. Existing policies may block this deployment, and you may receive an error when attempting to create an Azure Purview account.
13
+
Many subscriptions have [Azure Policies](../governance/policy/overview.md) in place that restrict the creation of some resources. This is to maintain subscription security and cleanliness. However, Microsoft Purview accounts deploy two other Azure resources when they're created: an Azure Storage account, and an Event Hubs namespace. When you [create Microsoft Purview Account](create-catalog-portal.md), these resources will be deployed. They'll be managed by Azure, so you don't need to maintain them, but you'll need to deploy them. Existing policies may block this deployment, and you may receive an error when attempting to create a Microsoft Purview account.
14
14
15
15
To maintain your policies in your subscription, but still allow the creation of these managed resources, you can create an exception.
16
16
17
-
## Create an Azure policy exception for Azure Purview
17
+
## Create an Azure policy exception for Microsoft Purview
18
18
19
19
1. Navigate to the [Azure portal](https://portal.azure.com) and search for **Policy**
20
20
@@ -64,7 +64,7 @@ To maintain your policies in your subscription, but still allow the creation of
64
64
```
65
65
66
66
> [!Note]
67
-
> The tag could be anything beside `resourceBypass` and it's up to you to define value when creating Azure Purview in later steps as long as the policy can detect the tag.
67
+
> The tag could be anything beside `resourceBypass` and it's up to you to define value when creating Microsoft Purview in later steps as long as the policy can detect the tag.
68
68
69
69
:::image type="content" source="media/create-catalog-portal/policy-definition.png" alt-text="Screenshot showing how to create policy definition.":::
70
70
@@ -74,8 +74,8 @@ To maintain your policies in your subscription, but still allow the creation of
74
74
75
75
> [!Note]
76
76
> If you have **Azure Policy** and need to add exception as in **Prerequisites**, you need to add the correct tag. For example, you can add `resourceBypass` tag:
77
-
> :::image type="content" source="media/create-catalog-portal/add-purview-tag.png" alt-text="Add tag to Azure Purview account.":::
77
+
> :::image type="content" source="media/create-catalog-portal/add-purview-tag.png" alt-text="Add tag to Microsoft Purview account.":::
78
78
79
79
## Next steps
80
80
81
-
To set up Azure Purview by using Private Link, see [Use private endpoints for your Azure Purview account](./catalog-private-link.md).
81
+
To set up Microsoft Purview by using Private Link, see [Use private endpoints for your Microsoft Purview account](./catalog-private-link.md).
0 commit comments