1

Today we met a problem with our azure function after redeploy a new version. We use Azure Function v4, .NET 6 and isolated process. Function is on consumption plan. Function includes about 150 http-trigger functions. Usually function scales for some instances and they work in parallel, but after todays redeploy we met situation when one instance dies and another starts, they don't work in parallel. What is the possible reason of such behavior and how to fix it?

Azure function instances

enter image description here

2
  • What do you mean by "scale", exactly? Commented Sep 30, 2022 at 18:04
  • 1
    Adding new instances under high load Commented Oct 1, 2022 at 10:16

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.