Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GraphConnectorFunction

GraphConnectorFunction is Azure Function App for creating connection, schema, load and ingest M365 roadmap features to M365

Overview

This Project contains a Microsoft Graph connector Azure Function app that demonstrates how to Create connection, load and ingest M365 Roadmap content in Microsoft 365 using Microsoft Graph connectors. The ingested content is set to be visible to everyone in the organization.

Contributors

Version history

VersionDateComments
1.0May 29, 2025Initial release

Prerequisites

  • Microsoft 365 Developer tenant
  • .NET 8
  • Created and Configure Microsoft Entra app registration. Grant it the following API permissions
    • ExternalConnection.ReadWrite.OwnedBy
    • ExternalItem.ReadWrite.OwnedBy

Minimal path to awesome

  • Clone this repository
  • add the information about the Entra ID app in local.settings.json file
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"TenantID": "your-tanent-id",
"ClientId": "your-client-id",
"ClientSecret": "your-client-secret"
}
}
  • Build the project: dotnet build
  • Run Azure Function app then trigger CreateConnection function

Features

This sample shows how to Ingest M365 Roadmap content in Microsoft 365 using Microsoft Graph connectors using C# and .NET

About

GraphConnectorFunction app demo for demo purposes

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages