Skip to content

Commit a114330

Browse files
authored
Merge pull request #98608 from alexkarcher-msft/Premium-Pricing-Overview
Adding Premium plan to intro
2 parents d5d9ed4 + b3d78c1 commit a114330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Azure Functions integrates with various Azure and 3rd-party services. These serv
5858
## <a name="pricing"></a>How much does Functions cost?
5959
Azure Functions has two kinds of pricing plans. Choose the one that best fits your needs:
6060

61-
* **Consumption plan** - When your function runs, Azure provides all of the necessary computational resources. You don't have to worry about resource management, and you only pay for the time that your code runs.
61+
* **Consumption plan** - When your function runs, Azure provides all of the necessary computational resources. You don't have to worry about resource management, and you only pay for the time that your code runs.
62+
* **Premium plan** - You specify a number of pre-warmed instances that are always online and ready to respond immediately. When your function runs, Azure provides any additional computational resources that are needed. You pay for the pre-warmed instances running continuously and any additional instances you use as Azure scales your app in and out.
6263
* **App Service plan** - Run your functions just like your web apps. When you are already using App Service for your other applications, you can run your functions on the same plan at no additional cost.
6364

6465
For more information about hosting plans, see [Azure Functions hosting plan comparison](functions-scale.md). Full pricing details are available on the [Functions Pricing page](https://azure.microsoft.com/pricing/details/functions/).

0 commit comments

Comments
 (0)