I have my angular app deployed on Azure App Service, but when I deployed the new version of the application, the old files are not replaced by the new one and this causes ‘Not Found error’ for styles and fonts file in the deployed app, and I didn’t got any particular instructions to do the same? so, how to remove the folders such as ‘media’, etc., from azure console.
I was trying to remove all the files from azure app service before redeploying the angular app to it.