azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
_originally posted by @Francisco-Gamino in https://github.com/Azure/azure-functions-core-tools/pull/2987#issuecomment-1069406086_ > The Core Tools build for Integration testing was failing for sometime because the Host referenced `Microsoft.ApplicationInsights` version `2.20.0` while the Core Tools referenced...
We had https://github.com/Azure/static-web-apps-cli/issues/390 reported with the Static Web Apps CLI, in which using a `ClaimsPrincipal` in a C# Function doesn't contain the roles that you would expect and `IsInRole` returns...
I've tried to deploy a simple HttpTrigger that I've created using the following commands: ``` >func --version 3.0.2534 > func init --docker --worker-runtime dotnet Writing c:\dev\demo\.vscode\extensions.json Writing Dockerfile Writing .dockerignore...
It would be really nice to use `ts-node` under the hood for typescript projects when developing. Debugging errors would be far easier seeing where the error happened in the TS...
Due to https://github.com/AzureAD/microsoft-identity-web/issues/1548 I need to target function host version 4.2.0 or later, but core tools are loading version 4.0.1, how do I tell it to use 4.2.0 or later?
I'm trying to debug a function that connects to Azure Service Bus that uses a private endpoint. I've spun up a VM and peered the VNets and successfully tested connectivity...
Yesterday an updated version of the functions runtime (v3.0.14191.0) started to roll out across Azure (starting in East US region. It caused an issue with some of our services (we...
Debian 11 (Bullseye) running in WSL2 (Win 11). core tools were installed with NPM and the az CLI via the MS azure-cli DEB package. any command that involves talking to...
Debian 11 (Bullseye) installed via WSL2 (Win 11). I have a Python timer function I'm trying to test. func starts successfully and is listening on the port it shows. no...
Change KEDA installation to rely on Helm instead of YAML to improve the maintainability. This means we don't have to update https://github.com/Azure/azure-functions-core-tools/blob/dev/src/Azure.Functions.Cli/StaticResources/keda.yaml for every new release.