-
The Azure function (queue triggered) is hosted in AKS cluster (Linux Debian). We are migrating from .NET 6 to .NET 8, in this process we migrated this in-proc azure function to isolated function. Afte…
-
Getting this on both local mode and Azure funapp deployment ( EP1 app plan , dotnet runtime)
```
System.Private.CoreLib: Method 'RegisterSchemaAsync' in type 'Microsoft.Azure.WebJobs.Extensions.Ka…
-
### Description
When running the attached reproduction for a while (usually after a few hours) in functions using Linux (we tried it in Switzerland North) the following exception occurs
```
Micro…
-
There seems to be a limit only in Azure Durable Function For Java that cannot send payload over 4MB, can you update the limit and align with int.MaxValue in function host runtime? Below are the observ…
-
Since 08/22/2022 I cannot run two of my durable functions anymore because they both fail on a **KeyError: 'google'** when one of the used Python packages tries to access **pkg_resources**. This happen…
-
### Describe the bug
The code fails to add a user to a signalR group in a docker container despite the negotiation passes successfully.
The function's code is per the snippet below:
```cs
[Fun…
-
Dear mot developper,
when using the AI inference service, it seems that AI JSON format response from the server might be inconsistent over the time.
The error is not deterministically reproductib…
-
I was doing the same as you last week, creating a new samples repo under my name, but decided to create an "official" Azure repo for these https://github.com/Azure/azure-webjobs-sdk-script-samples. Th…
-
After the newest release on 30th Aug, out function started unexpectedly throwing errors and stopped running altogether. Before that, everything was working fine for over a month.
After starting the f…
-
I've recently updated my Azure Functions app to v2.0.12050.0 which upgrade the webjobs-sdk-extensions from 3.0.0-beta5 to 3.0.0-beta8.
I have several functions using HttpTrigger in POST binding to …