
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
- Some results have been removed