Skip to content

Commit 391a435

Browse files
Merge pull request #308917 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-02 06:00 UTC
2 parents e2bc2f2 + 5bcc95b commit 391a435

13 files changed

Lines changed: 384 additions & 26 deletions

articles/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn more about Durable Task Scheduler [features](./durable-task-scheduler.md#f
1919
## Create a scheduler and task hub
2020
You can create a scheduler and a task hub as part of the Function app creation on Azure portal. This creation approach automatically configures identity-based authentication for the app to access the task hub.
2121

22-
While you can use any of the Functions hosting options, this guide uses the **App Service** plan.
22+
While you can use any of the Functions hosting options, this example uses the **Flex Consumption** hosting option.
2323

2424
[!INCLUDE [function-app-integrated-creation](./includes/function-app-integrated-creation.md)]
2525

articles/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,12 @@ The Durable Task Scheduler emulator is only available as a Docker image today.
210210

211211
:::image type="content" source="media/create-durable-task-scheduler/top-level-create-form.png" alt-text="Screenshot of the create page for the Durable Task Scheduler.":::
212212

213-
1. Fill out the fields in the **Basics** tab. Click **Review + create**. Once the validation passes, click **Create**.
213+
1. Fill out the fields in the **Basics** tab. Click **Review + create**.
214+
215+
> [!NOTE]
216+
> The Consumption SKU is currently in preview. [Learn more about the SKU and orchestration framework combinations recommended for production use.](./choose-orchestration-framework.md#orchestration-framework-options)
217+
218+
1. Once the validation passes, click **Create**.
214219

215220
Deployment may take around 15 to 20 minutes.
216221

articles/azure-functions/durable/durable-task-scheduler/includes/function-app-integrated-creation.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,41 @@ ms.topic: include
55
ms.date: 03/19/2025
66
---
77

8-
1. Navigate to the Function app creation blade and select **Functions Premium** or **App Service** as a hosting option.
8+
1. Navigate to the Function app creation blade.
99

10-
:::image type="content" source="../media/create-durable-task-scheduler/function-app-hosted-app-service.png" alt-text="Screenshot of hosting options for Function apps and selecting App Service.":::
10+
:::image type="content" source="../media/create-durable-task-scheduler/function-app-hosted-app-service.png" alt-text="Screenshot of hosting options for Function apps.":::
1111

12-
1. In the **Create Function App (App Service)** blade, fill in the information in the **Basics** tab.
12+
1. In the **Create Function App (Flex Consumption)** blade, fill in the information in the **Basics** tab.
1313

14-
:::image type="content" source="../media/create-durable-task-scheduler/function-app-basic-tab.png" alt-text="Screenshot of the Basic tab for creating an App Service plan Function app.":::
14+
:::image type="content" source="../media/create-durable-task-scheduler/function-app-basic-tab.png" alt-text="Screenshot of the Basic tab for creating a Flex Consumption plan Function app.":::
1515

1616
| Field | Description |
1717
| ----- | ----------- |
1818
| Subscription | Select your Azure subscription. |
1919
| Resource Group | Select an existing resource group or click **Create new** to create a new one. |
2020
| Function App name | Create a unique name for your function app. |
2121
| Do you want to deploy code or container image? | Keep the **Code** option selected. |
22+
| Region | Select [one of the supported regions](../durable-task-scheduler.md#limitations-and-considerations). |
2223
| Runtime stack | Select the runtime you're using for this quickstart. |
2324
| Version | Select your runtime stack version. |
24-
| Region | Select [one of the supported regions](../durable-task-scheduler.md#limitations-and-considerations). |
25-
| Operating System | Select your operating system. |
25+
| Instance size | Select an instance size, or use the default selection. [Learn more about instance sizes.](../../../flex-consumption-plan.md#instance-sizes) |
26+
| Zone Redundancy | Leave as the default **Disabled** setting. |
2627

2728
1. Select the **Durable Functions** tab.
2829

29-
1. Choose **Durable Task Scheduler** as the backend provider for your durable functions.
30+
1. Choose **Azure managed: Durable Task Scheduler** as the backend provider for your Durable Functions.
3031

3132
1. Create a scheduler resource. This action automatically creates a task hub.
3233

33-
:::image type="content" source="../media/create-durable-task-scheduler/durable-functions-tab.png" alt-text="Screenshot of creating an App Service plan Function app.":::
34+
:::image type="content" source="../media/create-durable-task-scheduler/durable-functions-tab.png" alt-text="Screenshot of creating a Flex Consumption Function app.":::
3435

3536
| Field | Description |
3637
| ----- | ----------- |
37-
| Storage backend | Select **Durable Task Scheduler**. |
38-
| Region | It's recommended that the scheduler and function app regions should be the same. |
39-
| Durable task scheduler | Use the scheduler name offered, or click **Create new** to create a custom name. |
40-
| Plan | Select the [pricing plan](../durable-task-scheduler-dedicated-sku.md) that fits your project best. |
41-
| Capacity units | Currently, you can only choose one Capacity Unit as an option. |
38+
| Storage backend | Select **Azure managed: Durable Task Scheduler**. |
39+
| Region | Make sure the scheduler and function app regions are the same. |
40+
| Durable Task Scheduler | Use the scheduler name offered, or click **Create new** to create a custom name. |
41+
| Plan | Select the [pricing plan](../durable-task-scheduler-dedicated-sku.md) that fits your project best. Check the [Choosing an orchestration framework](../choose-orchestration-framework.md) guide to determine which plan is best for production use. |
42+
| Capacity units | Only applicable when "Dedicated" pricing plan is selected. You can select up to 3 Capacity Units. |
4243

4344
1. Click **Review + create** to review the resource creation.
4445

-141 KB
Loading
24 KB
Loading
-5.05 KB
Loading
-15.8 KB
Loading
-93.9 KB
Loading

articles/cyclecloud/download-cluster-templates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Download Cluster Projects and Templates
33
description: Azure CycleCloud has built-in templates you can configure and edit to make your own custom templates.
44
author: adriankjohnson
5-
ms.date: 06/10/2025
5+
ms.date: 11/21/2025
66
ms.author: adjohnso
77
---
88

@@ -20,7 +20,6 @@ cyclecloud import_template -f templates/template-name.template.txt
2020

2121
| Project/template type | CycleCloud repo | Description |
2222
| --------------------- | ---------------- | ------------ | --- |
23-
| [![BeeGFS Logo](~/articles/cyclecloud/media/index/beegfs.png)](https://www.beegfs.io/content/) | [BeeGFS](https://github.com/Azure/cyclecloud-beegfs) | CycleCloud project to enable configuration, orchestration, and management of BeeGFS file systems in Azure CycleCloud HPC clusters. |
2423
| [![Grid Engine Logo](~/articles/cyclecloud/media/index/grid-engine.png)](http://gridscheduler.sourceforge.net/) | [Grid Engine](https://github.com/Azure/cyclecloud-gridengine) | Azure CycleCloud GridEngine cluster template. |
2524
| [![HPCPack logo](~/articles/cyclecloud/media/index/hpcpack.png)](/powershell/high-performance-computing/overview?view=hpc16-ps&preserve-view=true) | [HPC Pack](https://github.com/Azure/cyclecloud-hpcpack) | CycleCloud project that enables use of Microsoft HPC Pack job scheduler. |
2625
| [![HTCondor Logo](~/articles/cyclecloud/media/index/htcondor.png)](https://research.cs.wisc.edu/htcondor/) | [HTCondor](https://github.com/Azure/cyclecloud-htcondor) | Azure CycleCloud HTCondor cluster template. |

0 commit comments

Comments
 (0)