Azure Blob Container Logging -
do azure provide seperate logging options on per-container basis? not find it?
or there way list logs of particular container in azure?
there no logging option on per-container basis. can pull data storage logs corresponding particular container.
here article talks logged in storage container: azure storage logging: using logs track storage requests
you can use "request url" field. contains full url received service.
example:
"put http://kaushal.blob.core.windows.net/mycontainer/myblob?comp=block&id="
this field contain container name, can write queries filter on this.
Comments
Post a Comment