Hi everyone,
I ran into a cors error while working on a ReactJS app and uploading images to Azure Storage with an SAS url:
https://localhost:3000′ has been blocked by CORS policy while uploading from…
In order to fix this, just log into your azure portal and go to your storage account. You can then add cors policies via the cors menu on the right. To get mine working I used the following:
Cheers,
Chris
Leave a Reply