How to enable multi-instances of duralbe function app run in parallel

Juntang Dai (Centific Technologies Inc) 0 Reputation points Microsoft Vendor
2025-01-02T04:20:21.6233333+00:00

Hi,

I have an Azure durable function app in a container. When I create it using az CLI with argument "--plan", it works as I expect (multiple instances can run in parallel if I concurrently call my function mutliple times), but when I create it using az CLI with argument "--environment" and "--workload-profile-name", only ONE instance can run even if I call the function multiple times concurrently. I want to know how to enable multiple instances to run in paraellel when I create the durable function app with argument "--environment" and "--workload-profile-name".

(Due to the high workload, multiple instances are required to run concurrently. If i create my function app with argument "--plan", I need to pay for ONE instance even if I don't call my function. That is the reason I want to create my function app with argument "--environment" and "--workload-profile-name")

Thank you very much!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,278 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.