Portal support for CORS configuration
Hi - I need to configure CORS on our storage accounts, but I can't find a way to do that using the Portal. I also downloaded the Python SDK, but it doesn't seem to be supported there yet (where is detailed documentation on this SDK? I can't find the right link to it from http://www.windowsazure.com/en-us/develop/python/ and ended up just searching the python code itself).
Also the "related ideas" on the left here don't draw right in Chrome. I can only read the last few words of each.

2 comments
-
Judah commented
While we can configure CORS via code, as Nick's code demonstrates, this should be exposed in the Azure Portal.
-
Hi Taylor,
I'm a Media guy, not storage, but I thought this might help unblock you. I wrote up a quick tool to set CORS rules on my account in C#.
You can find the full code it as part of this forum thread:
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/628bb3eb-f96c-479b-9040-e9ecaf45bac9/crossorigin-resource-sharing-cors-in-azure-storage
Between that, Fiddler, and the REST docs for CORS:
http://msdn.microsoft.com/en-us/library/windowsazure/dn535601.aspx
You should be able to see it in action and build what you need in Python.I'll leave it to the storage folks to provide feedback on Portal / Python SDK roadmap.