Skill

azure-service-connector

Expert knowledge for Azure Service Connector development including troubleshooting, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building, debugging, or optimizing Azure Service Connector applications. Not for Azure App Service (use azure-app-service), Azure Functions (use azure-functions), Azure Logic Apps (use azure-logic-apps), Azure Kubernetes Service (AKS) (use azure-kubernetes-service).

From azure
Install
1
Run in your terminal
$
npx claudepluginhub atc-net/atc-agentic-toolkit --plugin azure
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Azure Service Connector Skill

This skill provides expert guidance for Azure Service Connector. Covers troubleshooting, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: This file may be large. Use the Category Index below to locate relevant sections, then use read_file with specific line ranges (e.g., L136-L144) to read the sections needed for the user's question This skill requires network access to fetch documentation content. Use mcp_microsoftdocs:microsoft_docs_fetch to retrieve full articles.

  • Fallback: Use the built-in WebFetch tool if the Microsoft Learn MCP server is not available.

Category Index

CategoryLinesDescription
TroubleshootingL34-L38Diagnosing and resolving Service Connector errors and failures, including common error codes, connection issues, and steps to debug and fix failed connections.
Limits & QuotasL39-L43Details on current Service Connector feature gaps, unsupported scenarios, resource limits, and constraints you must consider when designing or troubleshooting connections.
SecurityL44-L49Details on what Microsoft Entra roles and permissions Service Connector assigns or requires, least-privilege guidance, and how access is granted to target services.
ConfigurationL50-L56How to view and retrieve Service Connector-generated configs, choose and set up auth methods, and supply correct Azure CLI parameters when creating or managing connections
Integrations & Coding PatternsL57-L86How to connect apps to Azure and external data/services (Cosmos DB variants, SQL, PostgreSQL/MySQL, storage, messaging, AI, Redis, Kafka, MongoDB, Key Vault) using Service Connector patterns
DeploymentL87-L91Info on where Service Connector is regionally supported per compute service and how to create connections using infrastructure-as-code tools.

Troubleshooting

TopicURL
Troubleshoot Service Connector errors and failureshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-troubleshoot-front-end-error

Limits & Quotas

TopicURL
Understand current Service Connector limitationshttps://learn.microsoft.com/en-us/azure/service-connector/known-limitations

Security

TopicURL
Review Microsoft Entra roles assigned by Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/concept-microsoft-entra-roles
Understand permission requirements for Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/concept-permission

Configuration

TopicURL
Retrieve Service Connector-added connection configurationshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-get-configurations
Configure authentication options in Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-manage-authentication
Provide correct CLI parameters to Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-provide-correct-parameters

Integrations & Coding Patterns

TopicURL
Integrate Azure AI services using Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-ai-services
Integrate Azure App Configuration via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-app-configuration
Connect Azure AI multi-service via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cognitive-services
Connect Confluent Cloud Kafka via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-confluent-kafka
Connect Cosmos DB Cassandra via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-cassandra
Connect Cosmos DB MongoDB via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-db
Connect Cosmos DB Gremlin via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-gremlin
Connect Cosmos DB NoSQL via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-sql
Connect Cosmos DB Table via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-table
Connect Azure Event Hubs via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-event-hubs
Connect Fabric SQL database via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-fabric-sql
Connect Azure Key Vault via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-key-vault
Connect MongoDB Atlas via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-mongodb-atlas
Connect Azure Database for MySQL via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-mysql
Connect Neon Serverless Postgres via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-neon-postgres
Connect Azure OpenAI Foundry via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-openai
Connect Azure Database for PostgreSQL via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-postgres
Integrate Azure Cache for Redis using Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-redis-cache
Connect Azure Service Bus via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-service-bus
Connect Azure SignalR Service via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-signalr
Connect Azure SQL Database via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-sql-database
Integrate Azure Blob Storage with Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-blob
Connect Azure Files via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-file
Connect Azure Queue Storage via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-queue
Connect Azure Table Storage via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-table
Connect Azure Web PubSub via Service Connectorhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-web-pubsub

Deployment

TopicURL
Check Service Connector regional support by compute servicehttps://learn.microsoft.com/en-us/azure/service-connector/concept-region-support
Create Service Connector connections with IaC toolshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-build-connections-with-iac-tools
Stats
Parent Repo Stars0
Parent Repo Forks1
Last CommitMar 19, 2026