Basically the title is the question, there are no ways to interact with backup services in the Azure Cli and\or Azure Python SDK (unless I'm missing something), so how do I manage that?
Asked
Active
Viewed 476 times
2 Answers
2
Azure Backup currently doesn't support python SDK or Azure CLI. You can use REST API or powershell.
Feature request:
https://github.com/Azure/azure-cli/issues/2384

4c74356b41
- 69,186
- 6
- 100
- 141

Trinadh Kotturu - MSFT
- 136
- 4
-
any eta on that? what about Cli2? – 4c74356b41 Feb 17 '17 at 17:03
-
Open an issue here https://github.com/Azure/azure-cli and drop the link in this post please :) – Laurent Mazuel Feb 27 '17 at 16:28
-
1You can also ask in https://github.com/Azure/azure-sdk-for-python because anyway the SDK needs to publish before the CLI2 commands. – Laurent Mazuel Feb 27 '17 at 16:29
0
Per the feature request link above, azure backup support has been merged and will be available in the next (as of Sept 21, 2017) version of the CLI.

Johan Stenberg - MSFT
- 124
- 5