Skip to content

Commit 898a914

Browse files
authored
Merge pull request MicrosoftDocs#84095 from JasonWHowell/patch-3
Update data-catalog-samples.md
2 parents a093d07 + 90bfb94 commit 898a914

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed
Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,46 @@
11
---
22
title: Azure Data Catalog developer samples
33
description: This article provides an overview of the available developer samples for the Data Catalog REST API.
4+
ms.service: data-catalog
45
author: JasonWHowell
56
ms.author: jasonh
6-
ms.service: data-catalog
77
ms.topic: conceptual
88
ms.date: 08/01/2019
99
---
10-
# Data Catalog developer samples
11-
Get started developing Data Catalog apps using the Data Catalog REST API. The Data Catalog REST API is a REST-based API that provides programmatic access to Data Catalog resources to register, annotate, and search data assets programmatically.
10+
11+
# Azure Data Catalog developer samples
12+
13+
Get started developing Azure Data Catalog apps using the Data Catalog REST API. The Data Catalog REST API is a REST-based API that provides programmatic access to Data Catalog resources to register, annotate, and search data assets programmatically.
1214

1315
Here are the samples we have on GitHub:
1416

15-
* [Get started with Azure Data Catalog](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-get-started/)
17+
* [Get started with Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-get-started/)
1618

17-
A sample that shows you how to authenticate with Azure AD to Register, Search, and Delete a data asset using the Data Catalog REST API.
18-
* [Bulk register and annotate](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-excel-register-data-assets/)
19+
The get started sample shows you how to authenticate with Azure AD to Register, Search, and Delete a data asset using the Data Catalog REST API.
20+
21+
* [Get started with Azure Data Catalog using Service Principal](https://github.com/Azure-Samples/data-catalog-dotnet-service-principal-get-started/)
22+
23+
This sample shows you how to register, search, and delete a data asset using the Data Catalog REST API. This sample uses the Service Principal authentication.
24+
25+
* [Import/Export tool for Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-import-export/)
26+
27+
This sample that shows how to use the Data Catalog REST API to fetch assets from the Azure Data Catalog and serialize them into a file. It also demonstrates how to take a set of assets serialized as JSON and push them into the catalog. It supports exporting a subset of the catalog using a search query.
28+
29+
* [Bulk register and annotate in Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-excel-register-data-assets/)
1930

20-
A sample that shows you how to bulk register data assets from an Excel workbook using Data Catalog REST API and Open XML.
21-
* [Import/Export tool](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-import-export/)
31+
This sample that shows you how to bulk register data assets from an Excel workbook using Data Catalog REST API and Open XML.
2232

23-
A sample that shows how to use the Data Catalog REST API to fetch assets from the Azure Data Catalog and serialize them into a file. It also demonstrates how to take a set of assets serialized as JSON and push them into the catalog. It supports exporting a subset of the catalog using a search query.
33+
* [Bulk import glossary terms into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-bulk-import-glossary/)
34+
35+
This sample shows you how to import glossary terms from CSV files to ADC glossary.
36+
37+
* [Bulk import relationships into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-bulk-import-relationship/)
2438

25-
* [Bulk import glossary terms](https://azure.microsoft.com/resources/samples/data-catalog-bulk-import-glossary/)
39+
This sample shows you how to programmatically import relationship information from a CSV file into a data catalog.
2640

27-
This sample shows you how to import glossary terms from CSV files to ADC glossary.
41+
* [Publish relationships into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-publish-relationships/)
2842

43+
This sample shows you how can programmatically publish relationship information to a data catalog.
44+
45+
## Next steps
46+
[Azure Data Catalog REST API reference](/rest/api/datacatalog/)

0 commit comments

Comments
 (0)