Azure REST API – Part 04 – Get an Azure Resource in Postman
In the last blog I showed you how to request a bearer token and how we can use some automation features in Postman. In this blog I will show you how to request an Azure resource. Get SQL Databases by Server Take a look at the following API reference. https://docs.microsoft.com/en-us/rest/api/sql/databases/get We can use it to … More Azure REST API – Part 04 – Get an Azure Resource in Postman