Skip to main content
Microsoft Graph connectors Microsoft Graph Microsoft 365 Copilot

Ingest local markdown content using JavaScript and Node.js

Last modified on August 13, 2024

This sample contains a Microsoft Graph connector that shows how to ingest local markdown files. For each file, it extracts the metadata from front matter, maps them to the external connection's schema and ingests the content retaining the content and metadata. The ingested content is set to be visible to everyone in the organization.

View on GitHub Download from GitHub

References

Microsoft Graph connectors overview

Learn more what Microsoft Graph connectors are and when you'd use them.

Build your first custom Microsoft Graph connector

Learn how to build your first custom Microsoft Graph connector using .NET.

Easily debug Microsoft Graph JavaScript SDK requests

Learn how to easily debug Microsoft Graph JavaScript SDK requests.

Get started with the Dev Proxy

The tutorial will introduce you to the Dev Proxy and show you how to use its features.

Change Dev Proxy mocks file

Instructions on how to change the mocks file used by the Dev Proxy.

Microsoft 365 Adoption - Get Started