An Azure service that stores unstructured data in the cloud as blobs.




Thank you @Sumarigo-MSFT for your answer.
It was certainly useful. However in the logs I can't see what I need. In the logs I see the various calls to the images, but I can't find the images that went into error 404. See this example in the images: the website gives me a 404 error for some images, however those images cannot be found in the logs. I opened all the files in folder 09 (because I opened that site at that time) but I can't find these images. How can I find them in the logs? I urge you to look at the pictures of my log settings.
Another question: in the logs I always see a 200 (I think it is the response status of the server), however if we take the second example, the image goes into error 400, because it is an image that exists on the blob but is corrupt I think, and yet Error 200 is logged in the log. Why?
How do I get 404 responses to be shown in the logs?
Thank you
These are two rows of the log: note that it is always 200 but the second example leads to a 400 error if you inspect the page
1.0;2021-06-22T09:04:55.6797228Z;GetBlob;AnonymousSuccess;200;10;10;anonymous;;salesresource;blob;"https://salesresource.blob.core.windows.net:443/images/3A/C08/thumb/M9160C.jpg";"/salesresource/images/3A/C08/thumb/M9160C.jpg";fb575ddf-001e-0062-3545-67608e000000;0;10.116.0.53:41416;2009-09-19;137;0;286;4590;0;;;"0x8D91F6C32513DAB";Tuesday, 25-May-21 10:59:41 GMT;;;;
1.0;2021-06-22T09:06:57.7269329Z;GetBlob;AnonymousSuccess;200;8;8;anonymous;;salesresource;blob;"https://salesresource.blob.core.windows.net:443/images/3A/N04/all/BQ5671-018-PHSUH000.jpg";"/salesresource/images/3A/N04/all/BQ5671-018-PHSUH000.jpg";6735f130-401e-00a9-1145-67f2be000000;0;10.116.0.53:42776;2009-09-19;148;0;283;0;0;;;"0x8D8024BCEC3B401";Wednesday, 27-May-20 14:39:48 GMT;;;;


