What problem does it solve? Managing Azure resources through the web portal is slow and hard to audit. This Skill gives you subscription-aware command-line workflows for inspecting and operating Azure resources safely, with explicit context and guardrails against accidental production changes. ## Core Features & Use Cases - Subscription Context Verification: Confirm the active account, tenant, and subscription before running any operation with az account show and az account list. - Resource Inspection: List resource groups, deployments, web apps, container apps, and monitor activity logs with explicit --subscription and --resource-group scoping. - Safe Operations Guardrails: Enforces confirmation before IAM/RBAC, networking, database, or production mutations, and never prints service principal secrets. - Use Case: You need to check why a deployment failed in a specific resource group. Use this Skill to set the correct subscription, list recent deployments, and pull the last 20 activity log events for diagnosis. ## Quick Start Ask the AI to list all resource groups in your Azure subscription and show the current account context.