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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The key benefits of the durable task scheduler include:
33
33
34
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-samples).
36
+
Samples for durable task scheduler can be found on [GitHub](https://aka.ms/dts-samples).
37
37
38
38
## Azure Storage
39
39
@@ -204,18 +204,18 @@ There are many significant tradeoffs between the various supported storage provi
204
204
|- |- |- |- |- |
205
205
| Official support status | ✅ Generally available (GA) | ✅ Generally available (GA) | ✅ Generally available (GA) | Public preview|
| Durable Entities support | ✅ Fully supported | ✅ Fully supported | ⚠️ Supported except when using .NET Isolated | ✅ Fully supported |
213
-
|[KEDA 2.0](https://keda.sh/) scaling support<br/>([more information](../functions-kubernetes-keda.md)) | ❌ Not supported | ❌ Not supported | ✅ Supported using the [MSSQL scaler](https://keda.sh/docs/scalers/mssql/) ([more information](https://microsoft.github.io/durabletask-mssql/#/scaling)) |❌ Not supported|
214
-
| Support for [extension bundles](../functions-bindings-register.md#extension-bundles) (recommended for non-.NET apps) | ✅ Fully supported | ✅ Fully supported | ✅ Fully supported |✅ Fully supported (preview bundles)|
215
-
| Price-performance configurable? | ❌ No | ✅ Yes (Event Hubs TUs and CUs) | ✅ Yes (SQL vCPUs) |✅ Yes (Capacity units)|
213
+
|[KEDA 2.0](https://keda.sh/) scaling support<br/>([more information](../functions-kubernetes-keda.md)) | ❌ Not supported | ❌ Not supported | ✅ Supported using the [MSSQL scaler](https://keda.sh/docs/scalers/mssql/) ([more information](https://microsoft.github.io/durabletask-mssql/#/scaling)) |Coming soon!|
214
+
| Support for [extension bundles](../functions-bindings-register.md#extension-bundles) (recommended for non-.NET apps) | ✅ Fully supported | ✅ Fully supported | ✅ Fully supported |Coming soon! |
215
+
| Price-performance configurable? | ❌ No | ✅ Yes (Event Hubs TUs and CUs) | ✅ Yes (SQL vCPUs) |Coming soon!|
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
@@ -55,7 +55,7 @@ The scheduler internally uses a combination of in-memory and persistent storage
55
55
## Feature highlights
56
56
57
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 GitHub repository](https://aka.ms/dts-samples).
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://aka.ms/dts-samples).
0 commit comments