azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
### Version Running version 4.0.5907 of Azure Core Tools ### Description Following the guide in the learn article [here](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-csharp) will result in a project/solution that can't be started with what...
Since we implement a work around to disable WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING for Linux Consumption functionapp creation (https://github.com/Azure/azure-cli/issues/9027), we may still want to re-enable it when the backend is fixed. Once...
When generating Kubernetes deployment config using "kubernetes deploy --write-configs --config-file" the file is sometimes empty Behaviour seems to be random Could be at least related to missing await in https://github.com/Azure/azure-functions-core-tools/blob/f950e8553f22b3d04e69962f77b67c8fd49cfbb5/src/Azure.Functions.Cli/Actions/KubernetesActions/KubernetesDeployAction.cs#L162
Adding the CORSCredentials setting to true in local.settings.json; does not appear to result in Access-Control-Allow-Credentials: true, header being added to the HTTP Response even when a valid Origin is passed,...
### Version  ### Description  ### Steps to reproduce just run `. .venv/bin/activate && func host start `
### Version 4.0.5907 ### Description using any durable function command defaults the task-hub-name parameter of those commands to `DurableFunctionsHub`. `DurableFunctionsHub` is the default task hub name in Durable Functions 1.x...
### Version N/A ### Description In [`check-vulnerabilities.ps1`](../blob/d76aa7b7dd3d11fa348a302e58ed647b5b4b5a2d/check-vulnerabilities.ps1), we should probably capture the exit code from the `dotnet restore` command and possibly throw an error before we get to the package...
### Description Per @jviau's comment [here](https://github.com/Azure/azure-functions-core-tools/pull/3761#discussion_r1683479741), we should update our CI to use `global.json` and the `UseDotNet` task.
from @kulkarnisonia16 Should be able to deploy an java function app via functions CLI to Keda cluster