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: Getting list of all Storage Accounts

We will need a token to run this request. You can follow my previous post to learn how to get a token.
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.
I put up a fake REST server some time back for testing REST calls. It supports GET, POST, PUT, DELETE etc and currently has few Datasets to play around. It’s quite handy when you would like to test a REST client you developed and you need a handy REST server rather than developing your own.