Skip to content

Commit 29fde06

Browse files
authored
Merge pull request #195369 from whhender/9-azure-purview-to-microsoft-purview
Purview Quickstarts - Azure Purview to Microsoft Purview
2 parents 1b51845 + b3c360a commit 29fde06

10 files changed

+173
-173
lines changed

articles/purview/create-a-custom-classification-and-classification-rule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
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.
44
author: viseshag
55
ms.author: viseshag
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: how-to
99
ms.date: 09/27/2021
1010
---
11-
# Custom classifications in Azure Purview
11+
# Custom classifications in Microsoft Purview
1212

1313
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.
1414

1515
## Default system classifications
1616

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).
1818

1919
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/classification.png" alt-text="select classification" border="true":::
2020

@@ -24,7 +24,7 @@ You also have the ability to create custom classifications, if any of the defaul
2424
> Our [data sampling rules](sources-and-scans.md#sampling-within-a-file) are applied to both system and custom classifications.
2525
2626
> [!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.
2828
2929
## Steps to create a custom classification
3030

articles/purview/create-a-scan-rule-set.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: linda33wj
55
ms.author: jingwang
66
ms.service: purview
@@ -11,15 +11,15 @@ ms.date: 09/27/2021
1111

1212
# Create a scan rule set
1313

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.
1515

1616
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.
1717

1818
## Steps to create a scan rule set
1919

2020
To create a scan rule set:
2121

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**.
2323

2424
1. Select **Scan rule sets** from the left pane, and then select **New**.
2525

@@ -57,7 +57,7 @@ To create a scan rule set:
5757

5858
## Create a custom file type
5959

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.
6161

6262
To create a custom file type:
6363

@@ -89,7 +89,7 @@ To create a custom file type:
8989

9090
## Ignore patterns
9191

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.
9393

9494
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.
9595

@@ -102,14 +102,14 @@ In the above example:
102102

103103
Here are some more tips you can use to ignore patterns:
104104

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.
107107

108108
:::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.":::
109109

110110
## System scan rule sets
111111

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.
113113

114114
1. To view the list of system scan rule sets, select **Scan rule sets** in the **Management Center** and choose the **System** tab.
115115

articles/purview/create-azure-purview-dotnet.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: nayenama
55
ms.author: nayenama
66
ms.service: purview
@@ -9,13 +9,13 @@ ms.topic: quickstart
99
ms.date: 09/27/2021
1010
ms.custom: mode-api
1111
---
12-
# Quickstart: Create an Azure Purview account using .NET SDK
12+
# Quickstart: Create a Microsoft Purview account using .NET SDK
1313

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.
1515

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.
1717

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).
1919

2020
[!INCLUDE [purview-quickstart-prerequisites](includes/purview-quickstart-prerequisites.md)]
2121

@@ -54,7 +54,7 @@ Next, create a C# .NET console application in Visual Studio:
5454
Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory
5555
```
5656
57-
## Create an Azure Purview client
57+
## Create a Microsoft Purview client
5858
5959
1. Open **Program.cs**, include the following statements to add references to namespaces.
6060
@@ -70,7 +70,7 @@ Next, create a C# .NET console application in Visual Studio:
7070
using Microsoft.IdentityModel.Clients.ActiveDirectory;
7171
```
7272
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/).
7474
7575
```csharp
7676
// Set variables
@@ -84,7 +84,7 @@ Next, create a C# .NET console application in Visual Studio:
8484
"<specify the name of purview account to create. It must be globally unique.>";
8585
```
8686

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.
8888

8989
```csharp
9090
// Authenticate and create a purview management client
@@ -99,13 +99,13 @@ Next, create a C# .NET console application in Visual Studio:
9999
};
100100
```
101101

102-
## Create an Azure Purview account
102+
## Create a Microsoft Purview account
103103

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**.
105105

106106
```csharp
107107
// Create a purview Account
108-
Console.WriteLine("Creating Azure Purview Account " + purviewAccountName + "...");
108+
Console.WriteLine("Creating Microsoft Purview Account " + purviewAccountName + "...");
109109
Account account = new Account()
110110
{
111111
Location = region,
@@ -136,12 +136,12 @@ Console.ReadKey();
136136

137137
Build and start the application, then verify the execution.
138138

139-
The console prints the progress of creating Azure Purview Account.
139+
The console prints the progress of creating Microsoft Purview Account.
140140

141141
### Sample output
142142

143143
```json
144-
Creating Azure Purview Account testpurview...
144+
Creating Microsoft Purview Account testpurview...
145145
Succeeded
146146
{
147147
"sku": {
@@ -159,18 +159,18 @@ Press any key to exit...
159159

160160
## Verify the output
161161

162-
Go to the **Azure Purview accounts** page in the [Azure portal](https://portal.azure.com) and verify the account created using the above code.
162+
Go to the **Microsoft Purview accounts** page in the [Azure portal](https://portal.azure.com) and verify the account created using the above code.
163163

164-
## Delete Azure Purview account
164+
## Delete Microsoft Purview account
165165

166-
To programmatically delete an Azure Purview Account, add the following lines of code to the program:
166+
To programmatically delete a Microsoft Purview Account, add the following lines of code to the program:
167167

168168
```csharp
169-
Console.WriteLine("Deleting the Azure Purview Account");
169+
Console.WriteLine("Deleting the Microsoft Purview Account");
170170
client.Accounts.Delete(resourceGroup, purviewAccountName);
171171
```
172172

173-
## Check if Azure Purview account name is available
173+
## Check if Microsoft Purview account name is available
174174

175175
To check availability of a purview account, use the following code:
176176

@@ -180,18 +180,18 @@ CheckNameAvailabilityRequest checkNameAvailabilityRequest = newCheckNameAvailabi
180180
Name = purviewAccountName,
181181
Type = "Microsoft.Purview/accounts"
182182
};
183-
Console.WriteLine("Check Azure Purview account name");
183+
Console.WriteLine("Check Microsoft Purview account name");
184184
Console.WriteLine(client.Accounts.CheckNameAvailability(checkNameAvailabilityRequest).NameAvailable);
185185
```
186186

187187
The above code with print 'True' if the name is available and 'False' if the name is not available.
188188

189189
## Next steps
190190

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.
192192

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.
194194

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)
196196
* [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)

articles/purview/create-azure-purview-portal-faq.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
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.
44
author: nayenama
55
ms.author: nayenama
66
ms.service: purview
77
ms.topic: how-to
88
ms.date: 08/26/2021
99
---
1010

11-
# Create an exception to deploy Azure Purview
11+
# Create an exception to deploy Microsoft Purview
1212

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.
1414

1515
To maintain your policies in your subscription, but still allow the creation of these managed resources, you can create an exception.
1616

17-
## Create an Azure policy exception for Azure Purview
17+
## Create an Azure policy exception for Microsoft Purview
1818

1919
1. Navigate to the [Azure portal](https://portal.azure.com) and search for **Policy**
2020

@@ -64,7 +64,7 @@ To maintain your policies in your subscription, but still allow the creation of
6464
```
6565

6666
> [!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.
6868

6969
:::image type="content" source="media/create-catalog-portal/policy-definition.png" alt-text="Screenshot showing how to create policy definition.":::
7070

@@ -74,8 +74,8 @@ To maintain your policies in your subscription, but still allow the creation of
7474

7575
> [!Note]
7676
> 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.":::
7878

7979
## Next steps
8080

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

Comments
 (0)