Currently we use boto (python library) to deploy infrastructure as code using AWS services. In my current project I am trying to create infrastructure as code for Azure, but I would like to stick with python to generate this code.
do we have any python libraries to invoke Azure APIs to setup infrastructure. or create json templates to deploy on azure.