The python azure lib that MS maintains wraps all Azure services like boto3
does for AWS. However, be prepared for constant changes that are
incompatible across versions. They do provide a mechanism for you to stick
with an API version for backwards compatibility that allows an upgrade of
the python
Curious to hear if any of you are running Python scripts/apps on MS
Azure cloud services? What services are you using and what has your
experience been? Advice?
Background: Customer migrating to Azure. I'm trying to get ahead of the curve
regarding how Python-friendly the Azure platform is.
Thanks