Azure log analytics and Azure AD Sign-in logs

SANNAMATH, Russell 1 Reputation point
2020-08-10T13:20:34.557+00:00

Hi
I have imported Azure AD Sign-in logs to LogAnalytics workspace.
I like to create a web portal where user input some data like user name, Date and time. Based on the user data the web portal should retrieve data from Azure Log Analytics and present it in table format on the web portal.
Any suggestions how can I achieve this?
I can run queries on Azur LogAnalytics to retrieve the data but I like to do the same from a web portal.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,911 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,119 questions
{count} votes

1 answer

Sort by: Most helpful
  1. bharathn-msft 5,086 Reputation points Microsoft Employee
    2020-08-15T05:11:15.6+00:00

    @SANNAMATH, Russell - To pull data from Azure Log Analytics with in your web portal you might have to write custom code to invoke the Log Analytics REST API and get the result set and display it with in your web portal. For testing the REST API GET Call and generating the URL, you can always use Azure Log Analytics API Explorer.

    Please review the above information and circle back if you have any further queries. Thank you

    0 comments No comments