Azure / azure-cli

Azure Command-Line Interface
MIT License
3.97k stars 2.95k forks source link

az deployment -- reply with Deployment Portal URL so that I can monitor the deployment #19655

Open glennmusa opened 3 years ago

glennmusa commented 3 years ago

Is your feature request related to a problem? Please describe.

Sitting around watching a dancing plaintext Running status isn't always the most fun. It's more fun to watch the deployment and get green checkboxes and make me feel like it's working.

Describe the solution you'd like

When I deploy something using any of the az deployment subcommands it'd be nice if once the Deployment was Accepted the console replied back to me with a link to the Portal to go monitor the deployment visually.

The Portal Deployment experience is especially helpful when I'm deploying something that takes a long time or includes a lot of dependent deployments. Plus, if just a single part of my deployment fails, I can visually inspect, fix, and redeploy just that part that failed right from the Portal.

Describe alternatives you've considered

I name my deployments and go find them at the relevant scope instead.

Additional context

n/a

yonzhan commented 2 years ago

ARM

zhoxing-ms commented 2 years ago

This is an interesting idea~ Add @shenglol who works on improving the deployments of CLI for visibility.