-
### Description
When a sub-orchestration fails, it throws a 'TaskFailedException' in the parent orchestrator. However when I catch this error, the FailureDetails come out as '(unknown)' for both Erro…
-
We use [poetry](https://python-poetry.org/) to manage our dependencies. When we use in our workflows like that:
```yaml
- name: Upload Function
uses: Azure/functions-action@v1
wit…
-
Hello,
I'm trying to change the azure function v4 using C#/.NET 6 to use managed identity to connect into the AzureWebJobsStorage. Following this guideline:
https://learn.microsoft.com/en-us/azure…
-
I'm getting security CVE-2024-0056 vulnerability in security scan of the azure function dotnet v4 image. It's due to the image using outdated packages. Would the image be updated soon to use the updat…
hctan updated
8 months ago
-
Hi,
Great tutorial with an clear explanation for creating durable functions in Azure in JavaScript.
While testing the sample in V4, the code generated the following error message:
TypeError: Work…
-
**Describe the issue**
When using this library in a new Azure Functions project (.net6, runtime V4) it works locally but not on Azure.
`Object reference not set to an instance of an object.`
**…
-
Hi All,
I have an azure static app with self-managed api in .netcore3.1 in which a proxy has been defined.
After migrating to net6 and v4 azure function, the proxy stopped working.
By checkin…
-
[Enter feedback here]
This, and most pages I've seen, in the steps for Python is missing the step to run pip install after running func init. The samples will not run without satisfying dependenc…
-
Hi all,
according to [this documentation](https://learn.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-5.0#handle-errors), the HubException should hide a stack trace from the client. …
-
I'm in the process of upgrading a sizealbe function app from the out of process model to the dotnet-isolated model. After doing all the upgrades, running any function would fail with this error:
``…
Ben52 updated
7 months ago