Validate success
Review the validation steps you completed during the exercises. Confirm that each item below is true before moving on.
- [ ] Cloud Shell is running in Bash mode with a command prompt visible.
- [ ] The SubscriptionId and Name match the subscription you want to use.
- [ ] You can navigate the CLI help system to discover commands and required parameters.
- [ ] You identified and recorded a target region for resource creation.
- [ ] The rg-gp-cli-demo resource group is created and verified.
- [ ] Both storage accounts are created with provisioningState: Succeeded.
- [ ] The --resource-type filter isolated storage accounts from other resource types.
- [ ] The CLI returned detailed information for a specific storage account.
- [ ] Tags are applied to the resource group and both storage accounts from the CLI.
- [ ] JMESPath queries extracted, filtered, and counted resources correctly.
- [ ] The portal and CLI display identical resource tags and metadata.
- [ ] The resource group deletion is complete ("not found" error confirms removal).
If any item is not true, return to the relevant exercise and troubleshoot before continuing.