-
### Description
> A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
> NOTE: JavaScri…
-
Are durable functions supported in serverless? and can anyone give me a javascript exmaple?
-
Your class-based example does not compile.
Like, at all!
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue l…
-
The possible values of runtime status is lited here: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-event-publishing?tabs=csharp-script#event-schema
In the `subje…
-
### Description
We use Durable Entities to manage state for one of our applications. The flow looks like this: IoT Hub => Azure Functions => Update Durable entity. We consume around 200 messages per …
-
```[tasklist]
### Tasks
- [ ] Correlate parent function with orchestration functions for .NET Isolated apps (#2662, #2798)
- [ ] Correlate parent function with orchestration functions for non-.NET app…
-
### 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…
-
The attribute 'QueueTriggerAttribute' is a WebJobs attribute and not supported in the .NET Worker (Isolated Process).
Yes, I've installed the required Azure packages
---
#### Document …
-
### 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…
-
### Description
When creating a durable entity, the entity is created with null values for the properties in the class.
This is how the entity looks in Azure Storage Explorer after a couple of run…