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

This issue is similar to #1863. However I'm able to reproduce the issue in Azure DevOps on a Windows build agent every time (but not locally). I am using `[email protected]`....

Adding a wildcard to the .funcignore has no effect. ``` cat .funcignore *.ts func -v 3.0.3568 func azure functionapp publish myapi --list-included-files | grep .ts | wc 10968 10968 1061578...

bug

I was recently working with an Azure customer who was unable to publish their function because the name of their storage account was incorrect. The error message that function core...

Deployment

Hello, I am trying to deploy to kubernetes an Azure Functions v3 project that has several Http Functions and one TimerTrigger function, and I see the created scaled object is...

When posting a large payload (around 77mb of data) to a http trigger, node will use around 988mb on my machine. As we have set limits on our k8s pods,...

[api.github.com/repos/Azure/azure-functions-core-tools/releases/latest](https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest)

### 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...

resolves #3603 Also cleans up some label inconsistency and leads with the isolated worker model in prompting. ### Pull request checklist * [X] My changes **do not** require documentation changes...

Running `func start --useHttps --cert "path to certificate"` results in the message _Generating a self signed certificate using openssl_, which is not expected. Example at https://github.com/pellebjerkestrand/azure-functions-core-tools-cert-bug

Afer installing, via Homebrew, the core-tools@4, function apps, of the stripe .net6 won't run on Apple Silicon because of the following error: (this is when trying to debug a functions...

Needs: Triage (Functions)