Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waldekmastykarz/graph-connector-dotnet-md

Sample Microsoft Graph connector that ingests content from Markdown files
https://github.com/waldekmastykarz/graph-connector-dotnet-md

microsoft microsoft-365 microsoft-graph microsoft-graph-connector microsoft-graph-connectors

Last synced: 28 days ago
JSON representation

Sample Microsoft Graph connector that ingests content from Markdown files

Awesome Lists containing this project

README

        

# Sample connector

## Minimal Path to Awesome

```sh
# clone the repo
# build the project
dotnet build
# create AAD app reg
setup.ps1
cd bin/Debug/net7.0
# create connection
./connector create-connection
# ingest content
./connector load-content
```