The possible values for SharedAccessBlobPermissions
are:
What are the differences between Add
, Create
and Write
? I can't find any documentation that clarifies this.
A shared access signature (SAS) enables you to grant limited access to containers and blobs in your storage account. When you create a SAS, you specify its constraints, including which Azure Storage resources a client is allowed to access, what permissions they have on those resources, and how long the SAS is valid.
A shared access signature (SAS) is a URI that grants restricted access rights to Azure Storage resources. You can provide a shared access signature to clients who should not be trusted with your storage account key but to whom you wish to delegate access to certain storage account resources.
SAS token. The SAS token is a string that you generate on the client side, for example by using one of the Azure Storage client libraries. The SAS token is not tracked by Azure Storage in any way. You can create an unlimited number of SAS tokens on the client side.
You can find information about these permissions here: https://msdn.microsoft.com/en-us/library/azure/dn140255.aspx.
From what I understand reading about these permissions:
In our application, we use Shared Access Signature extensively and we make use of Write
permission almost exclusively on all the blob related operations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With