WordPress on App Service does not update new changes to the website

adm_phsnunes 0 Reputation points
2024-11-26T19:10:12.51+00:00

I have an WordPress on App Service from Azure. When I make new changes, they are not being updated on the website, I don't know what it could be. I think something related to the cache.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,995 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 19,605 Reputation points
    2024-11-26T22:04:07.27+00:00

    It's possible that the changes are not being deployed to the correct directory. By default, WordPress on App Service is deployed to the D:\home\site\wwwroot directory.

    Also you could check the cache similarly as descibed here:
    https://learn.microsoft.com/en-us/answers/questions/1419315/azure-web-app-code-not-reflecting-after-changing-v

    If changes still aren’t visible, restart your Azure App Service

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    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.