http status code 404 - Azure App Service Diagnostics Logs Application Logging Blob Storage URL Not Found 404 -


in azure app service, enabled diagnostics logs > application logging (blob) , pointed blob storage account. below.

enter image description here

and enabled application insight logging in same app service. but, in application insight logging, seeing error. looks below.

enter image description here

it seems, writing data app service azure blob storage failed because can't find url, hence sends 404. actual request / command showed in image is:

https://myqalogs.blob.core.windows.net:443/my-qa-api-applogs/my-qa-api/2017/08/18/04/fc0efb-4524.applicationlog.csv?se=2037-08-16t11%3a32%3a01z&sp=rwdl&sr=c&sv=2015-04-05&sig=qgsajcdke6pszbqyizwjdcruk2v37jk2da0v49hibrs%3d&api-version=2014-02-14&comp=blocklist&blocklisttype=committed

but, content there. enter image description here

i not sure check , how solve these errors. highly appreciated.

i have created test demo on side. have reproduced issue.

i guess related how azure diagnostics logs works.

if azure diagnostics logs wants log azure blob.

it firstly send request blob file, send put request put logs azure blob storage.

you find method azure diagnostics used not put.

so think not affect log details information azure diagnostics logs check system.

like image:

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -