What problem does it solve? Developers integrating Azure AI services often struggle to choose the right service, SDK, and authentication pattern for tasks like search, transcription, OCR, and content moderation. This Skill provides a consolidated decision guide with MCP tool commands, SDK quick references, and authentication best practices. ## Core Features & Use Cases - Service Selection Guidance: Maps tasks like vector search, speech-to-text, and form extraction to the correct Azure service (AI Search, Speech, OpenAI, Document Intelligence) with MCP tool commands. - Multi-Language SDK References: Condensed quick-start patterns for Python, TypeScript, .NET, and Java covering Search, OpenAI, Vision, Translation, Transcription, Content Safety, and Document Intelligence. - Authentication Best Practices: Environment-aware credential patterns using ManagedIdentityCredential in production and DefaultAzureCredential for local development. - Use Case: When building a RAG application, use this Skill to configure hybrid vector search with azure__search MCP commands, then follow the Python SDK reference to implement batch document uploads with SearchIndexingBufferedSender. ## Quick Start Ask the agent to list Azure AI Search indexes and run a hybrid vector query using the azure-ai skill with Azure MCP enabled.