Skip to content
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

Bind the DataProtection API for Azure Backups #1644

Open
em- opened this issue Jul 22, 2024 · 0 comments
Open

Bind the DataProtection API for Azure Backups #1644

em- opened this issue Jul 22, 2024 · 0 comments
Labels
medium_priority Medium priority new_module_issue Request to add a new module work in In trying to solve, or in working with contributors

Comments

@em-
Copy link

em- commented Jul 22, 2024

SUMMARY

From https://learn.microsoft.com/en-us/rest/api/dataprotection/ :

A Backup vault, created under the Data Protection Platform of Azure Backup, is a storage entity in Azure that holds backup data for various newer workloads that Azure Backup supports, such as Azure Database for PostgreSQL servers and Azure Disks. Backup vaults make it easy to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure backup data.

The az CLI exposes it as the az dataprotection command group.

It would be useful to be able to control it via an Ansible module rather than having to launch the az CLI.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_dataprotectionbackupvault/azure_rm_dataprotectionbackupinstance/etc.

ADDITIONAL INFORMATION

I need to set up backups with Azure Backups for azure disks and at the moment I cannot do it with Ansible short of invoking the az command.

@Fred-sun Fred-sun added new_module_issue Request to add a new module medium_priority Medium priority work in In trying to solve, or in working with contributors labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority new_module_issue Request to add a new module work in In trying to solve, or in working with contributors
Projects
None yet
Development

No branches or pull requests

2 participants