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:
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.
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