What problem does it solve? Working with Azure AI services requires knowing which service fits a task, which SDK patterns apply per language, and how to authenticate correctly. This Skill consolidates guidance for Azure AI Search, Speech, OpenAI, and Document Intelligence so you can implement search, transcription, OCR, and moderation without hunting through documentation. ## Core Features & Use Cases - Service Selection Guidance: Maps tasks like vector search, speech-to-text, and OCR to the right Azure service, MCP tool, or CLI command. - Multi-Language SDK References: Provides condensed quick-start patterns and best practices for Python, TypeScript, .NET, and Java SDKs covering Search, OpenAI, Vision, Translation, Content Safety, and Document Intelligence. - Authentication Best Practices: Explains when to use DefaultAzureCredential versus ManagedIdentityCredential with environment-aware code samples. - Use Case: When asked to add hybrid vector search to an app, the Skill directs you to the azure__search MCP tools or the azure-search-documents SDK reference with batching and semantic ranking guidance. ## Quick Start Ask the agent to set up hybrid vector search on an Azure AI Search index using the TypeScript SDK.