azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
### Version Latest ### Description Hello, When deploying an Azure Function from local to the cloud, the internally-used Storage Account Key is showed multiple times on the screen in plaintext....
## Problem Hi, we are using the Azure function service for a new feature of our product. After testing the code locally using the `func start` command I tried to...
Trying to get the node v4 model up and running in Azure without any luck. Locally things work fine. Here's my package.json ```js { "name": "", "version": "1.0.0", "description": "",...
1. Automate GitHub bot for issue management. 2. Optimize the build process, which currently takes an hour. 3. Enhance test coverage: - Address test gaps for non-Windows operating systems. -...
When working with multiple function apps locally, every function host apart from the first needs to have a different port manually set either via the command line argument `--port` or...
I am in the process of upgrading our Azure Function App from .NET 6 In-Process to .NET 8 In-Process. During this upgrade, I began encountering an issue where the function...
`func kubernetes` seems to be tightly coupled with docker. Is there a way to use podman instead for container related commands? Platform: Windows
Labels names mentioned [here ]( https://github.com/Azure/azure-functions-core-tools/blob/v4.x/src/Azure.Functions.Cli/Actions/UserInputHandler.cs#L136 )should not be hardcoded. Instead they should be read from the templates resources file. https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Resources/Resources.resx
### Publish warning message for other (NodeJS, Python, Java, etc.) worker runtime resolves #4241 ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ]...
This branch is out of support, removing the nightly build (and fixing the CI incase we ever do need to run this branch).