What's the difference between the SharedAccessBlobPermissions values Add, Create and Write?
问题 The possible values for SharedAccessBlobPermissions are: None (0) Read (1) Write (2) Delete (4) List (8) Add (16) Create (32) What are the differences between Add , Create and Write ? I can't find any documentation that clarifies this. 回答1: 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: Add : Add permission is only applicable for append blobs. You use this permission