lilyjma
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.
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...
Remove Netherite from this list that shows up during Function project creation (when Durable Orchestration is picked)  cc @nturinski
Add **Durable Task Scheduler (preview)** to the following list that shows up during Function project creation (when Durable Orchestration is picked)  This would require associated updates to the `local.settings.json`...
### 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...
## 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.
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...