Using litellm with azure.com

Python integration

Install
pip install litellm
Quick start
import litellm

# Use an OAuth2 access token
client = litellm.Client(access_token="YOUR_ACCESS_TOKEN")
Lists available operations for the resourcehealth resource provider
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ResourceHealth/operations
Lists Azure services' emerging issues.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ResourceHealth/emergingIssues
Gets Azure services' emerging issues.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
SDK on GitHub 📄 API Docs
SDK
litellm
Python
API
azure.com
azure.com:resourcehealth
At a glance
Language Python
Endpoints10