by microsoft
本技能提供 Azure AI 服务的全面文档和 SDK 参考,包括 Search、Speech、OpenAI、Vision、Translation 和 Document Intelligence。它帮助开发者快速找到适合其 AI 解决方案的正确 API 和代码模式。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 azure-ai 技能" 开始使用
=== azure-ai 技能 === 作者: microsoft 描述: 本技能提供 Azure AI 服务的全面文档和 SDK 参考,包括 Search、Speech、OpenAI、Vision、Translation 和 Document Intelligence。它帮助开发者快速找到适合其 AI 解决方案的正确 API 和代码模式。 使用方法: 1. 调用技能: "使用 azure-ai 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 azure-ai 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
data
safe
| 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 | - | - |
When Azure MCP is enabled:
azure__search with command search_index_list - List search indexesazure__search with command search_index_get - Get index detailsazure__search with command search_query - Query search indexazure__speech with command speech_transcribe - Speech to textazure__speech with command speech_synthesize - Text to speechIf Azure MCP is not enabled: Run /azure:setup or enable via /mcp.
| 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 |
| 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 |
For programmatic access to these services, see the condensed SDK guides:
For deep documentation on specific services:
View Count
0
Download Count
0
Favorite Count
0
Quality Score
71