author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
mattchenderson |
azure-functions |
include |
01/24/2022 |
mahender |
You will need to create a role assignment that provides access to your Azure Storage table service at runtime. Management roles like Owner are not sufficient. The following table shows built-in roles that are recommended when using the Table API extension against Azure Storage in normal operation. Your application may require additional permissions based on the code you write.
Binding type | Example built-in roles (Azure Storage1) |
---|---|
Input binding | Storage Table Data Reader |
Output binding | Storage Table Data Contributor |
1 If your app is instead connecting to tables in Cosmos DB, using an identity is not supported, and the connection must use a connection string.