Skip to content

Commit e42983b

Browse files
Merge pull request #271628 from davidmrdavid/dajusto/remove-preview-entities
Remove note saying Entities are in preview for .NET isolated
2 parents 7da3836 + 87c4a38 commit e42983b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-functions/durable/durable-functions-bindings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,6 @@ Internally, this trigger binding polls the configured durable store for new enti
718718
::: zone pivot="programming-language-csharp"
719719
The entity trigger is configured using the [EntityTriggerAttribute](/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.entitytriggerattribute) .NET attribute.
720720

721-
> [!NOTE]
722-
> Entity triggers are currently in **preview** for isolated worker process apps. [Learn more.](durable-functions-dotnet-entities.md)
723721
::: zone-end
724722
::: zone pivot="programming-language-javascript,programming-language-powershell"
725723
The entity trigger is defined by the following JSON object in the `bindings` array of *function.json*:

0 commit comments

Comments
 (0)