I'm using umbraco as backoffice only and getting / setting data through rest api (no website).
I host the project in azure web app, and application insights installed
I store the media file in azure blob storage and access through cdn.
everything is working fine except that
I'm getting error 404 (GET RenderMvc/Index) exactly every 5 minutes
I'm guessing this is one of the Azure monitors attempting to hit your homepage, I believe this defaults to every fine minutes for the standard availability checks.
Since you have no front end website and no templates this might be generating the 404 error in the logs. Perhaps you could try loading the "homepage" of the site to see if you can manually generate the error to confirm that's where its coming from?
error RenderMvc/Index
I'm using umbraco as backoffice only and getting / setting data through rest api (no website). I host the project in azure web app, and application insights installed I store the media file in azure blob storage and access through cdn. everything is working fine except that I'm getting error 404 (GET RenderMvc/Index) exactly every 5 minutes
any idea?
Hi Ronen,
I'm guessing this is one of the Azure monitors attempting to hit your homepage, I believe this defaults to every fine minutes for the standard availability checks.
Since you have no front end website and no templates this might be generating the 404 error in the logs. Perhaps you could try loading the "homepage" of the site to see if you can manually generate the error to confirm that's where its coming from?
Paul
Thanks Paul
is working on a reply...