How to retrieve system generated logs of changes made to an Azure application

Nana Kwesi 0 Reputation points
2024-03-20T13:49:53.1766667+00:00

How can I access the automatically generated logs that track changes made to an application hosted on Azure? Specifically, I'm looking for details on updates, installations, implementations, incremental fixes and patches applied to the application. I believe these logs exist, but I'm not sure how to retrieve them.

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,037 questions
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 5,560 Reputation points
    2024-03-20T21:09:00.5366667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    1- Log in to the Azure Portal (https://portal.azure.com).

    2- If your application is configured with Application Insights, you can directly access logs related to your application's performance, usage, and events from the Application Insights resource.

    3- In Application Insights, you can query logs using the powerful Kusto Query Language (KQL).

    4- View deployment history with Azure Resource Manager

    5- Ensure that diagnostic logging is enabled for your Azure resources, including Azure App Service.

    • You can access all logs from the Azure Portal by navigating to HERE

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments