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 Management (APIM) 配置為 AI 閘道,以保護、監控、控管 AI 模型、MCP 伺服器與代理程式。有助於實現速率限制、語意快取、內容安全與負載平衡。
azure-compliance
Azure
全面的 Azure 合規性與安全稽核功能,包括最佳實務評估、Key Vault 到期監控,以及資源組態驗證。
azure-compute
Azure
根據工作負載需求、效能需求和預算限制,推薦 Azure VM 大小、VM 擴展集 (VMSS) 和配置。
azure-cost-optimization
Azure
透過分析實際成本、使用率指標,識別並量化 Azure 訂閱中的成本節約機會,並產生可行的優化建議。
azure-deploy
Azure
執行部署至 Azure。在準備與驗證後的最後步驟。執行 azd up、azd deploy 或基礎設施佈建指令。
azure-diagnostics
Azure
在 Azure 上偵錯與疑難排解生產問題,涵蓋 Container Apps 與 Function Apps 診斷、使用 KQL 進行日誌分析、健康狀態檢查及常見問題解決。
azure-hosted-copilot-sdk
Azure
建置並部署 GitHub Copilot SDK 應用程式至 Azure。