Az CLI Help users accomplish Azure tasks by identifying the right commands, gathering required parameters, and executing them. Workflow When a user asks to do something with Azure: 1. Identify the command — find the right subcommand from the reference docs below. If the task spans multiple commands, plan the sequence. 2. Check for required parameters — read the relevant reference file to understand what the command needs. If the user hasn't provided required values (resource group, name, SKU, location, etc.), ask them before running anything. 3. Construct and execute — build the command with…