Azure - Logs loading slow

Akshyalakshmi Murali 5 Reputation points
2025-11-26T07:29:35.74+00:00

Hi Everyone ,

In my org we are using Azure AD ,where the logs are not loading appropriately ,when i load 24 hrs logs for a user its loading but at the same time the same logs are not loading for 1 month .Please let us know what should we do on this ? is this due to logs latency issue or any other concerns we should check

Thanks in advance for the answers !!

Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
{count} vote

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-26T07:29:44.9033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    When loading logs in Azure, especially over a longer time span like one month, there are several factors that can affect performance and loading times. Here are some considerations and steps you can take to improve the situation:

    1. Time Span of the Query: When querying logs for a longer duration, the system may need to process more data, which can lead to slower load times. Azure's system might scan more than the specified time range due to how it partitions data. For example, if you request logs for 30 days, the system may scan additional days to ensure all relevant records are included.
    2. Query Optimization: Ensure that your queries are optimized. Avoid querying excessively large datasets without filters. If possible, break down your queries into smaller time ranges to reduce the load on the system.
    3. Data Latency: Be aware that there can be latency in log data ingestion. Depending on the Azure service, logs may take time to become available for querying. For activity logs, they are typically available for analysis within 3 to 20 minutes after they are generated.
    4. Resource Logs: If you are also querying resource logs, be aware that they can add additional latency. Some services report logs at intervals which may affect how quickly you can retrieve them.
    5. Check for Errors: If logs are not loading as expected, check for any error messages or indications that might suggest issues with the query or the service itself.

    By considering these factors and possibly adjusting your query strategy, you should be able to improve the loading times for your logs in Azure.


    References:

    0 comments No comments

Your answer

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