pnp / graph-connectors-samples

Microsoft Graph Connector samples
https://aka.ms/gc/samples
MIT License
41 stars 32 forks source link

dotnet-charp-learncatalogconnector sample added #40

Closed ejazhussain closed 8 months ago

ejazhussain commented 8 months ago

This example includes a Microsoft Graph connector demonstrating the ingestion of Microsoft Learn Catalog API modules into Microsoft 365. It retrieves details about each module and associated metadata using the Microsoft Learn Catalog API, aligns them with the external connection's schema, and ingests the content while preserving both the content itself and its metadata. The ingested content is configured to be accessible to all members within the organization.

The sample illustrates the following concepts:

waldekmastykarz commented 8 months ago

So cool! Thank you for sharing!