Rajesh Swarnkar Thanks for posting your question in Microsoft Q&A. I think you refer docs: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers which maps resource providers to Azure services and that's a complete list. Unfortunately, the mapping is not available via Rest API, PowerShell or CLI.
However, you can list all azure resource providers for your subscription via portal, PowerShell or CLI:
- Portal - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#view-resource-provider
- PowerShell: Get-AzResourceProvider command.
- CLI: az provider list command
I hope this helps with your question and feel free to add a comment for any other questions.
If you found the answer helpful, please consider marking it as "Yes".