Forum Discussion
Is it possible to list Azure Storage Account account key access attempts?
hspinto thanks. I see this is already enabled on my storage account, but the $logs container is empty. I noticed this the documentation you linked under a list of authentication requests that will be logged:
"Requests using a Shared Access Signature (SAS) or OAuth, including failed and successful requests"
Does this imply that requests using a connection string with an Account Key will not be logged?
mbenic, all requests, including Storage Account key-based ones, are logged in Storage Analytics. Storage Account-key requests are logged with "authenticated" as "authentication_type". If you don't see anything in the $logs container maybe your Storage Account is not being accessed or you have a short retention period or you haven't correctly configured logging, which should have all "Logging" checkboxes enabled.