-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolved #234 #248
Resolved #234 #248
Conversation
Hi @Fred-sun, |
Hi @suyeb786 How did you get the backup_policy_id?
|
Update **tests/integration/targets/azure_rm_backupazurevm/meta/main.yaml ** to **tests/integration/targets/azure_rm_backupazurevm/meta/main.yml ** |
Hi @Fred-sun, In the recovery service vault, we have provision for creating backup policies.
replace <subscription_id> ->> with subsription id eg. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testVaultRG/providers/microsoft.recoveryservices/vaults/testVault/backupPolicies/DefaultPolicy" |
It is recommended to update tasks as follows:
|
tests/integration/targets/azure_rm_backupazurevm/tasks/main.yml
Outdated
Show resolved
Hide resolved
…ved extra blank line)
@suyeb786 Thank you for your supportive response. Basically, it has been changed almost! |
Hello @Fred-sun , Thank you for your help and quick reviews, with your help I understand all core requirements for the ansible azure modules and it will be very helpful for me for feature development. |
SUMMARY
This module will introduce a backup feature for azure VM and will be offering feature listed below
Enabling protection for the Azure VM
Trigger an on-demand backup for a protected Azure VM
Modify the backup configuration for a protected Azure VM
Stop protection but retain existing data
Stop protection and delete data
Fixes #234
ISSUE TYPE
COMPONENT NAME
azure_rm_backupazurevm
azure_rm_backupazurevm_info
ADDITIONAL INFORMATION