-
High level tracking item for multiple trigger support
## Scenarios:
TBD
## Requirements:
TBD
## Related issues
- https://github.com/Azure/azure-webjobs-sdk/issues/808
- https://g…
-
Runtime version: ~4
Os: windows
Hosting plan: consumption
Language: java
Trigger: Event Hub
Mostly, our functions work fine. However sometimes we have unpredictable failures. In this case, it's…
-
Setting the `OutDir` option with msbuild causes a Isolated Function build to fail.
How to replicate:
- Create a new isolated function project (either with Visual Studio or `func init LocalFunction…
-
In my Azure Function which doesn't have any storage account code I'm getting the following warning in Application Insights.
```
Error response [15fd74...ec3601] 409 The specified container already…
-
### Description
Initial az func csproj with dot net 8 and az func v4 for displaying "Hello World" doesn't detect the function, [Function("GetHelloWorld")] defined.
Please use the following files to…
-
I reproed this in v1 and v2, but let's focus on v2. In a clean new app, I removed the ending brace to make the json invalid.
In portail, when running the http function, all I saw is this cryptic re…
-
I am getting the following exception when using a Do...Until in logic app (standard). Please ignore the trigger, it happens even when I try with a HTTP trigger.
```
Executed 'Functions.WorkflowDis…
-
### Description
It seems that there is some issue with saving a poco in tablestorage. An int gets stored as an Int64 and cannot be read back because (off course) an Int64 cannot be converted to an in…
-
Please provide a succinct description of the issue.
We are using WebJob SDK to deploy Time triggered functions on Azure AppService. But the AppService is crashing every 10 minutes and restarting due …
-
It has recently been brought to light that using Shared Access Keys is not secure and carries with it security risks. Rather than having to rely on a connection string for AzureWebJobsStorage, it woul…