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:

  1. Create a connection resource in your Azure subscription
  2. Authenticate it via the Azure Portal (opens in browser)
  3. Call actions through ARM's dynamicInvoke endpoint — your request is wrapped and forwarded to the connector's backend
Installs
3
First Seen
Mar 12, 2026
azure-connectors — anthonychu/skills