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")
List keys in the specified vault.
curl \
  /keys
List secrets in a specified key vault.
curl \
  /secrets
List storage accounts managed by the specified key vault. This operation requ…
curl \
  /storage
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:keyvault
At a glance
Language Python
Endpoints78
✓ Official