azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
### Issue describing the changes in this PR Cherry-pick of changes from #3078 ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise:...
When attempting to debug a Logic App (Standard) app in VS Code, I seem to be running into the same issue as stated at azure/logicapps#518. This seems to be a...
I am trying to deploy a KEDA Function for the first time just following the docs but am getting an exception. Steps I followed (Ubuntu 18.04.6 LTS VM with az...
When developing azure function using python, any new packages added to requirements.txt cannot be found when debugging locally. It will always cause "Module not found" error, deploy to cloud has...
Hi, It seems impossible to launch some durable sub-commands due to that, notably `purge-history` ```sh ❯ func durable purge-history --created-before 2022-05-17 --runtime-status "completed terminated canceled" Could not find DurableTask.AzureStorage.dll. The...
When I try to debug/run Azure function from VS Code I get following output: ``` Azure Functions Core Tools Core Tools Version: 4.0.4590 Commit hash: N/A (64-bit) Function Runtime Version:...
Related command: func azure functionapp publish function_app_name --python --build Describe the bug: We have a situation where requirements.txt was missing credentials for the extra-index-url. Expectedly the function build failed. How...
Same thing as #2232 I'm using a docker image you provide ``` 2d550b> 2d550b> Azure Functions Core Tools 2d550b> Core Tools Version: 4.0.3971 Commit hash: d0775d487c93ebd49e9c1166d5c3c01f3c76eaaf (64-bit) 2d550b> Function Runtime...
Here are the steps to reproduce the problem. 1. Check Azure Functions Core Tools version ```sh func --version ``` ```log 3.0.3734 ``` 2. Use .NET Core 3.1.400 SDK ```sh dotnet...
Using **VS Code** and **Azure Logic App Standard** extension to build a Standard Logic App locally. Using **Azure Functions Core Tools** for local runtime: Core Tools Version: **3.0.3904** Commit hash:...