azure.com

All resource groups and resources exist within subscriptions. These operation enable you get information about your subscriptions and tenants. A tenant is a dedicated instance of Azure Active Directory (Azure AD) for your organization.

🔑 oauth2 5 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Gets the tenants for your account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /tenants
Gets all subscriptions for a tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions
Gets details about a specified subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}
Endpoints (5 total)
GET
/tenants
Gets the tenants for your account.
GET
/subscriptions
Gets all subscriptions for a tenant.
GET
/subscriptions/{subscriptionId}
Gets details about a specified subscription.
GET
/providers/Microsoft.Resources/operations
Lists all of the available Microsoft.Resources REST API operations.
GET
/subscriptions/{subscriptionId}/locations
Gets all available geo-locations.
At a glance
Total SDKs9
Languages8
Endpoints5
Authoauth2
Categories1