-
Hi folks
I am looking for compatibility information of nuget packages and azure function bindings.
This documentation says: Installing the NuGet package, version 3.x
But the latest package Micros…
-
**OS:** All
**Build Version:** 20240229.2
**Regression:** Not a Regression
**Repro Steps:**
1. Open a .NET 7.0 containerized function project in VS Code.
2. Right click on the Function App tree…
-
It seems you need go installed and on the system PATH, as well as .NET Core 2.2 (why not 3.1?).
-
**Which language are you using?**
Typescript/Node
**Provide resource details**
1. Function app name: msk-functions-node
2. Resource id: /subscriptions/e0f035e9-2d23-4fa1-bc02-b4367ea174f1/re…
-
Hello, thank you for this package.
There is some issue when I try to use it with Azure function v3 and netcoreapp3.1.
Here is my .csproj file.
`
netcoreapp3.1
v3
…
-
I recently noticed, by working on a durable function that need newer features of the Azure blob storage client, that the durable function framework still use the older WindowsAzure.Storage nuget packa…
-
I have been using `func functionapp publish` to deploy to a Linux Consumption Function App:
```zsh
func azure functionapp publish my-linux-consumpmtion-func-app
```
which normally outputs all the …
-
Its possible with a little work to have an typescript function be a class method. You have to wrap it in a lambda to make `this` behave correctly. I assume the same appleis to javascript but I have …
-
When invoking help in the code editor, the current target framework isn't correctly forwarded.
In a .NET Framework 4.5 (old-CSPROJ) invoking F1 on `Console.WriteLine` yields this URL:
```
https…
-
This seems to be an issue that many users may not notice right away.
https://github.com/Azure/azure-functions-host/issues/9100 is defaulting the `ExtensionBundle` to v3 and as a result, the verified…