monitoring dashboard for azure hosted services

Bhat, Gurudatth 41 Reputation points
2022-01-10T06:52:06.837+00:00

I have one B2B api service hosted in azure web app backed with Azure APIM. I have a requirement to show API performance statistics to API consumers. Is there any built in way to show monitoring dashboard to API consumers? or should I need to create custom site to show the api performance to subscribed clients.

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,190 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,070 questions
{count} votes

Accepted answer
  1. Pramod Valavala 20,616 Reputation points Microsoft Employee
    2022-01-13T05:36:46.63+00:00

    @Bhat, Gurudatth The Developer Portal has a Reports () page when logged in like below which already includes metrics. If there are other metrics that you want to expose which are more specific to your scenario, you could setup advanced monitoring by routing events to Azure Event Hubs and process them for more insightful analytics. This would be a custom solution and would require custom UI as well, which you could implement as a custom widget and self-host the developer portal. Or just host them as a separate site.

    Built-In Reports

    164613-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.