26. Microsoft Loop
Last updated
Microsoft Loop is a connector that allows your agents to read the content of your Microsoft Loop files.
Once connected, the agent can open and understand your Loop pages, with this way you can ask questions about them, summarize them, or use their content in your conversations.
Your personal OneDrive
SharePoint sites
The Microsoft Loop app itself
"Read this Loop page" and share a link
"Show me all my Loop workspaces"
"What files are in this workspace?"
Register an app under Azure → Microsoft Entra ID → App registrations
Add the required Microsoft Graph (application) permissions and grant admin consent
Create a client secret under Certificates & secrets and copy it
Copy the Application ID and Directory (tenant) ID
TENANT_ID
Yes
Your Azure Directory (tenant) ID, found in the Azure Portal after creating the app registration.
CLIENT_ID
Yes
Your Azure Application (client) ID, found in the Azure Portal after creating the app registration.
CLIENT_SECRET
Yes
The value of your client secret (the long string like abc123~XYZ...), not the UUID shown in the secrets list. Only visible at creation time
No additional parameters needed.
Last updated