azure-ai
作者: Azure
用于Azure AI:搜索、语音、OpenAI、文档智能。支持搜索、向量/混合搜索、语音转文字、文字转语音、转录、OCR。
npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill azure-aiAzure AI Services
Services
| Service | Use When | MCP Tools | CLI |
|---|---|---|---|
| AI Search | Full-text, vector, hybrid search | azure__search | az search |
| Speech | Speech-to-text, text-to-speech | azure__speech | - |
| OpenAI | GPT models, embeddings, DALL-E | - | az cognitiveservices |
| Document Intelligence | Form extraction, OCR | - | - |
MCP Server (Preferred)
When Azure MCP is enabled:
AI Search
azure__searchwith commandsearch_index_list- List search indexesazure__searchwith commandsearch_index_get- Get index detailsazure__searchwith commandsearch_query- Query search index
Speech
azure__speechwith commandspeech_transcribe- Speech to textazure__speechwith commandspeech_synthesize- Text to speech
If Azure MCP is not enabled: Run /azure:setup or enable via /mcp.
AI Search Capabilities
| Feature | Description |
|---|---|
| Full-text search | Linguistic analysis, stemming |
| Vector search | Semantic similarity with embeddings |
| Hybrid search | Combined keyword + vector |
| AI enrichment | Entity extraction, OCR, sentiment |
Speech Capabilities
| Feature | Description |
|---|---|
| Speech-to-text | Real-time and batch transcription |
| Text-to-speech | Neural voices, SSML support |
| Speaker diarization | Identify who spoke when |
| Custom models | Domain-specific vocabulary |
SDK Quick References
For programmatic access to these services, see the condensed SDK guides:
- AI Search: Python | TypeScript | .NET
- OpenAI: .NET
- Vision: Python | Java
- Transcription: Python
- Translation: Python | TypeScript
- Document Intelligence: .NET | TypeScript
- Content Safety: Python | TypeScript | Java
Service Details
For deep documentation on specific services:
- AI Search indexing and queries -> Azure AI Search documentation
- Speech transcription patterns -> Azure AI Speech documentation
来自 Azure 的更多技能
appinsights-instrumentation
Azure
使用Azure Application Insights对Web应用进行检测的指南。提供遥测模式、SDK设置和配置参考。
azure-aigateway
Azure
将 Azure API 管理 (APIM) 配置为 AI 网关,用于保护、监控和控制 AI 模型、MCP 服务器及代理。有助于实现速率限制、语义缓存、内容安全与负载均衡。
azure-compliance
Azure
全面的Azure合规性与安全审计能力,包括最佳实践评估、Key Vault过期监控以及资源配置验证。
azure-compute
Azure
根据工作负载需求、性能要求和预算限制,推荐Azure虚拟机大小、虚拟机规模集(VMSS)及配置。
azure-cost-optimization
Azure
通过分析实际成本、利用率指标,识别并量化Azure订阅中的成本节约,生成可执行的优化建议。
azure-deploy
Azure
执行部署到Azure。准备和验证后的最后一步。运行azd up、azd deploy或基础设施预配命令。
azure-diagnostics
Azure
在Azure上调试和排查生产问题,涵盖容器应用和函数应用诊断、使用KQL进行日志分析、健康检查以及常见问题解决。
azure-hosted-copilot-sdk
Azure
构建并部署 GitHub Copilot SDK 应用到 Azure。