Unable to Export Entra Logs to Storage Account

Aayushi Saini 0 Reputation points
2025-08-07T18:45:20.5433333+00:00

I am trying to export Microsoft Entra logs to a Storage Account, following the official documentation: https://docs.azure.cn/en-us/entra/identity/monitoring-health/howto-archive-logs-to-storage-account

While I am successfully able to see the Entra logs in our Log Analytics Workspace, the logs are not appearing in the configured Storage Account.

storage account is adlsv2 and we have network access enabled.

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
{count} votes

1 answer

Sort by: Most helpful
  1. Michele Ariis 2,520 Reputation points MVP
    2025-08-08T06:31:59.1366667+00:00

    Hi, it almost always happens due to network/permissions on Storage, not for Login. Do this, quickly:

    1. Recreate the Diagnostic setting from Login → Monitoring → Diagnostic settings on the tenant (not on random resources), check the categories (AuditLogs/SignInLogs/… ) and choose “Archive to a storage account”.
    2. On the ADLS Gen2 Storage, go to Networking: if you have private firewalls/PE, enable Allow trusted Microsoft services or add the “Azure Monitor” exception in the Resource instances; for testing, set “All networks” to 15 minutes to see if files arrive.
    3. Check permissions: on Storage, the user creating the rule needs at least Contributor (subscription/RG); on Login, a high role (e.g. Security Admin).
    4. Wait: files may appear with a 10–30 minute delay; check the insights-logs-* containers (e.g. insights-logs-auditlogs).
    5. If Log Analytics receives but Storage doesn't: it's almost certainly the firewall; try "All networks," and if that works, re-enable the blocking by adding the exception for Azure Monitor.
    6. Still empty? Check the Activity log to see if the "Create/Update diagnostic setting" operation succeeded; if it failed, it's a permissions issue; if it succeeded but no files, it's a network issue.
    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.