14 March 2021 - 2 MIN READ
Query Azure Resources using Python
an introduction to the easy to use Az.Cli Python interface
Az.Cli is an easy-to-use interface that lets developers and administrators query Azure using Python. If you are already familiar with the Azure CLI you should feel right at home using the Az.Cli Python package API. The interface is providing a way to interact with Azure using the well-known Azure CLI command syntax. Read More