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/data-catalog/index.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ metadata:
5
5
author: whhender
6
6
ms.author: whhender
7
7
description: "Learn how to set up a data catalog where your organization can find, understand, and consume data sources. Tutorials, API reference, and other documentation."
8
-
ms.date: 02/25/2022
8
+
ms.date: 12/07/2022
9
9
ms.service: data-catalog
10
10
ms.topic: landing-page
11
11
@@ -23,10 +23,6 @@ landingContent:
23
23
links:
24
24
- text: What is Azure Data Catalog?
25
25
url: overview.md
26
-
- linkListType: quickstart
27
-
links:
28
-
- text: Learn how to deploy your first Data Catalog
Copy file name to clipboardExpand all lines: articles/data-catalog/overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ title: Introduction to Azure Data Catalog
3
3
description: This article provides an overview of Microsoft Azure Data Catalog, including its features and the problems it addresses. Data Catalog enables any user to register, discover, understand, and consume data sources.
Azure Data Catalog is a fully managed cloud service that lets users discover the data sources they need and understand the data sources they find. At the same time, Data Catalog helps organizations get more value from their existing investments.
Copy file name to clipboardExpand all lines: articles/data-catalog/register-data-assets-tutorial.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Register data assets in Azure Data Catalog'
3
3
description: This tutorial describes how to register data assets in your Azure Data Catalog.
4
4
ms.service: data-catalog
5
5
ms.topic: tutorial
6
-
ms.date: 02/24/2022
6
+
ms.date: 12/08/2022
7
7
# Customer intent: As an Azure Active Directory owner, I want to store my data in Azure Data Catalog so that I can search my data all from one centralized place.
8
8
---
9
9
# Tutorial: Register data assets in Azure Data Catalog
@@ -23,18 +23,17 @@ In this tutorial, you learn how to:
23
23
24
24
## Prerequisites
25
25
26
-
To get started, you must complete the [quickstart](register-data-assets-tutorial.md).
27
-
28
26
* A [Microsoft Azure](https://azure.microsoft.com/) subscription.
29
27
* You need to have your own [Azure Active Directory tenant](../active-directory/fundamentals/active-directory-access-create-new-tenant.md).
28
+
* An [Azure Data Catalog](data-catalog-get-started.md)
30
29
31
30
To set up Data Catalog, you must be the owner or co-owner of an Azure subscription.
32
31
33
32
## Register data assets
34
33
35
34
### Register a data source
36
35
37
-
You register data assets (tables) from a [database sample](/azure/azure-sql/database/single-database-create-quickstart) for Azure SQL Database, but you can use any supported data source if you prefer to work with data that is familiar and relevant to your role. For a list of supported data sources, see [Supported data sources](data-catalog-dsr.md).
36
+
In this example, we'll register data assets (tables) from a [database sample](/azure/azure-sql/database/single-database-create-quickstart) for Azure SQL Database, but you can use any supported data source if you prefer to work with data that is familiar and relevant to your role. For a list of supported data sources, see:[Supported data sources](data-catalog-dsr.md).
38
37
39
38
The database name we're using in this tutorial is *RLSTest*.
40
39
@@ -78,7 +77,7 @@ You can now register data assets from the database sample by using Azure Data Ca
78
77
79
78
1. Specify the name of an **expert** on this data (optional).
80
79
81
-
:::image type="content" source="media/register-data-assets-tutorial/data-catalog-objects-register.png" alt-text="In the objects to be registered list, these names are shown: product, product category, product description, product model, and product model product description. Then the 'Include preview' and 'Include data profile' options are selected. Then three tags are added to the tag field: sales, product, and azure S Q L.":::
80
+
:::image type="content" source="media/register-data-assets-tutorial/data-catalog-objects-register.png" alt-text="In the objects to be registered list, these names are shown: product, product category, product description, product model, and product model product description. Then the 'Include preview' and 'Include data profile' options are selected. Then three tags are added to the tag field: sales, product, and Azure SQL.":::
82
81
83
82
1. Select **REGISTER**. Azure Data Catalog registers your selected objects. In this exercise, the selected objects from your database sample are registered. The registration tool extracts metadata from the data asset and copies that data into the Azure Data Catalog service. The data remains where it currently stays. Data remains under the control of the administrators and policies of the origin system.
0 commit comments