Aug 14 2017 10:09 AM - edited Aug 14 2017 10:09 AM
Hello all,
Please excuse my lack of experience in Azure with this question - I am far more comfortable with O365!
Okay so in addition to O365 we have two VM's in Azure...both running Windows Server...one hosting SQL/custom program...the other QuickBooks Enterprise...pretty straight forward.
Two things I need guidance with please:
Thank you so much for any info/links you can provide!
Cheers!
Aug 15 2017 02:09 AM - edited Aug 15 2017 02:12 AM
SolutionHi Tammy
There are 2 options for backup:
VMBackup provides kopies of the VHD that you can manually restore to a new VM or just recover the disks to a storage account.
Recovery Services for you azure VM's are now in preview, this is excellent if you have business critical needs, that in the event MS would loose a Datacenter, you could have replicated VM's and a recovery plan in-place to be up and running much faster and then still have to option to fail back once the primary datacenter returns.
As for you fail over question, you need to use a Loadbalancer.
This load balancer will have its own ip and use's tcp or http probes to detect node health,
the benefit about http, is you can use Custom health probes that return CPU usage, Memory or what ever you can write your way out of.
Edit: Also consider using automation to reduce costs if you dont wish to have both node running at the same time, if you need more VM's overtime i would also consider VM Scale sets, but this requires a bit more technical configuration, the VM's need to be Generelized and configured automatically apon start up.
Aug 16 2017 09:34 AM
Thank you very much for this info Kent - it is most appreciated! I shall look into all a bit further and then run options by Management.....
I look forward to learning more about Azure!
Cheers!
Tammy