Right now, during azd deploy no information is shown around building a docker image. In the template I'm working on, the pip install takes a good while (not an azd problem :D) so this feels like a really long time without any progress (like ~5 mins):

I think it'd be really helpful to be able to see some of the steps happening under the hood. That way, the user is able to see exactly what step it's working on. We could consider surfacing the information in a "window" (similar to what pip install looks like below) to make it clear that this is a subprocess as part of azd deploy.

Right now, during

azd deployno information is shown around building a docker image. In the template I'm working on, thepip installtakes a good while (not an azd problem :D) so this feels like a really long time without any progress (like ~5 mins):I think it'd be really helpful to be able to see some of the steps happening under the hood. That way, the user is able to see exactly what step it's working on. We could consider surfacing the information in a "window" (similar to what

pip installlooks like below) to make it clear that this is a subprocess as part ofazd deploy.