Search code examples
azuredockerweb-applicationscicdacr

Azure Web App (Linux) running old files compare to ACR artefact


WebApp is configured to fetch artefact from ACR as part of CI/CD. The WebApp seems to be running old file compare to what the ACR artefact has (verified by pulling it down from ACR to localhost).

Have performed following actions:

  1. Restarted WebApp
  2. Re-constructed artefacts (by deleting them first).
  3. Changed deployment centre settings and reverted back to original ones.
  4. Opened the link in Private mode.
  5. No caching options are set either.

Despite all the actions Web App is running an old file and when I SSH into the Web App file contents are old not what ACR artefact has.


Solution

  • There seems to be a compatibility issue with Azure WebApp supporting Docker Image FROM node:18.14-alpine3.17. Please use FROM node:18.13-alpine3.17