Skip to content

Commit 4b88e2c

Browse files
authored
Merge pull request #99842 from PramodValavala-MSFT/patch-88
(AzureCXP) fix output note
2 parents 9a9f19a + 2a22908 commit 4b88e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ The Table storage input binding supports the following scenarios:
526526
Use an Azure Table storage output binding to write entities to a table in an Azure Storage account.
527527

528528
> [!NOTE]
529-
> This output binding does not support updating existing entities. Use the `TableOperation.Replace` operation [from the Azure Storage SDK](https://docs.microsoft.com/azure/cosmos-db/tutorial-develop-table-dotnet#delete-an-entity) to update an existing entity.
529+
> This output binding does not support updating existing entities. Use the appropriate [`TableOperation`](/dotnet/api/microsoft.azure.cosmos.table.tableoperation?view=azure-dotnet) from the [Azure Storage SDK](/azure/cosmos-db/tutorial-develop-table-dotnet#insert-or-merge-an-entity) to update an existing entity as required.
530530

531531
## Output - example
532532

0 commit comments

Comments
 (0)