@Alexz Mercury , Following-up on the above, just to highlight additional pointers.
Adding to Carlos’ suggestions, I understand the images work locally, please review the file path and startup config, depending on your app web framework.
--Update content in hostingstart.html file. Uploading Images to Azure Storage from AngularJS App
--React is a SPA you will probably get a 404 trying to browse the site in certain routes. You need to redirect all queries to the index.html.
Use a startup command passing --spa
argument to PM2 as followed: pm2 serve /home/site/wwwroot/build --no-daemon --spa
or using a process file.
---sites using our php images have started seeing issues downloading static files (jpg,png,zip,pdf etc) > 2MB. Unable to download static content when using php images on Azure App Service - Linux
Refer /configure-nginx-for-php-8-linux-azure-app-service/ba-p/3069373
-- Ensure the image and/or tag is the same name and/or variable throughout the pipeline if dealing with a single image build.
See manifest not found’, tag not found, or image not found. Isolate if the issue is with any specific file types/extension, path, image exists and is correctly spelled, and Tag exists and is correctly spelled.
Just to highlight, if you haven't done - add a web.config file to the wwwroot folder with config content , which is highlighted/shared in this similar discussion thread.
Kindly let us know, I'll follow-up with you further.