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

this error pops during startup of a basic Java project that is reading an Reading an Event Hub func tools mvn version ``` 11 1.19.0 2.0.1 ``` Full repro here:...

investigate

### Issue describing the changes in this PR Adds basic support (P0 functionalities) for the preview Python programming model. This PR is **not to be merged** until the appropriate version...

### Issue describing the changes in this PR Currently, Core Tools V4 ensures the `linuxFxVersion` setting remains empty for Linux Consumption applications, updating it only for other SKUs. However, with...

Version: 3.0.2245 When I run `func azure functionapp publish APPNAME --list-included-files` the list of files returned includes those that should be ignored based on `.funcignore` (and which `--list-ignored-files` correctly reports...

investigate

When a function hosted on Linux Consumption plan has AzureWebJobsStorage configuration setting set to valid Key Vault reference, errors block successful deployment via Az CLI and Functions CLI. #### Investigative...

I'm on Mac. I have 2 machines and I upgraded core tools on one of those machines and SSL certs stopped being served up. Running my function app using the...

investigate

The Durable commands currently only work with the Azure Storage backend, and not when users configure alternate backends, like MSSQL or Netherite. This PR adds detection for those other backend...

I have core tools version 4.0.4590, I noticed for env vars like `EventHubConnectionAppSetting`, `APPLICATIONINSIGHTS_CONNECTION_STRING`, etc, those env vars are respect when run function app on core tools. However, for env...

When using the Core Tools 3.0.4669 (x64) I get the following message, although it appears to send the terminate message, I execute the following: func durable terminate --id 12345678901234567890 --reason...

Needs: Attention :wave:
durable-functions

### Issue describing the changes in this PR Adds support for the `win-arm64` target runtime for Core Tools V4. These changes are to be ported to the `v3.x`. ### Pull...