azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
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...
Unable to debug v4 .Net 6 Isolated Function from Visual Studio 2022 with AzureFunctionTools 4.19.0
Experiencing this issue on multiple machines with different Visual Studio 2022 versions. VS 17.2.3 and 17.2.6 Had existing .Net 6 Isolated functions that we've been working on and debugging locally...
### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue...
If `environment.yaml` is present, `conda install` the dependencies instead of pip install-ing them.
When attempting to start a v4 function app that uses **System.Memory.Data 6.0.0**, startup fails due to the following error: ``` [2021-12-14T19:33:56.629Z] A host error has occurred during startup operation 'd5f7db36-8721-4169-9c45-6fc51fc33530'....
I don't think it's too early to ask for another update on this topic with a fresh issue. - PR from 2018 https://github.com/Azure/azure-functions-core-tools/pull/789 worked on a bunch and then closed...
The templates returned from `func templates list` are not valid as input for `func new`'s `--template` parameter. `func templates list --language dotnet` returns (amongst others) the template 'Azure Service Bus...
https://github.com/Azure/azure-functions-core-tools/blob/1080324825eef15e8bcd7618490ab2d68746d649/src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnetIsolated
```txt G:\Projects\funapp2>func --version 4.0.3928 G:\Projects\funapp2>dotnet --version 6.0.100 ``` Here are the steps to reproduce the problem. ```sh mkdir funapp2 && cd funapp2 func init --worker-runtime dotnetIsolated --docker func new -t...