Skip to content

Commit 6221b63

Browse files
Merge pull request #314527 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-09 17:00 UTC
2 parents 806c18f + 1d2c2f9 commit 6221b63

37 files changed

Lines changed: 598 additions & 423 deletions

articles/api-management/policy-fragments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Limitations:
3030

3131
* A policy fragment can't include a policy section identifier (`<inbound>`, `<outbound>`, for example) or the `<base/>` element.
3232
* Currently, a policy fragment can't nest another policy fragment.
33-
* The maximum size of a policy fragment is 32 KB.
33+
* The maximum size of a policy fragment is 512 KB.
3434

3535
## Prerequisites
3636

articles/azure-functions/durable-functions/toc.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: About Azure Functions
2121
href: ../functions-overview.md?toc=/azure/azure-functions/durable-functions/toc.json
2222
- name: About Agent Framework & Durable Functions integration
23-
href: /azure/agent-framework/integrations/azure-functions?tabs=bash&pivots=programming-language-csharp
23+
href: /agent-framework/integrations/azure-functions?tabs=bash&pivots=programming-language-csharp
2424
- name: Quickstarts
2525
items:
2626
- name: Create a Durable Functions app (C#)
@@ -206,4 +206,12 @@
206206
- name: Videos
207207
href: https://www.youtube.com/results?search_query=azure+durable+functions
208208
- name: GitHub
209-
href: https://github.com/Azure/azure-functions-durable-extension
209+
href: https://github.com/Azure/azure-functions-durable-extension
210+
- name: Related documentation
211+
items:
212+
- name: Durable Task SDKs >
213+
href: /azure/durable-task/sdks/index
214+
- name: Durable Task Scheduler >
215+
href: /azure/durable-task/scheduler/index
216+
- name: What is Durable Task? >
217+
href: /azure/durable-task/common/what-is-durable-task

articles/azure-vmware/architecture-migrate.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ VMware HCX offers six options with the HCX Enterprise Edition license when migra
1919
- Bulk Migration
2020
- Replication Assisted vMotion
2121
- OS Assisted Migration
22-
- HCX Assisted vMotion
23-
2422
The cost of the VMware HCX Enterprise Edition license is included in the cost of the Azure VMware Solution service.
2523

2624
## VMware HCX migration options

articles/dns/dns-private-resolver-get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Azure DNS Private Resolver enables you to query Azure DNS private zones from an
2424
## In this article:
2525

2626
- Two VNets are created: **myvnet** and **myvnet2**.
27-
- An Azure DNS Private Resolver is created in the first VNet with an inbound endpoint at **10.10.0.4**.
27+
- An Azure DNS Private Resolver is created in the first VNet with an inbound endpoint at **10.0.0.4**.
2828
- A DNS forwarding ruleset is created for the private resolver.
2929
- The DNS forwarding ruleset is linked to the second VNet.
3030
- Example rules are added to the DNS forwarding ruleset.

articles/durable-task/breadcrumb/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
tocHref: /azure/durable-task/common/
77
topicHref: /azure/durable-task/index
88
items:
9-
- name: Durable Task SDKs
10-
tocHref: /azure/durable-task/sdks/
11-
topicHref: /azure/durable-task/sdks/index
12-
- name: Durable Task Scheduler
13-
tocHref: /azure/durable-task/scheduler/
14-
topicHref: /azure/durable-task/scheduler/index
159
- name: Durable Functions
1610
tocHref: /azure/azure-functions/durable-functions/
1711
topicHref: /azure/azure-functions/durable-functions/index

articles/durable-task/common/index.yml

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,46 @@ landingContent:
2424
- text: Programming model
2525
url: programming-model-overview.md
2626

27-
- title: Components
27+
- title: Get started in Durable Functions
2828
linkLists:
29-
- linkListType: get-started
29+
- linkListType: quickstart
3030
links:
31-
- text: Durable Functions >
32-
url: /azure/azure-functions/durable-functions/
33-
- text: Durable Task SDKs >
34-
url: /azure/durable-task/sdks/
35-
- text: Durable Task Scheduler >
36-
url: /azure/durable-task/scheduler/
31+
- text: Create a Durable Functions app (C#)
32+
url: ../../azure-functions/durable-functions/durable-functions-isolated-create-first-csharp.md?toc=/azure/durable-task/common/toc.json
33+
- text: Create a Durable Functions app (Python)
34+
url: ../../azure-functions/durable-functions/quickstart-python-vscode.md?toc=/azure/durable-task/common/toc.json
35+
- text: Create a Durable Functions app (JavaScript)
36+
url: ../../azure-functions/durable-functions/quickstart-js-vscode.md?toc=/azure/durable-task/common/toc.json
37+
- text: Create a Durable Functions app (TypeScript)
38+
url: ../../azure-functions/durable-functions/quickstart-ts-vscode.md?toc=/azure/durable-task/common/toc.json
39+
- text: Create a Durable Functions app (PowerShell)
40+
url: ../../azure-functions/durable-functions/quickstart-powershell-vscode.md?toc=/azure/durable-task/common/toc.json
41+
- text: Create a Durable Functions app (Java)
42+
url: ../../azure-functions/durable-functions/quickstart-java.md?toc=/azure/durable-task/common/toc.json
43+
- text: Configure Durable Functions with Durable Task Scheduler
44+
url: ../scheduler/quickstart-durable-task-scheduler.md
45+
46+
- title: Get started in the Durable Task SDKs
47+
linkLists:
48+
- linkListType: quickstart
49+
links:
50+
- text: Create an app with the Durable Task SDKs
51+
url: ../sdks/quickstart-portable-durable-task-sdks.md
52+
- text: Host on Azure Container Apps
53+
url: ../sdks/quickstart-container-apps-durable-task-sdk.md
54+
- text: Host on Azure Kubernetes Service
55+
url: ../sdks/quickstart-aks-durable-task-scheduler.md
56+
- text: Use work item filtering with Durable Task Scheduler
57+
url: ../scheduler/quickstart-work-item-filtering-durable-task.md
58+
59+
- title: Hosting models
60+
linkLists:
61+
- linkListType: concept
62+
links:
63+
- text: Durable Functions
64+
url: ../../azure-functions/durable-functions/durable-functions-overview.md?toc=/azure/durable-task/common/toc.json
65+
- text: Durable Task SDKs
66+
url: ../sdks/durable-task-overview.md
3767

3868
- title: Core concepts
3969
linkLists:
@@ -48,12 +78,21 @@ landingContent:
4878
- text: Versioning and deployment safety
4979
url: durable-orchestration-versioning.md
5080

81+
- title: Storage providers
82+
linkLists:
83+
- linkListType: concept
84+
links:
85+
- text: Durable Task Scheduler
86+
url: ../scheduler/durable-task-scheduler.md
87+
- text: Azure Storage
88+
url: ../../azure-functions/durable-functions/durable-functions-azure-storage-provider.md?toc=/azure/durable-task/common/toc.json
89+
5190
- title: Resources
5291
linkLists:
5392
- linkListType: reference
5493
links:
5594
- text: Durable Functions troubleshooting
56-
url: ../../azure-functions/durable-functions/durable-functions-troubleshooting-guide.md
95+
url: ../../azure-functions/durable-functions/durable-functions-troubleshooting-guide.md?toc=/azure/durable-task/common/toc.json
5796
- text: Durable Task SDK troubleshooting
5897
url: ../sdks/durable-task-sdk-troubleshooting.md
5998
- text: Community Q&A

0 commit comments

Comments
 (0)