Code samples for HPC API to help partners to integrate driver ingestion and analytics
Перейти к файлу
microsoft-github-policy-service[bot] c94e6acce0
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 19:29:20 +00:00
source/C#Sample added c# sample code 2018-09-20 19:24:04 +05:30
.gitignore Initial commit 2018-09-20 05:10:52 -07:00
LICENSE Initial commit 2018-09-20 05:10:56 -07:00
README.md Update README.md 2018-09-27 14:58:32 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 18:29:49 +00:00

README.md

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