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

Fixes https://github.com/Azure/azure-functions-core-tools/issues/2502 cc: @anirudhgarg

Deployment

### Issue describing the changes in this PR Resolves #2825 Apparently, the Kubernetes deployment part of the function tools was not updated to support `dotnet-isolated` worker runtime since it still...

Deployment

To support preview programming models, the `--model` parameter was added to the `func init` command. This should be added to the [official documentation](https://docs.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2).

OS: macOS Monterey 12.2.1 Visual Studio Code Version: 1.64.2 Commit: f80445acd5a3dadef24aa209168452a3d97cc326 Date: 2022-02-09T22:00:58.347Z (1 wk ago) Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin x64 21.3.0 I have...

bug

Fix MSI and signing the Core Tools build Release pipeline https://azfunc.visualstudio.com/Azure%20Functions/_releaseDefinition?definitionId=23&_a=definition-tasks&environmentId=113 1) Update Upload to storage task to check with an exe to make sure that the binaries are signed...

See the sample of [local.settings.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#local-settings-file). It says >The --port command-line option takes precedence over this value. Is it the reason that LocalHttpPort doesn't work in VS(set --port 7071 somewhere by...

investigate
Needs: Attention :wave:

When attempting to build version 4.0.3971 with `build.sh`, an error occurs: ``` /root/azure-functions-cli-source/azure-functions-core-tools-4.0.3971/test/Azure.Functions.Cli.Tests/Azure.Functions.Cli.Tests.csproj : warning NU1701: Package 'FSharp.Core 3.1.2.5' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of...

OS: Mac OS 11.6.5 (Intel x86-64) / PopOS 2110 Installed latest version of Azure Functions Core tools. (v4) Using Microsoft.Data.Sqlite in azure functions project with HTTP trigger. When attempting to...

Sample project to use as a repro : [JsFunc.zip](https://github.com/Azure/azure-functions-core-tools/files/8447634/JsFunc.zip) 1. Start with basic JS function (Http trigger in my example case) 2. Add SQL binding through `func extensions install --package...

investigate

`az funcitonapp update` should be improved to surface a few new settings. One is a new setting that just completed deployment that lets you set the minimum function instance always...

P2