I would like to have one of our virtual machine instances have permissions to download blobs but not to delete or upload. However, it appears that the "storage blob data reader" permissions do not allow this. In order to download a blob, I have to give it "storage blob data contributor" permissions. I'm more familiar with AWS, where the permissions are much more granular.
Is the "data reader" only able to get meta data about what's in storage? Am I going the wrong way?
Thanks for any help.