azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
This pipeline should consume the artifacts published from the consolidated pipeline. In addition to this, the following items would need to be investigated:
The template list provided by `func templates list` confused me when I used the template names with `func function new --template` command because neither of them worked. After looking into...
### Description Presently, func init by default selects a GA bundle, there should be an option to initialise with preview bundle and then continue the func new from preview templates...
### 🩹 Workaround > [!TIP] > In my case it helped to delete everything named "TestHub*" or "testhub*" from my local Azurite instance. > With everything I mean Blob Containers,...
### Version Azure Functions Core tools version 4.1037.1 ### Description It doesn't appear that Azure Functions Core tools version 4.1037.1 is available for Debian Bookworm. Is there plans to port...
Found Python version 3.11.9 (py). Azure Functions Core Tools Core Tools Version: 4.0.6518 Commit hash: N/A +74ed9095fdd6c5326276aae6b8a7d41ccbdeb6aa (32-bit) Function Runtime Version: 4.35.4.23179 [2024-12-23T12:10:21.035Z] A host error has occurred during startup...
### Version Azure Functions Core Tools Core Tools Version: 4.0.6821 Commit hash: N/A +c09a2033faa7ecf51b3773308283af0ca9a99f83 (64-bit) Function Runtime Version: 4.1036.1.23224 **Powershell Version** PSVersion 7.4.7 PSEdition Core GitCommitId 7.4.7 OS Microsoft Windows...
### Description To improve local development, core-tools should offer a way to support development time `TokenCredential`. ### Background Today Azure Functions supports credential via configuration. The exact credentials supported is...
Some templates are missing from the `func new` gesture when using the isolated worker model. Namely, Durable Functions templates are missing. This seems like an outdated consideration from before Durable...
### Description Running `winget repair Microsoft.Azure.FunctionsCoreTools` will produced the following: > Found Azure Functions Core Tools [Microsoft.Azure.FunctionsCoreTools] > The installer technology in use does not support repair. This seems odd...