REST API

Learn how to use the Azure REST API

Introduction

Everything on the Azure platform goes through the Azure Resource Manager, and it regardless of whether you are using the portal, the CLIs, the SDKs or infrastructure as code, everything eventually uses the REST APIs.

Labs

REST API theory

This is a level set for those who don't use REST APIs. Feel free to skip to the next lab if you are already comfortable.

Using az rest

How do you call the REST API using the az rest command?