Skip to content

Commit 9140d71

Browse files
Merge pull request #221318 from whhender/purview-freshness-evwhite
Purview freshness evwhite
2 parents 4f8072b + 6616754 commit 9140d71

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

articles/purview/concept-business-glossary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: evwhite
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: conceptual
9-
ms.date: 04/28/2021
9+
ms.date: 12/13/2022
1010
---
1111

1212
# Understand business glossary features in Microsoft Purview
@@ -17,12 +17,12 @@ This article provides an overview of the business glossary feature in Microsoft
1717

1818
A glossary provides vocabulary for business users.  It consists of business terms that can be related to each other and allows them to be categorized so that they can be understood in different contexts. These terms can be then mapped to assets like a database, tables, columns etc. This helps in abstracting the technical jargon associated with the data repositories and allows the business user to discover and work with data in the vocabulary that is more familiar to them.
1919

20-
A business glossary is a collection of terms. Each term represents an object in an organization and it is highly likely that there are multiple terms representing the same object. A customer could also be referred to as client, purchaser, or buyer. These multiple terms have a relationship with each other. The relationship between these terms could one of the following:
20+
A business glossary is a collection of terms. Each term represents an object in an organization and it's highly likely that there are multiple terms representing the same object. A customer could also be referred to as client, purchaser, or buyer. These multiple terms have a relationship with each other. The relationship between these terms could be:
2121

2222
- synonyms - different terms with the same definition
2323
- related - different name with similar definition
2424

25-
The same term can also imply multiple business objects. It is important that each term is well-defined and clearly understood within the organization.
25+
The same term can also imply multiple business objects. It's important that each term is well-defined and clearly understood within the organization.
2626

2727
## Custom attributes
2828

@@ -39,14 +39,14 @@ Microsoft Purview supports these out-of-the-box attributes for any business glos
3939
- Resources
4040
- Parent term
4141

42-
These attributes cannot be edited or deleted, but only the Name is mandatory to create a glossary term.
43-
However, these attributes are not sufficient to completely define a term in an organization. To solve this problem, Microsoft Purview provides a feature where you can define custom attributes for your glossary.
42+
These attributes can't be edited or deleted, but only the Name is mandatory to create a glossary term.
43+
However, these attributes aren't sufficient to completely define a term in an organization. To solve this problem, Microsoft Purview provides a feature where you can define custom attributes for your glossary.
4444

4545
## Term templates
4646

4747
Term Templates provides glossary custom attributes to be logically grouped together in catalog. The feature allows you to group all the relevant custom attributes together in a template and then apply the template while creating the glossary term. For example, all finance- related custom attributes like cost center, profit center, accounting code can be grouped in a term template Finance Template and the Finance template can be used to create financial glossary terms.
4848

49-
All the standard attributes are grouped in a system default template. Any term template that you create will contain these attributes along with any additional custom attributes created as part of template creation process.
49+
All the standard attributes are grouped in a system default template. Any term template that you create will contain these attributes along with any more custom attributes created as part of template creation process.
5050

5151
## Glossary vs classification vs sensitivity labels
5252

articles/purview/register-scan-azure-mysql-database.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'Connect to and manage Azure Database for MySQL'
33
description: This guide describes how to connect to Azure Database for MySQL in Microsoft Purview, and use Microsoft Purview's features to scan and manage your Azure Database for MySQL source.
4-
author: linda33wj
5-
ms.author: jingwang
4+
author: heniot
5+
ms.author: shjia
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 11/02/2021
9+
ms.date: 12/13/2022
1010
ms.custom: template-how-to, ignite-fall-2021, fasttrack-edit
1111
---
1212

@@ -33,23 +33,23 @@ This article outlines how to register a database in Azure Database for MySQL, an
3333

3434
* An active [Microsoft Purview account](create-catalog-portal.md).
3535

36-
* You will need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
36+
* You'll need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
3737

3838
## Register
3939

