Installed the Grav on azure webapp home page is working but admin and pages shows 404

Priya Verma 0 Reputation points
2023-12-26T12:30:47.9966667+00:00

Installed the Grav on azure Webapp but only homepage is working

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,181 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2023-12-29T05:32:37.4833333+00:00

    @Priya Verma

    Thanks for reaching here! If you have enabled Automatic scaling and seeing a lot of 404s to /admin/host/ping in your app service then its expected behavior as this feature is still in Preview.

    To add to this further-

    It will not affect scale-out. Only the status code 429 will impact scale-out. Otherwise, scale-out is determined by latency.

    This issue will be fixed in a future release, which will reduce the noise.

    In the meantime, the 404s should not have any negative effect on scaling, except for the noise. These pings are also not a security risk for the app, as they come from the same scale unit that hosts the app.

    Hope this helps.

    Let us know if further query or issue remains.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.