Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.35 KB

functions-queue-permissions.md

File metadata and controls

19 lines (16 loc) · 1.35 KB
authorms.servicems.topicms.datems.author
mattchenderson
azure-functions
include
10/08/2021
mahender

You will need to create a role assignment that provides access to your queue at runtime. Management roles like Owner are not sufficient. The following table shows built-in roles that are recommended when using the Queue Storage extension in normal operation. Your application may require additional permissions based on the code you write.

Binding typeExample built-in roles
TriggerStorage Queue Data Reader, Storage Queue Data Message Processor
Output bindingStorage Queue Data Contributor, Storage Queue Data Message Sender
close