azure-connectors
Installation
SKILL.md
Azure Connectors
This skill helps you work with Azure managed API connectors — specifically Office 365
(email) and Microsoft Teams (channel messages). It uses az cli to make API calls
directly, with no Python or SDK dependencies.
How Azure Managed Connectors Work
Azure managed connectors are pre-built API integrations hosted by Azure. Each connector (Office 365, Teams, Salesforce, SharePoint, etc.) is an Azure resource that stores OAuth credentials and proxies API calls through Azure Resource Manager (ARM).
The flow is:
- Create a connection resource in your Azure subscription
- Authenticate it via the Azure Portal (opens in browser)
- Call actions through ARM's
dynamicInvokeendpoint — your request is wrapped and forwarded to the connector's backend