4040
This section describes how to register an Azure Database for MySQL in Microsoft Purview using the [Microsoft Purview governance portal](https://web.purview.azure.com/).
4141

4242
### Authentication for registration
4343

44-
You will need **username** and **password** for the next steps.
44+
You'll need **username** and **password** for the next steps.
4545

4646
Follow the instructions in [CREATE DATABASES AND USERS](../mysql/howto-create-users.md) to create a login for your Azure Database for MySQL.
4747

4848
1. Navigate to your key vault in the Azure portal
4949
1. Select **Settings > Secrets**
5050
1. Select **+ Generate/Import** and enter the **Name** and **Value** as the *password* from your Azure SQL Database
5151
1. Select **Create** to complete
52-
1. If your key vault is not connected to Microsoft Purview yet, you will need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
52+
1. If your key vault isn't connected to Microsoft Purview yet, you'll need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
5353
1. Finally, [create a new credential](manage-credentials.md#create-a-new-credential) of type SQL authentication using the **username** and **password** to set up your scan.
5454

5555
### Steps to register
@@ -112,7 +112,7 @@ To create and run a new scan, do the following:
112112

113113
## Next steps
114114

115-
Now that you have registered your source, follow the below guides to learn more about Microsoft Purview and your data.
115+
Now that you've registered your source, follow the below guides to learn more about Microsoft Purview and your data.
116116

117117
- [Data Estate Insights in Microsoft Purview](concept-insights.md)
118118
- [Lineage in Microsoft Purview](catalog-lineage-user-guide.md)

articles/purview/register-scan-azure-postgresql.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: 'Connect to and manage an Azure Database for PostgreSQL'
33
description: This guide describes how to connect to an Azure Database for PostgreSQL single server in Microsoft Purview, and use Microsoft Purview's features to scan and manage your Azure Database for PostgreSQL source.
4-
author: linda33wj
5-
ms.author: jingwang
4+
author: heniot
5+
ms.author: shjia
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 11/02/2021
9+
ms.date: 12/13/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

1313
# Connect to and manages an Azure Database for PostgreSQL in Microsoft Purview
1414

15-
This article outlines how to register an Azure Database for PostgreSQL deployed with single server deployment option, as well as how to authenticate and interact with an Azure Database for PostgreSQL in Microsoft Purview. For more information about Microsoft Purview, read the [introductory article](overview.md).
15+
This article outlines how to register an Azure Database for PostgreSQL deployed with single server deployment option, and how to authenticate and interact with an Azure Database for PostgreSQL in Microsoft Purview. For more information about Microsoft Purview, read the [introductory article](overview.md).
1616

1717
## Supported capabilities
1818

@@ -32,7 +32,7 @@ This article outlines how to register an Azure Database for PostgreSQL deployed
3232

3333
* An active [Microsoft Purview account](create-catalog-portal.md).
3434

35-
* You will need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
35+
* You'll need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
3636

3737
## Register
3838

@@ -44,14 +44,14 @@ Currently, to be able to manage and interact with an Azure Database for PostgreS
4444

4545
#### SQL Authentication
4646

47-
Connecting to an Azure Database for PostgreSQL database requires the fully qualified server name and login credentials. You can follow the instructions in [CONNECT AND QUERY](../postgresql/connect-python.md) to create a login for your Azure Database for PostgreSQL if you don't have this available. You will need **username** and **password** for the next steps.
47+
Connecting to an Azure Database for PostgreSQL database requires the fully qualified server name and login credentials. You can follow the instructions in [CONNECT AND QUERY](../postgresql/connect-python.md) to create a login for your Azure Database for PostgreSQL if you don't have this available. You'll need **username** and **password** for the next steps.
4848

49-
1. If you do not have an Azure Key vault already, follow [this guide to create an Azure Key Vault](../key-vault/certificates/quick-create-portal.md).
49+
1. If you don't have an Azure Key vault already, follow [this guide to create an Azure Key Vault](../key-vault/certificates/quick-create-portal.md).
5050
1. Navigate to your key vault in the Azure portal
5151
1. Select **Settings > Secrets**
5252
1. Select **+ Generate/Import** and enter the **Name** and **Value** as the *password* from your Azure PostgreSQL Database
5353
1. Select **Create** to complete
54-
1. If your key vault is not connected to Microsoft Purview yet, you will need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
54+
1. If your key vault isn't connected to Microsoft Purview yet, you'll need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
5555
1. Finally, [create a new credential](manage-credentials.md#create-a-new-credential) of type SQL authentication using the **username** and **password** to set up your scan
5656

5757
### Steps to register
@@ -112,7 +112,7 @@ To create and run a new scan, do the following:
112112

113113
## Next steps
114114

115-
Now that you have registered your source, follow the below guides to learn more about Microsoft Purview and your data.
115+
Now that you've registered your source, follow the below guides to learn more about Microsoft Purview and your data.
116116

117117
- [Data Estate Insights in Microsoft Purview](concept-insights.md)
118118
- [Lineage in Microsoft Purview](catalog-lineage-user-guide.md)

0 commit comments

Comments
 (0)