assuming I have 10 web sites & 1 blob(for images) site/cloud-service/wcf/whatever MS call it ,
How all 10 web sites , using this 1 blob service? For example I wanna each site to have admin page
to manage blob images ( crud ) ,
Make Azure-WCF-Blob service and each site will use it? How to secure it that only the 10 site can
have access ?
Other options?
( with 1 DB it no problem , only connection string... )
UPDATE :
I'll ask it more simple , 10 web sites , in each web site I don't wanna duplicate 10 times the code for Container operations , how I create 1 blob service/site/what's the best option here/ and then reuse it in each site ? each site will have a siteName/Admin controller , which can manage the container/blob