DEV Community

Discussion on: Ordered queue processing in Azure Functions with Sessions

Collapse
 
seanfeldman profile image
Sean Feldman

Is there a limit to the number of sessions processed concurrently?
I.e. Functions will scale out, but will Service Bus broker keep up?

Collapse
 
jeffhollan profile image
Jeff Hollan

Suppose it depends on the SKU of service bus. You can modify the SessionHandlerOptions in the host.json, so you can concurrently process multiple sessions on a single instance.