lilyjma

Results 18 issues of lilyjma

Netherite (which uses Event Hubs and Azure Storage) and SQL should be available as storage providers when using Durable Functions. The default option currently is Azure Storage.

feature
needs design

Like the Python programming model, the new Node model will use the new template/schema when going GA. (Preview release of Node model still uses the old one.) This may involve...

Steps to reproduce: 1. Create a function app in Visual Studio Code and pick the Http trigger template 2. Run the app with `func host start --verbose` You'll get the...

## Problem today If you deploy a PowerShell Durable Functions app to the Flex Consumption plan (currently in preview), you'll see the following error message on Portal when the app...

feature:durable functions

Remove Netherite from this list that shows up during Function project creation (when Durable Orchestration is picked) ![Image](https://github.com/user-attachments/assets/7ac60da8-f831-411e-aca3-2986bef7760c) cc @nturinski

enhancement
durable

Add **Durable Task Scheduler (preview)** to the following list that shows up during Function project creation (when Durable Orchestration is picked) ![Image](https://github.com/user-attachments/assets/d48e0160-5aad-4d3e-adf0-922eb5a78b75) This would require associated updates to the `local.settings.json`...

feature
durable

### Version `4.0.7030` ### Description I have core tools version `4.0.7030`, which I believe is the latest. I'm trying to run `func init LocalFunctionProj --worker-runtime dotnet-isolated --docker --target-framework net8.0`. The...

bug
Supportability

## Ask summary When customers run the **Azure Functions: Deploy to Function app** or **Azure Functions: Deploy to Azure** commands, detect whether the app is an MCP server, and if...

Running F5 on self-hosted MCP projects doesn't work at the moment. The debugger would need to attach to the child process to work.

enhancement
debugging

I created a Function app through the Deploy to Function app command. I chose MI as the authentication type. However, the deployment failed and based on the error, the possible...