Skip to content

Commit 4baba7b

Browse files
authored
Merge pull request #105989 from kAleksei/patch-1
Fixed invalid code tab in azure-durable-function-overview
2 parents 618e070 + 100884d commit 4baba7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ Durable entities are currently not supported in Java.
11161116

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

1119-
# [C# (InProc)](#tab/csharp-isolated)
1119+
# [C# (InProc)](#tab/csharp-inproc)
11201120

11211121
```csharp
11221122
[FunctionName("EventHubTriggerCSharp")]
@@ -1136,7 +1136,7 @@ public static async Task Run(
11361136
> [!NOTE]
11371137
> Dynamically generated proxies are also available in .NET for signaling entities in a type-safe way. And in addition to signaling, clients can also query for the state of an entity function using [type-safe methods](durable-functions-dotnet-entities.md#accessing-entities-through-interfaces) on the orchestration client binding.
11381138
1139-
# [C# (Isolated)](#tab/csharp-inproc)
1139+
# [C# (Isolated)](#tab/csharp-isolated)
11401140

11411141
Durable entities are currently not supported in the .NET-isolated worker.
11421142

0 commit comments

Comments
 (0)