How to access resources from another subscription on a shared dashboard

Ramprasad V 0 Reputation points
2023-06-30T01:19:17.6933333+00:00

Hi

Is it possible to create a dashboard that can fetch data from various application insights in different subscriptions ?

Also, is it possible to create a widget in dashboard that can make a REST API call to an AppService ?

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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alistair Ross 7,466 Reputation points Microsoft Employee
    2023-06-30T08:56:50.8933333+00:00

    Hello @Ramprasad V

    Yes you can create a dashboard that can fetch data from other subscriptions (and tenants!). The authentication here is based on your individual permissions. There are various ways to create dashboard, but either pin the relevant tile you want to add or create on from the subscription you want to display. https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-dashboards

    To answer your second question. Yes it can make REST API calls, but only to Azure ARM, so calling the App Service is possible, providing it is data accessible through Azure Resource Manager.

    User's image

    kind regards

    Alistair Ross

    0 comments No comments

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.