This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi all, I need to enable CORS on my blob storage and saw this MSDN article, but it seemed unclear to how to actually enable CORS. https://msdn.microsoft.com/en-us/library/azure/hh452235.aspx
Does anyone have clear and step by step guidance for enabling CORS on blob storage?
Thanks!
K.
Personal Blog: http://thebitsthatbyte.com
Hi all,
I was able to enable CORS non-programmatically by using Azure Storage Explorer. If you select the blob account it has options for CORS.
Regards, K.
Hi Kelly,
I understand that you need a simple tutorial that walks through enabling CORs on blob storage.
You may refer the below links:
http://blogs.msdn.com/b/windowsazurestorage/archive/2014/02/03/windows-azure-storage-introducing-cors.aspx
http://www.contentmaster.com/azure/windows-azure-storage-cors/
I hope that helps.
Let me know if you've any questions.
Best Regards,
Hi K,
You could check if the following link helps you with enabling CORS for your Blob Storage. Please be advised this cannot be done through the Portal and has to be done Programmatically.
http://stackoverflow.com/questions/28894466/how-can-i-set-cors-in-azure-blob-storage-in-portal http://blogs.msdn.com/b/windowsazurestorage/archive/2014/02/03/windows-azure-storage-introducing-cors.aspx
Regards, Malar.