Skip to content

Commit 35bd3b0

Browse files
authored
Added new section Pricing and Billing
Added new section Pricing and Billing
1 parent 679cd86 commit 35bd3b0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/container-apps/functions-overview.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,19 @@ Azure Functions on Container Apps provide a versatile combination of services to
6060

6161
- **Serverless workloads**: Serverless workload processing of videos, images, transcripts, or any other processing intensive tasks that required GPU compute resources.
6262

63-
- **Common Azure Functions scenarios**: All common Azure Functions scenarios like processing file uploads, running scheduled tasks, responding to database changes, machine learning/AI and others detailed in [Azure Functions scenarios](/azure/azure-functions/functions-scenarios?pivots=programming-language-csharp).
63+
- **Common Azure Functions scenarios**: All common Azure Functions scenarios like processing file uploads, running scheduled tasks, responding to database changes, machine learning/AI and others detailed in [Azure Functions scenarios](/azure/azure-functions/functions-scenarios?pivots=programming-language-csharp).
64+
65+
## Pricing and Billing
66+
Azure Functions on Azure Container Apps (ACA) follows the same pricing model as Azure Container Apps. Billing is based on the [plan type](../container-apps/plans.md) you select for your environment, which can be either Consumption or Dedicated.
67+
- [Consumption plan](..//container-apps/billing.md#consumption-plan): This serverless compute option bills you only for the resources your apps use while they are running.
68+
- [Dedicated plan](../container-apps/billing.md#consumption-dedicated): This option provides customized compute resources, billing you for the instances allocated to each workload profile.
69+
70+
Your choice of plan determines how billing calculations are made. Different applications within an environment can use different plans.
71+
72+
Key points to note:
73+
- There are no additional charges for using the Azure Functions programming model within ACA.
74+
- Durable Functions and other advanced patterns are supported and billed under the same ACA pricing model.
75+
For detailed billing mechanics and examples, refer to the [Billing in Azure Container Apps](../container-apps/billing.md) documentation.
6476

6577
## Event-driven scaling
6678

0 commit comments

Comments
 (0)