Skip to content

Commit 883b0ae

Browse files
committed
corrected titled; consolidated notes
1 parent 2a0651a commit 883b0ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ The scheduler internally uses a combination of in-memory and persistent storage
5454

5555
## Feature highlights
5656

57-
> [!NOTE]
58-
> 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 samples GitHub repository](https://github.com/Azure-Samples/Durable-Task-Scheduler/).
59-
6057
### Durable task scheduler dashboard
6158

6259
When a scheduler resource is created, a corresponding dashboard is provided out-of-the-box. The dashboard provides an overview of all orchestrations and entity instances and allows you to quickly filter by different criteria. You can easily gather data about an orchestration instance, such as status, duration, input/output, etc. You can also drill into an instance to get data about sub-orchestrations and activities.
@@ -153,7 +150,7 @@ This benchmark showed that the durable task scheduler is roughly **five times fa
153150
- [Management operations using the Azure Functions Core Tools](../durable-functions-instance-management.md#azure-functions-core-tools)
154151
155152
> [!NOTE]
156-
> Feature availability is subject to change as the durable task scheduler backend approaches general availability.
153+
> Feature availability is subject to change as the durable task scheduler backend approaches general availability. To report problems or request new features, submit an issue in the [durable task scheduler samples GitHub repository](https://github.com/Azure-Samples/Durable-Task-Scheduler/).
157154
158155
## Next steps
159156

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
2-
title: Troubleshoot the Azure Functions durable task scheduler dashboard (preview)
2+
title: Troubleshoot the Azure Functions durable task scheduler (preview)
33
description: Learn how to troubleshoot error messages and issues you encounter while using the Azure Functions durable task scheduler.
44
ms.topic: conceptual
55
ms.date: 03/18/2025
66
---
77

8-
# Troubleshoot the Azure Functions durable task scheduler dashboard (preview)
8+
# Troubleshoot the Azure Functions durable task scheduler (preview)
99

10-
## Check connection string and access to durable task schedule
10+
> [!NOTE]
11+
> Microsoft support engineers are available to assist in diagnosing issues with your application. If you're not able to diagnose your problem after going through this article, you can file a support ticket by going the **Help** > **Support + troubleshooting** section of durable task scheduler resource on Azure portal.
12+
13+
## Check connection string and access to durable task scheduler
1114

1215
When your app isn't running as expected, first check if you have the correct connection string format and have set up authentication correctly.
1316

0 commit comments

Comments
 (0)