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-functions-storage-providers.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@ Durable Functions is a set of Azure Functions triggers and bindings that are int
15
15
> [!NOTE]
16
16
> The default Azure Storage provider for Durable Functions is the easiest to use since it requires no extra configuration. However, there are cost, scalability, and data management tradeoffs that may favor the use of an alternate backend provider.
17
17
18
-
Durable Functions supports two types of backend providers: "Bring your own (BYO)" and Azure managed. The BYO options include *Azure Storage, Netherite, and Microsoft SQL Server (MSSQL)*. The Azure managed option is the new *Durable Task Scheduler* currently in preview. This article describes all supported backend providers, compares them against each other, and provides basic information about how to get started using them.
18
+
Durable Functions supports two types of backend providers: "Bring your own (BYO)" and Azure managed. The BYO options include *Azure Storage, Netherite, and Microsoft SQL Server (MSSQL)*. The Azure managed option is the new *durable task scheduler* currently in preview. This article describes all supported backend providers, compares them against each other, and provides basic information about how to get started using them.
19
19
20
20
> [!NOTE]
21
21
> It's not currently possible to migrate data from one storage backend provider to another. If you want to use a new provider, you should create a new app configured with the new provider.
The Durable Task Scheduler is a fuly managed, high performance backend provider for Durable Functions. It was designed and built from scratch with help from Microsoft Research. This new provider aims to provide the best user experience in aspects such as management, observability, performance, and security.
25
+
The durable task scheduler is a fuly managed, high performance backend provider for Durable Functions. It was designed and built from scratch with help from Microsoft Research. This new provider aims to provide the best user experience in aspects such as management, observability, performance, and security.
26
26
27
-
The key benefits of the Durable Task Scheduler include:
27
+
The key benefits of the durable task scheduler include:
28
28
29
29
* Significantly lower management and operation overhead compared to BYO backend providers
30
30
* First-class observability and management [dashboard](./durable-task-scheduler/durable-task-scheduler-dashboard.md) provided out-of-the-box.
31
31
* Supports the highest throughput of all backends today.
32
32
* Support for authentication using managed identity.
33
33
34
-
Existing Durable Functions users can leverage the Durable Task Scheduler with no code changes. Learn more about the [Durable Task Scheduler](./durable-task-scheduler/durable-task-scheduler.md), and [how to get started](./durable-task-scheduler/quickstart-durable-task-scheduler.md).
34
+
Existing Durable Functions users can leverage the scheduler with no code changes. Learn more about the [durable task scheduler](./durable-task-scheduler/durable-task-scheduler.md), and [how to get started](./durable-task-scheduler/quickstart-durable-task-scheduler.md).
35
35
36
-
The source code for Durable Task Scheduler can be found on its [GitHub repository](https://aka.ms/dts-preview).
36
+
The source code for durable task scheduler can be found on its [GitHub repository](https://aka.ms/dts-samples).
37
37
38
38
## Azure Storage
39
39
@@ -122,8 +122,8 @@ Configuring alternate storage providers is generally a two-step process:
122
122
123
123
If no storage provider is explicitly configured in host.json, the Azure Storage provider will be enabled by default.
124
124
125
-
### Configuring Durable Task Scheduler (preview)
126
-
See the [Durable Task Scheduler getting started documentation](./durable-task-scheduler/quickstart-durable-task-scheduler.md).
125
+
### Configuring durable task scheduler (preview)
126
+
See the [durable task scheduler getting started documentation](./durable-task-scheduler/quickstart-durable-task-scheduler.md).
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler.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
@@ -29,7 +29,7 @@ Unlike other generic storage providers, durable task scheduler is a purpose-buil
29
29
## Feature highlight
30
30
31
31
> [!NOTE]
32
-
> The following features are available at the current stage of public preview with more under way. To report problems or request new features, submit an issue in the [durable task scheduler repository](https://aka.ms/dts-preview).
32
+
> The following features are available at the current stage of public preview with more under way. To report problems or request new features, submit an issue in the [durable task scheduler repository](https://aka.ms/dts-samples).
0 commit comments