Is there a recommended approach in terms of using either Azure CLI or the Azure Python SDK?
The CLI seems to be better documented but since it's built on Python, I would assume it will eventually share a lot of the functionality of the Azure Python SDK.
Any thoughts? Is one more supported over the other?
For reference we are building an app built on Linux with both python and the occasional shell script. So we could use either, though we have found the CLI to be easier since it has better documentation.