-
This is similar to #1734 . I created a new F♯ function from the templates in Azure/azure-functions-templates.
I also installed v3 of the core tools via chocolatey, and when I try to run the functi…
-
At the moment, `dev` is V2, while `v3.x` is V3. I think we should switch to `dev` as v3 and `v2.x` as v2, similar to what we did with `azure-functions-host`.
-
I work on a project that runs simultaneously three distincts azure functions. We use azure-functions-core-tools V3 for two years now; in order to debug each instance, we use the language-worker parame…
-
When doing npm run build && func host start I get the following error:
Warning: Proxies are not supported in Azure Functions v4. Instead of 'proxies.json', try Azure API Management: https://aka.ms…
-
I'm using Azure Functions Core Tools `v3`.
1. I deploy my function app to my local kubernetes.
```sh
func kubernetes deploy --namespace azure-functions --name funapp1 --registry usernam…
-
For some reason the function to return available apps from tenant return NULL when used in an azure function after V 3.23.2007. It works fine using a console application, so it seems to be an issue w…
-
Hello all,
## Issue description
When I deploy my Azure Function project (dotnet isolated `net80`) from my IDE (in my case Rider) to a new Function App / Service plan, I can nicely see the funct…
-
### Describe the bug
The command failed with an unexpected error. Here is the traceback:
cannot access local variable 'debug' where it is not associated with a value
Traceback (most recent call las…
-
### Describe the bug
I have a couple of micro-services along with some Azure Functions (dotnet-isolated ones) and the Azure Function fails to run. I guess the command its using internally is dotnet r…
-
I have an Azure Function that is running in Linux (Consumption plan). I have also enabled `SCM_DO_BUILD_DURING_DEPLOYMENT` by setting its value to `true` in my environment variables. The Function app …