Challenge: Increasing Concurrency in a Function App

Test yourself by configuring concurrency rules in a function app.

We'll cover the following

Overview

The interactive playground below contains a function app that has dynamic concurrency enabled. You need to change the configuration so the concurrency is configured manually as per the following requirements.

Requirements

Apply the following concurrency settings to the Service Bus bindings:

  • The number of maximum concurrent calls should be 20.

  • The maximum number of concurrent sessions should be 16.

  • The messages should be read from the Service Bus queues and topics in batches of 100.

Get hands-on with 1200+ tech skills courses.