Using azure-sdk-for-python with azure.com

Python integration

✓ Official SDK

Install

pip install azure-sdk-for-python

Quick start

import azure-sdk-for-python

# Set your API key
client = azure_sdk_for_python.Client(api_key="YOUR_API_KEY")
Lists all of the Jobs in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /jobs
Lists all of the Pools in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /pools
Gets the number of Compute Nodes in each state, grouped by Pool.
curl \
  -H "Authorization: $API_KEY" \
  /nodecounts
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:batch-BatchService

At a glance

Language Python
Endpoints72
✓ Official