Skip to content

Commit 143827c

Browse files
committed
move client entity comment outside of zone
1 parent 783781b commit 143827c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,11 +1321,10 @@ def entity_function(context: df.DurableOrchestrationContext):
13211321
> Durable entities are currently not supported in Java.
13221322
13231323
::: zone-end
1324-
::: zone pivot="csharp"
13251324

13261325
Clients can enqueue *operations* for (also known as "signaling") an entity function using the [entity client binding](durable-functions-bindings.md#entity-client).
13271326

1328-
1327+
::: zone pivot="csharp"
13291328

13301329
# [C# (InProc)](#tab/csharp-inproc)
13311330

0 commit comments

Comments
 (0)