I am trying to use dynamic concurrency in Azure functions.
host.json has below configuration.
{"DynamicConcurrencyEnabled": false,"MaximumFunctionConcurrency": 20,"SnapshotPersistenceEnabled": true}
But still log shows dynamic concurrency is not enabled. Any help please.