The Consumption plan pricing based on load

On average, the functions across our application consumed about 0.002 GB-s of memory per execution. This low memory consumption would fall within the free memory grant even over millions of executions. For the sake of the example, let's assume that our functions used 100 times more memory, 0.2 GB-s memory per execution.

Both 1,000 and 10,000 requests a day will fall within the free grant range, so we will start the calculation at 10,000 requests a day.

Price as a function of load:

10,000 requests a day

  • Monthly: 10,000 * 31 = 310,000 executions
  • Memory: 310,000 * 0.2 GB-s = 62,000 GB-s
  • Pricing: falls within the free grant

100,000 requests a day

  • Monthly: 100,000 * 31 = 3,100,000 executions.
  • (3,100,000 ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.