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

Ingest local markdown content using PowerShell

Last modified on March 12, 2024

This sample contains a Microsoft Graph connector built in PowerShell 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.

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.