Skip to content

Commit a8d0e43

Browse files
authored
Acrolinx
1 parent d4c81c5 commit a8d0e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-table-permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ms.date: 01/24/2022
66
ms.author: mahender
77
---
88

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.
1010

1111
| Binding type | Example built-in roles (Azure Storage<sup>1</sup>) |
1212
|----------------|---------------------------------------|
1313
| Input binding | [Storage Table Data Reader] |
1414
| Output binding | [Storage Table Data Contributor] |
1515

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.
1717

1818
[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

Comments
 (0)