We will need a token to run this request. You can follow my previous post to learn how to get a token.
Azure REST API: Get list of all resource groups

We will need a token to run this request. You can follow my previous post to learn how to get a token.
Azure provides a REST API to manage resources. If you have a specific need and don’t want to use ‘Azure-Cli‘ or their ‘Powershell module‘, you can use pure HTTP calls using their REST API. it’s platform agnostic and easy to use.
This guide covers following topics: