Azure PaaS service dependency mapping

Jagadeeskumar Lenin 121 Reputation points
2024-02-29T05:15:56.8833333+00:00

I have multiple Azure PaaS services like App Service and Azure SQL Database, and they are all interlinked and dependent on each other. How can I view the dependency mapping for all of them in Azure? Which Azure service can help me achieve this?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,996 Reputation points Moderator
    2024-02-29T06:34:30.6966667+00:00

    @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:

    1. Go to the Azure portal and navigate to your Application Insights resource.
    2. In the Application Insights blade, click on the "Application Map" tab.
    3. 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.
    4. 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.