- 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
owners
andservice principals
in a single call.
-
From Visual Studio:
PressCTRL+F8
-
From command line:
Rundotnet build
from solution folder
Runnppm install
from ClientApp folder
-
From Visual Studio:
PressCTRL+F5
-
From command line:
Rundotnet run
from 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.