Hi everyone
I am new to Azure and Cloud Computing in general. I'm creating two VMs in a resource group and placing them inside an Availability Zone in a region.
Now I am trying to understand a few things and please correct me if I am wrong.
-
Imagine I have created them and now I want to deploy my web app to the VMs. So do I need to deploy the same app manually on both VMs to have high availability? Or I need to deploy the web app on one VM and Azure will automatically replicate the app on the other VM when the traffic peaks or in the case of data center goes down?
-
After having created the VMs, I would like to see how much it has costed me after an hour of usages. How can I see that for those particular VMs?
Those may be somewhat naïve questions but I am new to this stuff. But I am enjoying learning them. ITProTV has put together the course really well. Thanks for that!