Azure function Host.JSON

amarnath manchala 26 Reputation points
2021-06-21T15:45:33.567+00:00

Hi ,

I am trying to understand the Azure Function App Host.JSON file.

configuration defined in HOST.json file is at a global level or at App service instance level?

for ServiceBus we set MaximumConcurrency to 120. Is that configuration per appservice plan instance or global?

if we have 5 app service plans instantiated then will i see 5*120 concurrency or only maximum120?

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

Accepted answer
  1. JayaC-MSFT 5,606 Reputation points
    2021-06-22T14:18:51.683+00:00

    Hello @amarnath manchala , Welcome to Microsoft QnA. Thank you for the question.

    host level settings are generally applied at function app level. So the global max would basically be

    • Number of Function Apps per instance ( cases where you have configured scale out limit , etc.) * Number of app service Instances

    Please let me know if this helps.


0 additional answers

Sort by: Most helpful

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.