Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,091 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am seeing different resource type name on UI and in API. Please help where I can find the mapping of the type name shown on UI and in API.
Hi @Swarnim ,
Please try running the below command
Get-AzResourceProvider -ListAvailable | Select-Object ProviderNamespace,ResourceTypes
also, Check the below Document for reference
Please Mark the answer as it will be useful for others