You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Learn more about Durable Task Scheduler [features](./durable-task-scheduler.md#f
19
19
## Create a scheduler and task hub
20
20
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.
21
21
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.
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,12 @@ The Durable Task Scheduler emulator is only available as a Docker image today.
210
210
211
211
:::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.":::
212
212
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)
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/includes/function-app-integrated-creation.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,40 +5,41 @@ ms.topic: include
5
5
ms.date: 03/19/2025
6
6
---
7
7
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.
9
9
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.":::
11
11
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.
13
13
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.":::
15
15
16
16
| Field | Description |
17
17
| ----- | ----------- |
18
18
| Subscription | Select your Azure subscription. |
19
19
| Resource Group | Select an existing resource group or click **Create new** to create a new one. |
20
20
| Function App name | Create a unique name for your function app. |
21
21
| 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). |
22
23
| Runtime stack | Select the runtime you're using for this quickstart. |
23
24
| 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. |
26
27
27
28
1. Select the **Durable Functions** tab.
28
29
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.
30
31
31
32
1. Create a scheduler resource. This action automatically creates a task hub.
32
33
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.":::
| 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. |
42
43
43
44
1. Click **Review + create** to review the resource creation.
|[](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. |
|[](/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. |
0 commit comments