Skip to content

Files

19 lines (15 loc) · 1.24 KB

functions-durable-permissions.md

File metadata and controls

19 lines (15 loc) · 1.24 KB
author ms.service ms.topic ms.date ms.author
mattchenderson
azure-functions
include
05/11/2022
mahender

You'll need to create a role assignment that provides access to Azure storage at runtime. Management roles like Owner aren't sufficient. The following built-in roles are recommended when using the Durable Functions extension in normal operation:

Your application may require more permissions based on the code you write. If you're using the default behavior or explicitly setting connectionName to "AzureWebJobsStorage", see Connecting to host storage with an identity for other permission considerations.