Skip to content

hajekj/azure-functions-dotnet-worker-miw

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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:

{
    "AzureAd:ClientId": "<client_id>",
    "AzureAd:ClientSecret": "<client_secret>",
    "AzureAd:Instance": "https://login.microsoftonline.com/",
    "AzureAd:TenantId": "<your_tenant_id>"
}

About

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

Topics

Resources

Stars

Watchers

Forks

Languages