microsoft / hpc-api

Code samples for HPC API to help partners to integrate driver ingestion and analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

To use this code sample clone it to your machine and perform the following steps -

  1. Navigate to source\C#Sample\SampleAppAsyncAPI

  2. Populate the below values in appsettings.json file a. "client_id": "<your_client_id>", b. "client_secret": "<your_client_secret>" c. "tenant_id": "<your_tenant_id>"

  3. Open up powershell and execute the following command: a. dotnet build b. dotnet run

About

Code samples for HPC API to help partners to integrate driver ingestion and analytics

License:MIT License


Languages

Language:C# 100.0%