Skip to content

Commit 4bd709e

Browse files
authored
Merge pull request #225814 from lilyjma/durableIsolatedQuickstart
Durable .NET isolated quickstart
2 parents 3a2fcb7 + 72d2ef1 commit 4bd709e

File tree

7 files changed

+385
-2
lines changed

7 files changed

+385
-2
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@
1414
expanded: true
1515
items:
1616
- name: Create durable function - C#
17-
href: durable-functions-create-first-csharp.md
18-
displayName: get started, chaining
17+
items:
18+
- name: In-process
19+
href: durable-functions-create-first-csharp.md
20+
displayName: get started, chaining
21+
- name: Isolated worker process
22+
href: durable-functions-isolated-create-first-csharp.md
23+
displayName: get started, chaining
1924
- name: Create durable function - JavaScript
2025
displayName: get started, chaining
2126
href: quickstart-js-vscode.md

articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
509 KB
Loading
633 KB
Loading
Loading

0 commit comments

Comments
 (0)