An open API service indexing awesome lists of open source software.

https://github.com/hajekj/azure-functions-dotnet-worker-miw

DEMO: Azure AD and Microsoft Graph with Azure Functions Out-of-Process hosting model.
https://github.com/hajekj/azure-functions-dotnet-worker-miw

azure azure-functions azuread dotnet

Last synced: 7 months ago
JSON representation

DEMO: Azure AD and Microsoft Graph with Azure Functions Out-of-Process hosting model.

Awesome Lists containing this project

README

          

This example accompanies a blog post on https://hajekj.net

The purpose is to demonstrate use of Azure AD and Microsoft Graph with Azure Functions Out-of-Process hosting model.

To run this sample, make sure to have user secrets set followingly:

```json
{
"AzureAd:ClientId": "",
"AzureAd:ClientSecret": "",
"AzureAd:Instance": "https://login.microsoftonline.com/",
"AzureAd:TenantId": ""
}
```