
Microsoft Graph sample Azure Function - Code Samples
Apr 21, 2025 · This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Azure Functions. NOTE: This sample was originally built from a tutorial published on the Microsoft Graph tutorials page. That tutorial has been removed. This sample requires three Azure AD application registrations:
Create connection to Microsoft Graph API - Azure API Management
Learn how to create and use a managed connection to a backend Microsoft Graph API using the Azure API Management credential manager.
Using Microsoft Graph in an Azure Function
Jan 15, 2019 · We can use them to quickly build an ecosystem of REST APIs to interact with the Microsoft Graph and leverage the built-in authentication support. There's a lot of documentation around this scenario and the Azure team has even built a couple of extensions to make this scenario really easy to implement.
Calling Microsoft Graph API from inside Azure Functions
May 17, 2017 · I'm trying to write a simple Azure Function that calls the Microsoft Graph API. But I could not make the access_token work. Here is what I've done: Turned on the "App Service Authentication" setting and instructed it to sign in with AAD (management mode is Express).
Add a GraphQL API to Azure API Management | Microsoft Learn
Apr 3, 2024 · In API Management, you can add a GraphQL API in one of two models: pass-through to an existing GraphQL endpoint, or import a GraphQL schema and create a synthetic GraphQL API with custom field resolvers. For more information, see the GraphQL overview. In this article, you'll: Add a pass-through GraphQL API to your API Management instance.
Use Azure Function and API Management Authorizations to …
Apr 26, 2023 · For our scenario, we need two API Management Authorizations, one for the GitHub API and one for the Microsoft Graph API. For the GitHub authorization, you can follow this tutorial to configure your authorization. Make sure you use the following configurations:
Using Microsoft Graph API with Azure Functions - Serverless …
In this tutorial, we will authorize an Azure Function to use application permission for interacting with the Graph API. In the manifest, the resourceAppId denotes the Id of Microsoft Graph, and the id of the requested access is that for User.ReadAll access.
Creating a C# Azure Function to Call Microsoft Graph
Dec 12, 2019 · As such this blog post will walk through calling Microsoft Graph using the Microsoft Graph .Net SDK. The below steps can be seen in the sample repo at BTJ.CSAdvent.AZFunc on GitHub. Additionally the Develop Azure Functions by using Visual Studio Code documentation gives a good overview of the VS Code development process.
Using Managed Identities in Azure Functions to access Microsoft Graph API
Dec 14, 2020 · In this post I’m going to show how to use a MSI with PowerShell on Azure Functions to generate oAuth access tokens for Graph API access.
Delegated Graph API calls in Azure Function!
Nov 2, 2023 · Today we are from start to end going to learn how to create an Azure Function that you trigger by using an HTTP trigger. This HTTP trigger redirects you to a log-on page, and after successfully authenticating, the Azure Function can do a delegated Graph API call on your behalf.
- Some results have been removed