Open kiweezi opened 2 years ago
@kiweezi Thank you for paying attention to this repo. I don't quite understand the problem you have. Is it that the function can't be realized? Could you describe the problem in detail? Thank you very much!
Hey @Fred-sun. Sorry for the delay.
What I'm trying to say in the above is that this feature is not available in the repo but is in Azure CLI and Powershell. The feature is simply initiating a back up the SQL server installation on an Azure VM to a recovery vault. There is also no way currently to make a scheduled backup of this using the recovery vault policies to my knowledge. This MS doc provides more info about it: https://docs.microsoft.com/en-us/azure/backup/tutorial-sql-backup
Does that make sense?
Hi,
I'm not sure if @kiweezi is trying to say that "azure_rm_backuppolicy should implement support for Azure IaaS MSSQL instance backup with using policy"?
I think this is a very good proposal.
SUMMARY
A way to backup just the SQL DB on an Azure VM. This could be added as a param to the azure_rm_backupazurevm module or made separately. It would also need to be available to use with the azure_rm_backuppolicy module.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
This is a commonly used recovery method in Azure in prod environments that is not available in Ansible.