@Jagadeeskumar Lenin You can use Azure Application Insights, which is a service that helps you monitor the performance and usage of your applications. Application Insights can automatically discover dependencies between your application components, including PaaS services like App Service and Azure SQL Database. You can use the Application Map feature in Application Insights to view the dependency mapping for your PaaS services.
To view the Application Map in Application Insights, follow these steps:
- Go to the Azure portal and navigate to your Application Insights resource.
- In the Application Insights blade, click on the "Application Map" tab.
- The Application Map will show you all the resources that are being monitored by Application Insights, including your PaaS services. You can click on any of the resources in the map to view more details about that resource, including its dependencies and performance metrics.
- You can also use the search bar at the top of the Application Map to search for specific resources or dependencies.
For more information, refer this document : https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-map?tabs=net