- Use of consistencyLevel: eventual request header to enable advanced queries.
- Use of $search query parameter to search applications by
displayName. - Use of $count query parameter to retrieve total number of applications
- Use of JSON batching to retrieve all application
ownersandservice principalsin a single call.
-
From Visual Studio:
PressCTRL+F8 -
From command line:
Rundotnet buildfrom solution folder
Runnppm installfrom ClientApp folder
-
From Visual Studio:
PressCTRL+F5 -
From command line:
Rundotnet runfrom solution folder
Edit file launchSettings.json and add values for AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET under profiles\{profile}\environmentVariables:
{
"profiles": {
"{profile}": {
"environmentVariables": {
"AZURE_TENANT_ID": "string",
"AZURE_CLIENT_ID": "string",
"AZURE_CLIENT_SECRET": "string"
}
}
}
}Copyright (c) 2020 Microsoft. All rights reserved.