33 skills
azure-skills1.1k ★
Official agent plugin providing skills and MCP server configurations for Azure scenarios.
checked 4d ago
Pick the right Azure VM for your workload
Describes your app's CPU, memory, and traffic pattern — get a specific Azure VM family recommendation with pricing, autoscale settings, and capacity reservation guidance.
·★1.1k↓0
checked 4d ago
See where your Azure bill is actually going
Pulls your Azure spend history by service and resource, projects next month's bill, and flags the top three cost drivers with a concrete cut to try.
·★1.1k↓0
checked 4d ago
Connect Claude to your Azure AI stack
Integrates Claude with Azure Search, Speech, Document Intelligence, and OpenAI endpoints. Handles vector search, hybrid queries, transcription, and OCR in one place.
·★1.1k↓0
checked 4d ago
Assign the right Azure role without overprovisioning
Describe what a user or service needs to do in Azure, and get the minimal RBAC role plus ready-to-run CLI and Bicep code to assign it safely.
·★1.1k↓0
checked 4d ago
Pick the right Azure storage for your workload
Compares Blob, Files, Queues, and Tables; explains when hot vs. cool vs. archive tiers save money; recommends the cheapest fit for your access pattern.
·★1.1k↓0
checked 4d ago
Set up a production AKS cluster step-by-step
Walks through the Day-0 decisions—SKU type, network isolation, security defaults, autoscaling—and outputs a working terraform or CLI config for a locked-down cluster.
·★1.1k↓0
checked 4d ago
Catch deployment failures before they happen
Scans your Azure config, Bicep/Terraform, RBAC roles, and managed identities to surface permission gaps, misconfigurations, and missing prerequisites—all before you deploy.
·★1.1k↓0
checked 4d ago
Diagnose why your Azure app is down
Connects to AppLens and Azure Monitor to surface logs, resource health, and error traces. Narrows down whether the issue is deployment, CPU, networking, or code.
·★1.1k↓0
checked 4d ago
Deploy an LLM to Azure without wrestling configs
Handles the Azure OpenAI setup end-to-end: picks the right SKU and region, sets capacity, applies your compliance policy, and routes requests to the deployed model.
·★1.1k↓0
checked 4d ago
Deploy Claude to Azure with your exact setup
Walks through model version, SKU tier, capacity, content-filter policy, and quota options in sequence, then outputs the exact deployment config and cost estimate.
·★1.1k↓0
checked 4d ago
Get AI Runway running on your AKS cluster
Walks through cluster verification, controller install, GPU assessment, and provider setup to get your first model deployed on AKS without manual debugging.
·★1.1k↓0
checked 4d ago
Plan and execute an Azure infrastructure upgrade
Analyzes your current Azure workload, compares cost and performance across plans and SKUs, and produces a migration runbook with downtime estimates and rollback steps.
·★1.1k↓0
checked 4d ago
Push your app live to Azure in one command
Runs your pre-configured deployment plan — azd up, terraform, container pushes — against Azure. Watches for errors and rolls back on failure.
·★1.1k↓0
checked 4d ago
Plan an AWS-to-Azure infrastructure move
Maps your Lambda, Beanstalk, or Fargate setup to Azure equivalents, generates a migration playbook with code samples, and flags breaking changes before you refactor.
·★1.1k↓0
checked 4d ago
Check if your Kubernetes setup runs on AKS Automatic
Scans your cluster manifests and config for incompatibilities with Azure's managed Kubernetes service, flags blockers, and suggests fixes to unblock migration.
·★1.1k↓0
checked 4d ago
Fix Azure messaging SDK errors fast
Reads an Event Hubs or Service Bus error stack and pinpoints the cause—auth misconfiguration, connection pool limits, partition key mismatches—with a concrete next step.
·★1.1k↓0
checked 4d ago
Check Azure limits before you hit them
Queries your Azure account for current quotas, usage, and regional availability—then flags when a deployment plan risks hitting a limit and suggests which region has headroom.
·★1.1k↓0
checked 4d ago
Harden your Azure apps against outages
Scans your deployed Functions and App Service instances for zone redundancy, failover, and storage resilience gaps. Returns a prioritized checklist with CLI commands to fix each.
·★1.1k↓0
checked 4d ago
Map your Azure infrastructure in a diagram
Reads a resource group and draws a Mermaid diagram showing every resource, how they connect, and the flow of data between them. Exports as PNG or SVG.
·★1.1k↓0
checked 4d ago
Query your Azure logs without writing KQL
Converts plain-English questions about your Kusto database into KQL queries and returns results with context — anomaly detection, time-series patterns, and drill-down options included.
·★1.1k↓0
checked 4d ago
Deploy a Copilot-powered app to Azure
Scaffolds and deploys a GitHub Copilot SDK application to Azure, handling auth, environment config, and the SDK client setup so you don't repeat it each time.
·★1.1k↓0
checked 4d ago
Deploy and optimize a Foundry agent end-to-end
Builds a Docker image, pushes to ACR, deploys to Foundry, runs evals against a dataset, then fine-tunes the model based on failures—all from one command.
·★1.1k↓0
checked 4d ago
Fine-tune Claude on your own data
Prepares a dataset, submits a training job to Azure AI Foundry, and deploys a fine-tuned model. Supports supervised learning, preference optimization, and reinforcement training with custom graders.
·★1.1k↓0
checked 4d ago
Find available Azure OpenAI capacity across regions
Queries your Azure projects, surfaces quota limits per region, and shows which deployment location has the headroom you need right now.
·★1.1k↓0
checked 4d ago
Deploy your model to the fastest available region
Scans Azure OpenAI capacity across all regions in real time and routes your deployment to the lowest-latency endpoint with available quota. Falls back if your preferred region is full.
·★1.1k↓0
checked 4d ago
Generate Azure deployment files for your app
Builds Bicep/Terraform infrastructure, azure.yaml, and Dockerfiles configured for your stack. Ready to deploy to Azure Container Apps or App Service without manual setup.
·★1.1k↓0
checked 4d ago
Find and list your Azure resources by type
Queries your Azure subscriptions and resource groups by name, type, or tag — returning configs, endpoints, and status in seconds without manual console digging.
·★1.1k↓0
checked 4d ago
Wire up Entra ID auth for your app
Walks through creating an app registration in Microsoft Entra, configuring OAuth scopes and permissions, and provides working code samples for MSAL integration.
·★1.1k↓0
checked 4d ago
Set up secure agent identities in Microsoft Entra
Provisions agent identities, blueprints, and OAuth token exchange in Entra via Microsoft Graph. Handles cross-tenant scenarios and AgentID sidecar setup for production workloads.
·★1.1k↓0
checked 4d ago
Wire up Azure Application Insights to your webapp
Walks through SDK setup, telemetry patterns, and configuration for tracking errors, performance, and user behavior in a webapp—with runnable code snippets for common frameworks.
·★1.1k↓0
checked 4d ago
Guard your AI ops with Azure API Management
Routes Claude through Azure's API gateway to enforce token limits, detect jailbreaks, cache expensive calls, and balance load across models — all without touching your code.
·★1.1k↓0
checked 4d ago
Audit your Azure account for compliance gaps
Runs a security scan across your Azure resources, checks Key Vault expiration, and flags policy violations and misconfigurations against industry best practices.
·★1.1k↓0
checked 4d ago
Plan an enterprise Azure setup end-to-end
Describe your workload and compliance needs once; generates a network topology, identity scheme, security baseline, and Bicep/Terraform code ready to deploy—with WAF alignment baked in.
·★1.1k↓0