I want to shutdown a application that comprehend several resources:
Virtual Machines
Azure for MySQL
Web Application Gateway
What will be the best way to do a backup? Using Azure Backup, or maybe detach Disks and keeping them, and do a SQL dump and storing it inside Azure Blob, and Web Application Gateway template?
Recover that application will be very improbable, but it's possible in some point in time.
What is the best option?
Regards