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

Without the [Visual C++ 2013 runtime](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist#visual-studio-2013-vc-120) installed, attempting to run a Azure Functions v1 project will result in an error similar to this: ``` cd module.js:583 return process.dlopen(module, path._makeLong(filename)); ^...

I start a new durable functions project in visual studio. It has a http trigger which starts an orchestrator function, which in turn calls the say hello activity 3 times....

investigate

Build Error ``` /Users/user2/.nuget/packages/microsoft.azure.webjobs.script.extensionsmetadatagenerator/4.0.1/build/Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): error : Metadata generation failed. Exit code: '137' Error: 'Failed to initialize CoreCLR, HRESULT: 0x80004005' Done building target "_GenerateFunctionsExtensionsMetadataPostBuild" in project "testfunc.csproj" -- FAILED. Done building...

Running timer triggers on my local computer suddenly stopped working a few days ago. The full error message is: ```text The listener for function 'SomeTimerTrigger' was unable to start. Azure.Storage.Blobs:...

**[Keywords]** Function core tool, 4.0.4629, missing dependency, Function Host cannot start, "microsoft.azure.webjobs.extensions.http: could not load file or assembly 'system.net.http.formatting, version=5.2.8.0" **[Issue]** After upgrading to release 4.0.4629, the Function Host fails...

I am trying to run a new HTTP Trigger Azure function locally, but it is failing with the following log. I did try to add my proxy information to local.settings.json...

investigate

Hi, We make multiple http request, I don't want to see this puke `Sending HTTP request GET https://www.some-external-api.com....` How can I disable these logs? I tried `"logging:logLevel:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.SystemTraceMiddleware": "None"` and it...

## Background We are currently working on a TypeScript project where our code is laid out as following: ```sh src/ FunctionOne/ - function.json - index.ts FunctionTwo/ - function.json - index.ts...

Create .editorconfig for applying coding standards ### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [x] My changes **do not** require documentation changes *...

Described by https://github.com/Azure/azure-functions-core-tools/pull/3088#discussion_r915148607. The `--target-framework` option was added to the `func init` command to add support for .NET 7 templates. However, it would be great to have something more generic...