Connect to Azure Tables via Shared Access Signatures
Today we can connect to table storage only using the storage account name and the account key. This is not a nice way, because anyone who has this account name and key can do anything with our data (with VS, or other tools). I’ts especially dangerous when to need to share your data with someone...
STATUS
DETAILS
Needs Votes