Azure functions consumption plan maximum RAM ?

venkata S 21 Reputation points
2020-07-01T06:39:35.977+00:00

What is the CPU cores and RAM assigned for azure function consumption plan for one instance ? How many instances we can scale up in japan east region ? Can we integrate virtual network for functions consumption plan ?

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. Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
    2020-07-01T22:29:24.027+00:00

    The max memory on the consumption plan is 1536mb, CPU allocation is not a published meter.
    You cannot join a consumption plan function to a vNet, you would need to use the premium version. The limit on scaling out a single function is 200 instances.

    2 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Mehran Halimi 6 Reputation points
    2021-04-10T06:31:05.833+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. xiekw 1 Reputation point
    2020-08-02T08:36:57.563+00:00

    is there some docs on this? @Sam Cogan

    0 comments No comments

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.