Skip to content

Commit 2d3bf0a

Browse files
committed
another missing include
1 parent 5dec8c8 commit 2d3bf0a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
author: mattchenderson
3+
ms.service: azure-functions
4+
ms.topic: include
5+
ms.date: 01/24/2022
6+
ms.author: mahender
7+
---
8+
9+
You will need to create a role assignment that provides access to your Azure Storage table service at runtime. Management roles like [Owner](../articles/role-based-access-control/built-in-roles.md#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.
10+
11+
| Binding type | Example built-in roles (Azure Storage<sup>1</sup>) |
12+
|----------------|---------------------------------------|
13+
| Input binding | [Storage Table Data Reader] |
14+
| Output binding | [Storage Table Data Contributor] |
15+
16+
<sup>1</sup> 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.
17+
18+
[Storage Table Data Reader]: ../articles/role-based-access-control/built-in-roles.md#storage-table-data-reader
19+
[Storage Table Data Contributor]: ../articles/role-based-access-control/built-in-roles.md#storage-table-data-contributor

0 commit comments

Comments
 (0)