Using Azure Libraries (SDK)
- Refer Here
- Required Components
- Azure Account
- Python 3.5.3 +
- Azure Command line
- Ensure Visual Studio Code has
- Python Extension
- Azure Tools Extension
- Now Ensure You are logged in from azure cli
az login
- Lets configure authentication
az ad sp create-for-rbac --name localtest-sp-rbac --sdk-auth > local-sp.json
- Installing Python Packages for azure sdk Refer Here
- For common usage patterns Refer Here
- The API reference for python Refer Here and also Refer Here