You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/functions-table-permissions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ ms.date: 01/24/2022
6
6
ms.author: mahender
7
7
---
8
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 Azure Tables extension against Azure Storage in normal operation. Your application may require additional permissions based on the code you write.
9
+
You'll 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)aren't sufficient. The following table shows built-in roles that are recommended when using the Azure Tables extension against Azure Storage in normal operation. Your application may require additional permissions based on the code you write.
10
10
11
11
| Binding type | Example built-in roles (Azure Storage<sup>1</sup>) |
| Output binding |[Storage Table Data Contributor]|
15
15
16
-
<sup>1</sup> If your app is instead connecting to tables in Azure Cosmos DB for Table, using an identity is not supported and the connection must use a connection string.
16
+
<sup>1</sup> If your app is instead connecting to tables in Azure Cosmos DB for Table, using an identity isn't supported and the connection must use a connection string.
17
17
18
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
19
+
[Storage Table Data Contributor]: ../articles/role-based-access-control/built-in-roles.md#storage-table-data-contributor
0 commit comments