Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ author: dvana
---
#Get started with Azure Data Catalog

This sample shows you how to Register, Search, and Delete a data asset using the Data Catalog REST API.
This sample shows you how to use the Azure Data Catalog REST API to Register, Search, and Delete data assets.

To get started using this sample you first need to build the executable following the steps below:

1. Download the sample project
2. Open the sample project in Visual Studio and install the latest version of the dependent NuGet packages (e.g Microsoft.IdentityModel.Clients.ActiveDirectory)
3. Create (or use an existing) Azure Active Directory Application ID and corresponding information. If you do not have one and need instructions on how to get one, you can check [here](https://docs.microsoft.com/en-us/rest/api/datacatalog/register-a-client-app)
4. Compile the app.
5. You are now ready to run it.