azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
If I execute `func start` on Linux and then send a termination request (`kill -s SIGTERM `), the local runner will ignore the request. Sending a termination signal like this...
Kafka/RabbitMQ is not included as a template for both Static dotnet template (NuGet) and Bundle Template (other languages) ## Bundle Template CurrentVersion: 1.5.1 https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json Expected Version: 1.8.1 Currently deployment is...
Part of #1131 This issue tracks following: (copied from https://github.com/Azure/azure-functions-core-tools/issues/1131#issuecomment-643655379) ## func azure functionapp publish In general, the deployment output needs to be cleaned up a bit. We might not...
Deploy fails for a function app and I cannot figure out what is wrong. The portal says "Azure Functions runtime is unreachable" The reason is because of an `ArgumentException` being...
We are currently checking for AzureWebJobsStorage during `func azure functionapp deploy`: https://github.com/Azure/azure-functions-core-tools/blob/6a070fb40308438c758ba8ab69399845bd698391/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs#L241-L244 Today this is just looking for an exact-match key, which fails when using an identity-based connection. In that...
Tracking item for "secretless" work. This needs to addressed in Core Tools publish flow for all the skus - Windows Dedicated/EP/Consumption - Linux Dedicated/EP - Linux Consumption Currently clients upload...
Right now Linux Elastic Premium does `WEBSITE_RUN_FROM_PACKAGE` = url deployment by default for Linux Premium. We can and should change this to do zipdeploy using `WEBSITE_RUN_FROM_PACKAGE` = 1. We should...
Current `--build` only supports Linux. We should support Windows as well and run build with kudu with when `remote`. Related: https://github.com/Azure/azure-cli/issues/12289 https://github.com/Azure/Azure-Functions/issues/1509
The `func azure functionapp publish` command will now no longer display the function key in the URLs by default. A new option will soon be added that allows users to...
A change is rolling out in Azure that causes the following error when deploying with `func azure functionapp publish`. This happens for apps using remote build on Linux, which is...