What problem does it solve? Working with Azure AI services requires knowing which tools, SDKs, and authentication patterns apply to each service. This Skill provides a single entry point for Azure AI Search, Speech, OpenAI, and Document Intelligence tasks, with MCP tool mappings and condensed SDK quick references in Python, TypeScript, .NET, and Java. ## Core Features & Use Cases - AI Search Operations: List indexes, get index details, and run full-text, vector, hybrid, and semantic queries through the azure__search MCP tools or az search CLI. - Speech Services: Perform speech-to-text transcription and text-to-speech synthesis via azure__speech MCP commands, with support for diarization and custom models. - SDK Quick References: Condensed guides for Azure Search Documents, OpenAI, Vision Image Analysis, Transcription, Translation, Document Intelligence, and Content Safety across multiple languages. - Use Case: You need to add hybrid vector search to an application. Use this Skill to query the search index via MCP, then follow the Python or TypeScript SDK reference to implement VectorizedQuery with semantic ranking in your code. ## Quick Start Ask the AI to list your Azure AI Search indexes and run a hybrid vector query against one of them using the azure-ai skill.