Forum Discussion
Pascal_KTeam
1 year agoResolver I
API to retrieve if specific Azure resource type can be deployed in an Azure region
We're building an automated installer application for our Power BI Embedded solution. This installer allows users to select in which Azure region the needed Azure resources are being created. We want...
Jai-Rathinavel
1 year agoSuper User
Hi Pascal_KTeam , You can get information of latest resources and location via Resources - List API the response yields following properties: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode.
Attached the microsoft documentation below for getting endpoint url.
https://learn.microsoft.com/en-us/rest/api/resources/resources/list?view=rest-resources-2021-04-01
Did I answer your question ?. If yes, please mark my post as a solution
Thanks,
Jai