Connector Namespaces
Connect your AI agents and workloads to the apps you already use.
Portal: connectors.azure.com
Connector Namespaces is a Microsoft Azure service that lets you bring connectors into your own namespace and use them with AI agents, Logic Apps, and other workloads — with the security, governance, and lifecycle controls your organization expects.
Status
This repository is being set up. Content, samples, and documentation will be added shortly.
Skills for Coding Agents
This repo doubles as a plugin marketplace for GitHub Copilot CLI and Claude Code. Install the skills once and drive Azure Connectors from natural language inside your coding agent.
GitHub Copilot CLI
Requires GitHub Copilot CLI 1.0.58 or later (run copilot update if needed):
/plugin marketplace add Azure/Connectors
/plugin install azure-connectornamespace@Azure-Connectors
Claude Code
claude plugin add Azure/Connectors
Available skills
| Skill | Description |
|---|---|
| azure-connectornamespace | Generic, callback-agnostic — manage connector namespaces, connections, trigger configs that POST to any HTTP(S) callback (Function App, Logic App, App Service, custom webhook), and MCP server configs that expose connector operations as MCP tools. |
| azure-connectornamespace-aca-sandbox | ACA-sandbox edition — manage connector namespaces, connections, and triggers; wire external services (Office 365, Teams, Forms, SharePoint, OneDrive, GitHub, Azure Blob) to Azure Container Apps sandbox apps via event-driven triggers or direct API calls using connection runtime URLs. |
See plugin/skills/connectors/README.md for more detail.
Resources
- Portal — the Connector Namespaces home page
- Azure CLI extension —
az connector-namespace ...for managing Connector Namespaces from the command line - Documentation — coming soon
- Discussions — file an issue to start a conversation
- Report a bug
- Request a feature
Contributing
See CONTRIBUTING.md for guidelines.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Security
To report a security issue, see SECURITY.md. Please do not open public issues for security vulnerabilities.
License
This project is licensed under the MIT License.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.