We are rolling out a new product in azure and need to be absolutely sure the data in our azure databases does not get lost. i understand the backup features of azure databases, replication and long term storage which all meets our needs fine.
However, if a resource group is accidentally deleted i would assume all databases, backups ect are deleted.
Is there any backup mechanism we can use and store the backup in storage external to the resource group?
I am familiar export bacpac capability but am not sure this is the best approach.