Hello, I'm really interested in people's experiences with working on deploying resources in Azure exclusively in the CLI. Specifically, how do you keep track of everything? Or how do you know to check things. For example tonight I found that I could get the related deployments from a failed deployment then obtain the JSON from that so that I could use it in a support request. I don't see how that kind of joined up approach is available in the CLI. Sure, I can create a VM, disks, network interfaces etc, but even with a small subscription, it becomes hard to keep track of interdependencies. I'm sure this is just me. So I would love to hear how others manage this. Obviously thousands of people exclusively use the CLI every day. I just don't understand how. I was listening to a podcast a few days ago where the guest was talking about how intelisense made it way easier to pick from a list of resource groups, disks, vNets etc. This would make life way easier. But either this doesn't work when PSReadLine is disabled or Jaws / NVDA doesn't tell me when there are suggestions available. Any ideas? Thanks Darragh