[ad_1]
I have a use-case where my app expects write permissions to certain storage account blobs and queues. But I need to verify that the permissions were granted. The point I need to verify this at, I can’t really try writing actual “good data”. So is there someway to make a no-op write to check if I have the permissions? I could in theory query the storage account permissions to see if my app has been added, but that would need more permissions to be granted to the app, which my customers aren’t happy with.
[ad_2]