Skip to content

Commit 8a8ba20

Browse files
Merge pull request #244537 from ggailey777/patch-2
[Functions] Define Consumption plan `Y1`
2 parents 63a5dfa + 4244167 commit 8a8ba20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/consumption-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Functions Consumption plan hosting
33
description: Learn about how Azure Functions Consumption plan hosting lets you run your code in an environment that scales dynamically, but you only pay for resources used during execution.
4-
ms.date: 06/06/2023
4+
ms.date: 07/10/2023
55
ms.topic: conceptual
66
# Customer intent: As a developer, I want to understand the benefits of using the Consumption plan so I can get the scalability benefits of Azure Functions without having to pay for resources I don't need.
77
---
@@ -26,6 +26,8 @@ To learn more about how to estimate costs when running in a Consumption plan, se
2626

2727
When you create a function app in the Azure portal, the Consumption plan is the default. When using APIs to create your function app, you don't have to first create an App Service plan as you do with Premium and Dedicated plans.
2828

29+
In Consumption plan hosting, each function app typically runs in its own plan. In the Azure portal or in code, you may also see the Consumption plan referred to as `Dynamic` or `Y1`.
30+
2931
Use the following links to learn how to create a serverless function app in a Consumption plan, either programmatically or in the Azure portal:
3032

3133
+ [Azure CLI](./scripts/functions-cli-create-serverless.md)

0 commit comments

Comments
 (0)