Skip to content

Commit a66165c

Browse files
committed
update to branding for section in durable functions storage provider doc; update code repo link
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 5ed67c7 commit a66165c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/azure-functions/durable/durable-functions-storage-providers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Durable Functions is a set of Azure Functions triggers and bindings that are int
1515
> [!NOTE]
1616
> 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.
1717
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.
1919

2020
> [!NOTE]
2121
> 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.
2222
23-
## <a name="dts"></a>Durable Task Scheduler (preview)
23+
## <a name="dts"></a>Durable task scheduler (preview)
2424

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.
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.
2626

27-
The key benefits of the Durable Task Scheduler include:
27+
The key benefits of the durable task scheduler include:
2828

2929
* Significantly lower management and operation overhead compared to BYO backend providers
3030
* First-class observability and management [dashboard](./durable-task-scheduler/durable-task-scheduler-dashboard.md) provided out-of-the-box.
3131
* Supports the highest throughput of all backends today.
3232
* Support for authentication using managed identity.
3333

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).
3535

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).
3737

3838
## Azure Storage
3939

@@ -122,8 +122,8 @@ Configuring alternate storage providers is generally a two-step process:
122122

123123
If no storage provider is explicitly configured in host.json, the Azure Storage provider will be enabled by default.
124124

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).
127127

128128
### Configuring the Netherite storage provider
129129

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Unlike other generic storage providers, durable task scheduler is a purpose-buil
2929
## Feature highlight
3030

3131
> [!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).
3333
3434
### Managed by Azure
3535

0 commit comments

Comments
 (0)