REST API
All Azure management tools are abstractions of the Azure Resource Manager (ARM) REST API.
Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service's resources.
A REST API defines a set of functions which developers can perform requests and receive responses via HTTP protocol such as GET and POST.
Last updated
Was this helpful?