I have a CI pipeline using VSTS to deploy an asp .net core application to a web app hosted on Azure
Every time I successfully deploy to the web app it seems that Azure isn't serving the latest changes to the sites homepage. I have verified using the Kudu advanced tools that the files are in fact the latest but it seems that Azure isn't serving them and is somehow serving older files.
This seems to only affect any pages from the home controller as all other routes and static files seem to update fine.
Does anyone know why Azure may be showing older or cached version of certain pages?