azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Command line tools for Azure Functions

Results 408 azure-functions-core-tools issues
Sort by recently updated
recently updated
newest added

Currently, an MSI is not generated for the `win-arm64` runtime because a WiX Toolset does not have a production-ready version that supports the architecture (see https://github.com/wixtoolset/issues/discussions/6514 and https://wixtoolset.org/releases/). Once such...

Use KEDA v2.8. ### Issue describing the changes in this PR N/A ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation...

Use KEDA v2.8. ### Issue describing the changes in this PR N/A ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation...

Hi, I see this has been closed but I would like to open it again. This is a serious issue and it needs to be fixed. I am getting the...

Needs: Attention :wave:

I just got Surface Pro X. It's a nice device except it's win-arm64 so I can't run Azure Functions Core Tools on it. I wish I can develop Azure Functions...

I am trying to deploy azure function template provided by Visual studio to K8's. Receiving following error "Unable to load metadata for function 'Function1'" Steps to reproduce 1. Create project...

investigate

At the moment there is a release for Linux amd64 & Mac arm64 but not Linux aarch64. Can you please make a release of the tools available for aarch64 or...

feature
P1

Hey team, I'm currently stuck in the "Function not implemented" error which blocks me from using my Mac. How to reproduce: 1. Follow https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local to create a nodejs function, add...

Since #1680 got closed without further follow-up, I would actually like to learn more about being able to run the Core Tools on ARM-based Surface Pro X. I can run...

Got a very simple function to illustrate the problem: ``` [FunctionName("Function1")] public void Run([TimerTrigger("0 */5 * * * *", RunOnStartup =true)]TimerInfo myTimer, ILogger log) { var requestActivity = new System.Diagnostics.Activity($"Test");...

improvement