when uploading files (such as a react app) to an azure blob container, all json files (such as manifest.json) get interpreted as having content type application/octet-stream. The expected content-type would be application/json
because of this, all json files are not correctly loaded by the browser