This post explains difference between Azure Python SDK's management("management plane") and client libraries( "data plane").
Python SDK's management libraries helps in creating, provisioning and managing Azure resources from
Python scripts. Name of all management libraries starts with azure-mgmt-
.
With the management libraries, we can write configuration and deployment scripts to perform the
same tasks that we can do with the Azure portal or the Azure CLI.
The following are the examples of management libraries.
Below are some of the example tasks that can be done by management libraries.
Below are some of the example tasks that can be done by management libraries.
Category: Azure