Silverlight access Azure Table REST - clientaccesspolicy.xml?

438 Views Asked by At

Is it possible to have a Silverlight client app directly access the Azure Table service REST endpoints? Putting aside concerns about how to sign the requests without leaking the shared access key, Silverlight won't access the Table endpoint because neither clientaccesspolicy.xml nor crossdomain.xml are present at the root of the Table URI.

Is there any way around this aside from proxying all of the data through my web server, or running OOB with elevated permissions?

2

There are 2 best solutions below

0
On BEST ANSWER
1
On

You create the clientaccesspolicy.xml and crossdomain.xml files and put them in the special $root container in Azure storage. You'll then be able to access the storage successfully.