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

client = azure_sdk_for_python.Client("YOUR_API_KEY")
Gets the list of nodes in the Service Fabric cluster.
curl \
  /Nodes
Gets a list of user-induced fault operations filtered by provided input.
curl \
  /Faults/
Gets the content information at the root of the image store.
curl \
  /ImageStore
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:servicefabric
At a glance
Language Python
Endpoints234
✓ Official