Hi,
Sorry if this question has been asked before. I couldn't find anything on the forum.
Do you know if it's possible in Azure Storage to block HTTP/HTTPS external access ? I mean, is it possible that the storage is only available to my Azure Web/Worker roles ? My concern is that there is no granular security model. Everything can be done in your storage if someone for any reason grabs your private key, including deleting whole tables (I know that's kind of stupid since it's the same thing as having someone grabbing your password). But I'm looking for something like you have in SQL server that has granular permissions for the objects.
Are there any Best Practices or does the Azure team is planning to enhance the security model ?
I want to completely rely on Azure for data storage but I'm not 100% in the "comfort zone" with having my whole data (including user data) stored there. Any suggestions, ideas, feedback is greatly appreciated.
Andy