Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waldekmastykarz/graph-connector-dotnet-md
- Owner: waldekmastykarz
- Created: 2023-09-28T15:50:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T12:36:01.000Z (about 1 year ago)
- Last Synced: 2024-04-23T14:10:26.118Z (7 months ago)
- Topics: microsoft, microsoft-365, microsoft-graph, microsoft-graph-connector, microsoft-graph-connectors
- Language: C#
- Homepage: https://learn.microsoft.com/graph/connecting-external-content-connectors-overview
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```