-
On a mac with macOS 10.13 I am unable to follow the [CONTRIBUTING.md](https://github.com/Azure/azure-functions-core-tools/blob/master/CONTRIBUTING.md#running-against-a-function-app) guide to get a loc…
-
We just upgraded a working functions project to use Sdk.Functions 1.0.14 which reference Microsoft.Azure.Webjobs 2.2.0
Still, at the compilation, we get the error telling that version 2.1.0 of Micr…
-
nothing that the function framework outputs ends up in serilog.
This could be exceptions from any host extension like sqlTrigger.
Any injection of ILogger does work as expected.
Reproduction:
…
-
### What version of .NET does your existing project use?
.NET 6
### What version of .NET are you attempting to target?
.NET 8
### Description
So I converted my Function App to be
` …
-
### Describe the bug
When in Replicas and custom domain scenarios, the request origins will be multiple values. And current server side to validate the origin has a bug correctly deserialize it, so A…
-
After the latest upgrade to 2.0.12050-alpha, apps with only a connection string for `AzureWebJobsInternalSasBlobContainer` no longer startup due to an error in `DefaultSecretManagerProvider`.
#…
-
CTRL + C in Terminal doesn't kill process properly.
I have to go to Activity Monitor to kill it. Or else it keeps consuming CPU and battery.
Today, I didn't close the tab immediately. And after …
-
From https://github.com/Azure/azure-functions-python-worker/pull/409:
*function.json*:
```json
{
"scriptFile": "__init__.py",
"disabled": false,
"bindings": [
{
"type": "…
-
I was successfully running Durable Functions for a few weeks but now all of a sudden I am not able to run them and am getting the following output. Not sure what has changed -- any pointers on what t…
-
I have a function that throws:
```csharp
[FunctionName("TimerTriggerCSharp")]
[Singleton]
public static void Run([TimerTrigger("0 */1 * * * *")]TimerInfo myTimer, ILogger…