Greetings!
To understand the caller IP addresses in Azure Storage diagnostic logs, follow these steps:
- Check Diagnostic Logs: Ensure you have the storage diagnostic logs available.
- Focus on Key Fields: Examine the
callerIPAddress
anduserAgentHeader
fields to determine the source of the operation. - Authorization Check: If Microsoft Entra ID is used for authorization, the
RequestObjectId
field will help identify the user. Shared Key and SAS authentication do not audit individual identities, making thecallerIPAddress
anduserAgentHeader
fields essential. - Verify IP Addresses: You can verify if the IP addresses belong to Azure resources by downloading the Azure IP ranges from the Microsoft Download Center.
- Example Case: In a support scenario, an IP address provided by a customer was identified as belonging to Microsoft. This was confirmed by checking the user agent header and verifying against Azure IP ranges.
For more detailed information, you can refer to the Azure documentation on Auditing data plane operations.
Resources:
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.