What problem does it solve? Teams deploying to Azure Commercial or Azure US Government cannot assume which Cognitive Services kinds, OpenAI models, SKUs, or Speech resources exist in a given region or cloud, and manually probing each subscription is slow and error-prone. This Skill resolves the project's Azure environment once, authenticates the Azure CLI, and records dated discovery results so later work relies on verified availability instead of guesses. ## Core Features & Use Cases - Environment profile management: Resolves cloud precedence (explicit -Gov or -Commercial flag, then persisted profile, then Azure Commercial), stores nonsecret settings in the ignored .azure/environment.json, and syncs Azure MCP settings into .vscode/settings.json. - Read-only service discovery: Uses Azure CLI queries to enumerate Cognitive Services kinds and regions, select the best available OpenAI model with matching API version, and summarize existing Speech-capable accounts without recording names or identifiers. - Dated, schema-validated reports: Writes reports/azure-discovery.json and reports/azure-discovery.md with a UTC timestamp, and flags reports older than 14 days as stale. - Use Case: Before provisioning infrastructure for a new project in Azure US Government, run the Skill to confirm which OpenAI models and Speech regions are actually offered, then hand the persisted report to deployment planning. ## Quick Start Ask the agent to run azure-discovery for Azure Government and save the availability report for this project.