Reputation: 396
I have developed a queue triggered azure function in c#. The function is running on the AppService plan. We want to implement custom auto-scale out. We are planning to increases the instance count by 1 when the CPU percentage is above 60%
My questions are:
Thanks in advance.
Upvotes: 1
Views: 195