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")
Searches for documents in the index.
curl \
  /docs
Queries the number of documents in the index.
curl \
  /docs/$count
Retrieves a document from the index.
curl \
  /docs('{key}')
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:search-searchindex
At a glance
Language Python
Endpoints9
✓ Official