Looking at the Azure REST API – Scripted Deployments and DevOps Automation
The first option we will consider is the Azure REST API. All actions on Azure resources are managed through ARM, and this is exposed by a set of APIs. When we perform actions in the Azure portal, we are actually making HTTP calls to the REST APIs. Information Note Representational State Transfer (REST) is an …
Looking at the Azure REST API – Scripted Deployments and DevOps AutomationRead More