azure-functions-extension icon indicating copy to clipboard operation
azure-functions-extension copied to clipboard

Extension for interacting with Dapr APIs from an Azure Function

Results 27 azure-functions-extension issues
Sort by recently updated
recently updated
newest added

Would love to be able to use the Azure Functions DAPR extension for Prod workloads using C# Functions. Is this planned? thank you

Everything was working as expected locally. But once deployed onto Kubernetes as directed, I am unable to reproduce the result. Its goes to 404, event though serivices/replicaset/ pods are up

I'm currently working on an C# Azure Function. It has to publish a message to a message queue. This works fine. However a different trigger in the same service should...

Hi, I am trying to build a POC with Azure Container Apps (abstraction on top of AKS, KEDA, Dapr) which is actually an Async Request-Reply pattern implementation involving: - One...

DaprSaveStateAsyncCollector now uses ConcurrentQueue to ensure the order of changes (ConcurrentBag return reversed order using .Take()). DaprSaveStateAsyncCollector uses Dictionary on FlushAsync to avoid key repetition in json serialization

I'm trying to invoke a REST API (dotnet 3.1 or 5.0) from Azure function using [DaperInvoke(...)], but I can't do it, it not possible because this error: "_System.Private.CoreLib: Exception while...

I have same error as reported in stack overflow link: [https://stackoverflow.com/questions/64608718/unable-to-build-docker-compose-with-azure-function-project-in-visual-studio-2019](https://stackoverflow.com/questions/64608718/unable-to-build-docker-compose-with-azure-function-project-in-visual-studio-2019)

Are there any plans to support .NET 5 and the new Function Isolated Worker Process model?

Is there any reason for v0.12.0-preview01 not to be published to NuGet? Seems like the publish failed: https://github.com/dapr/azure-functions-extension/runs/1398556815?check_suite_focus=true

Functions should be able to send one-way messages to actors using output bindings and also fetch the state of an actor using input bindings.

P2