azure-service-connector

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Service Connector Skill

Azure Service Connector技能

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.
本技能为Azure Service Connector提供专家指导,涵盖故障排查、限制与配额、安全、配置、集成与编码模式以及部署。它结合了本地快速参考内容与远程文档获取能力。

How to Use This Skill

如何使用本技能

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file
IMPORTANT for Agent: If
metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.
对Agent的重要提示:使用下方的分类索引定位相关章节。对于带有行范围的分类(如
L35-L120
),使用
read_file
读取指定行内容。对于带有文件链接的分类(如
[security.md](security.md)
),使用
read_file
读取链接的参考文件
对Agent的重要提示:如果
metadata.generated_at
已超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装:安装指南
本技能需要网络访问权限以获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备选方式:使用
    fetch_webpage
    ,并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

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 use Azure Service Connector to securely connect apps to databases, messaging, storage, AI, and caching services (Cosmos DB, Kafka, SQL, Redis, Key Vault, OpenAI, etc.)
DeploymentL87-L91Info on where Service Connector is regionally supported per compute service and how to create connections using infrastructure-as-code tools.
分类行范围描述
故障排查L34-L38诊断并解决Service Connector的错误与故障,包括常见错误代码、连接问题,以及调试和修复失败连接的步骤。
限制与配额L39-L43详细介绍当前Service Connector的功能缺口、不支持的场景、资源限制,以及设计或排查连接时必须考虑的约束条件。
安全L44-L49详细说明Service Connector分配或要求的Microsoft Entra角色与权限、最小权限原则指南,以及如何向目标服务授予访问权限。
配置L50-L56如何查看和获取Service Connector生成的配置、选择并设置身份验证方法,以及在创建或管理连接时提供正确的Azure CLI参数
集成与编码模式L57-L86如何使用Azure Service Connector安全地将应用连接到数据库、消息服务、存储、AI和缓存服务(Cosmos DB、Kafka、SQL、Redis、Key Vault、OpenAI等)
部署L87-L91有关各计算服务对应的Service Connector区域支持信息,以及如何使用基础设施即代码(IaC)工具创建连接的内容。

Troubleshooting

故障排查

Limits & Quotas

限制与配额

TopicURL
Understand current Service Connector limitationshttps://learn.microsoft.com/en-us/azure/service-connector/known-limitations
主题链接
了解当前Service Connector的限制https://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

配置

Integrations & Coding Patterns

集成与编码模式

TopicURL
Integrate Foundry Tools via Azure 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
主题链接
通过Azure Service Connector集成Foundry工具https://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-ai-services
通过Service Connector集成Azure App Configurationhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-app-configuration
通过Service Connector连接Azure AI多服务https://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cognitive-services
通过Service Connector连接Confluent Cloud Kafkahttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-confluent-kafka
通过Service Connector连接Cosmos DB Cassandrahttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-cassandra
通过Service Connector连接Cosmos DB MongoDBhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-db
通过Service Connector连接Cosmos DB Gremlinhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-gremlin
通过Service Connector连接Cosmos DB NoSQLhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-sql
通过Service Connector连接Cosmos DB Tablehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-cosmos-table
通过Service Connector连接Azure Event Hubshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-event-hubs
通过Service Connector连接Fabric SQL数据库https://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-fabric-sql
通过Service Connector连接Azure Key Vaulthttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-key-vault
通过Service Connector连接MongoDB Atlashttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-mongodb-atlas
通过Service Connector连接Azure Database for MySQLhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-mysql
通过Service Connector连接Neon Serverless Postgreshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-neon-postgres
通过Service Connector连接Azure OpenAI Foundryhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-openai
通过Service Connector连接Azure Database for PostgreSQLhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-postgres
使用Service Connector集成Azure Cache for Redishttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-redis-cache
通过Service Connector连接Azure Service Bushttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-service-bus
通过Service Connector连接Azure SignalR Servicehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-signalr
通过Service Connector连接Azure SQL Databasehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-sql-database
使用Service Connector集成Azure Blob Storagehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-blob
通过Service Connector连接Azure Fileshttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-file
通过Service Connector连接Azure Queue Storagehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-queue
通过Service Connector连接Azure Table Storagehttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-storage-table
通过Service Connector连接Azure Web PubSubhttps://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-web-pubsub

Deployment

部署