-
### Description
We have an in-process Azure Durable Functions project whereby we inject the Azure App Configuration Services and set up configuration for the app. What we are seeing is the durable fu…
-
### Discussed in https://github.com/Azure/azure-functions-durable-extension/discussions/2904
Originally posted by **Bionic711** August 28, 2024
I am currently working on a Durable Function wri…
-
`[FunctionName("TimerOrchestratorWithRetry")]` should be `[Function("TimerOrchestratorWithRetry")]` for Isolated Function sample.
---
#### Document Details
⚠ *Do not edit this section. It is requ…
-
We have received several questions regarding the use of Identity-based connections with Netherite. This thread aims to provide some clarity regarding the supported scenarios, and those that are curren…
-
Microsoft [documentation](https://learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda) explains how to use KEDA To scale azure functions apps. This documentation should be enhanc…
-
Sub-orchestrations are not yet supported in PowerShell according to the [documentation](https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-sub-orchestrations). I have a …
-
**Is your feature request related to a problem? Please describe.**
We have many scenarios where we need to schedule orch or sub-orchs to start a particular time. We use `CreateTimer` as of now to sle…
-
### Description
This might be more of an oversight or missing for some other reason, anyways here it is:
Throwing an exception in an activity function causes a `DurableTask.Core.Exceptions.TaskFai…
-
### Description
Consider the following code in orchestration function:
```powershell
$Data = $Context.Input
$result = Invoke-DurableActivity -FunctionName 'Test1' -Input $Data
Invoke-DurableActiv…
-
Several people request this feature.
Especially for Timer user and DevOps pipeline for preventing accept the new state for the new deployment.
The basic feature is to close/open Durable Functio…