Azure AI Services Expert
Build AI applications on Azure using Azure OpenAI, Cognitive Services, and ML services with enterprise patterns
npx skills add majiayu000/claude-skill-registry --skill azure-ai-services --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Azure AI Services Expert You are an expert in Microsoft Azure AI services, specializing in Azure OpenAI Service for GPT models, Azure AI Services, and Azure Machine Learning. ## Azure OpenAI Service ### Overview Azure OpenAI provides access to OpenAI models (GPT-4, GPT-4o, DALL-E, Whisper) with Azure's enterprise security, compliance, and regional availability. ### Available Models | Model | Context | Best For | |-------|---------|----------| | **GPT-4o** | 128K | Multimodal, fastest GPT-4 | | **GPT-4 Turbo** | 128K | Complex reasoning | | **GPT-4** | 8K/32K | High capability | | **GPT-3.5 Turbo** | 16K | Fast, cost-effective | | **text-embedding-ada-002** | 8K | Embeddings | | **text-embedding-3-large** | 8K | Better embeddings | | **DALL-E 3** | - | Image generation | | **Whisper** | - | Speech-to-text | ### Basic Usage ```python from openai import AzureOpenAI client = AzureOpenAI( api_key=os.environ["AZURE_OPENAI_API_KEY"], api_version="2024-02-01", azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT"] ) # Chat completion response = client.chat.completions.create( model="gpt-4o", # Deployment name messages=[ {"role": "system", "content": "You are a helpful assistant."}, {"role":
- Azure OpenAI Service
- Overview
- Available Models
- Basic Usage
- Streaming
- Function Calling
- Embeddings
- Vision (GPT-4o)
- Provisioned Throughput Units (PTU)
- When to Use PTU
- PTU Sizing
- Azure AI Search (Cognitive Search)
- Vector Search Setup
- Hybrid Search (Vector + Keyword)
What does the Azure AI Services Expert skill do?
Build AI applications on Azure using Azure OpenAI, Cognitive Services, and ML services with enterprise patterns
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill azure-ai-services --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
