Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

When deploying VMs and VPNs, report the time taken for each #41

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

At the each of a full deployment, the total time taken is reported. For small templates this is all right, but if a template consists of a VPN and 10 VMs, then having an approx. idea as to the ETA would be ideal.

So for this issue, it would be useful to output the total time taken to deploy a VM or a VPN.

Badgerati commented 7 years ago

Now reports the time taken to create VMs and VPNs. Also cleaned up the output to the CLI a little bit as well.