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

Version: 3.0.2996 (I've tried 2.7.2936 and get the same error) Using the following command to deploy a python function app (running on a consumption plan) as part of a CI/CD...

Version 3.0.3442 starts without any warning (yellow) messages ``` Azure Functions Core Tools Core Tools Version: 3.0.3442 Commit hash: 6bfab24b2743f8421475d996402c398d2fe4a9e0 (64-bit) ``` Version 3.0.3477 now starts with Operation not permitted...

bug

Created fresh Azure Functions project from VS 2019 with storage in Azure. Trying to start it gives the following error: `System.ArgumentNullException: 'Value cannot be null. Parameter name: path'` at ```...

investigate

### Issue describing the changes in this PR https://github.com/NixOS/nixpkgs/issues/139102 In NixOS bash is not stored in `/usr/bin` I am working on getting this to compile in the derivation but as...

Adds a Component Governance task to the build pipeline to identify potential security vulnerabilities.

To repro, 1. `func host start` 2. Modify a file, say `host.json` A restart is triggered and functions are reloaded, but you can't tell from the output of the core...

I recently upgraded to version 4 of the CLI for Mac using the recommended upgrade guide. After doing so the array functionality for local.settings.json no longer works. After reverting back...

investigate

The [KeyVaultReferencesManager](https://github.com/Azure/azure-functions-core-tools/blob/v4.x/src/Azure.Functions.Cli/Common/KeyVaultReferencesManager.cs) looks like a great starting point for having a general purpose way of resolving key vault references outside of Azure App Service/Function Settings. If it could be refactored...

This item is pending a future version of the .NET worker which supports .NET Framework. In that model, we will want to make sure that it is published only to...