зеркало из https://github.com/microsoft/hpc-api.git
c94e6acce0
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
source/C#Sample | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md |
README.md
Instructions
To use this code sample clone it to your machine and perform the following steps -
-
Navigate to source\C#Sample\SampleAppAsyncAPI
-
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>"
-
Open up powershell and execute the following command: a. dotnet build b. dotnet run