When we hosted a site on it's own server it was simple to have a scheduled job and just backup the db and keep a rolling 7 day and once a month backup. Reason being in case of db corruption we could always at least rollback to the last know safe db.
Is there an Azure way to take a copy (ideally a bacpac) whilst the site is live and store this in a container? How do others handle this scenario?