I am trying to load a GLTF file from Azure blob Storage using SceneLoader.importMeshAsync() in a playground
https://pippasgallery97.blob.core.windows.net/glb/86023%2C%20AZ.glb
but I get an error
Access to XMLHttpRequest at ‘https://pippasgallery97.blob.core.windows.net/glb/86023%2C%20AZ.glb’ from origin ‘https://www.babylonjs-playground.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
How do I configure the CORS in the Azure storage container to enable the GLB file to be downloaded by the SceneLoader?
Press “Load 3” to trigger the error here:
Azure Storage Explorer CORS dialog: