azure.com

Use these APIs to manage Azure Websites resources through the Azure Resource Manager. All task operations conform to the HTTP/1.1 protocol specification and each operation returns an x-ms-request-id header that can be used to obtain information about the request. You must make sure that requests mad

🔑 oauth2 295 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 source controls available for Azure websites
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Web/sourcecontrols
Gets publishing user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Web/publishingUsers/web
Gets source control token
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Web/sourcecontrols/{sourceControlType}
Endpoints (295 total)
GET
/providers/Microsoft.Web/sourcecontrols
Gets the source controls available for Azure websites
GET
/providers/Microsoft.Web/publishingUsers/web
Gets publishing user
GET
/providers/Microsoft.Web/sourcecontrols/{sourceControlType}
Gets source control token
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites
Gets all Web Apps for a subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions
Gets list of available geo regions
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms
Gets all App Service Plans for a subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates
Get all certificates for a subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations
Gets a list of recommendations associated with the specified subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
List premier add on offers
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
Gets all hostingEnvironments (App Service Environment) for a subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/classicMobileServices
Gets all mobile services for a subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Web/publishingCredentials
Gets publishing credentials for the subscription owner
At a glance
Total SDKs9
Languages8
Endpoints295
Authoauth2
Categories1