Skip to content

Commit b3d78c1

Browse files
Are we still doing phrasing?
1 parent b556863 commit b3d78c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Azure Functions integrates with various Azure and 3rd-party services. These serv
5959
Azure Functions has two kinds of pricing plans. Choose the one that best fits your needs:
6060

6161
* **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 instances you use, both pre-warmed and any additional instances as Azure scales your app in and out.
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.
6363
* **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.
6464

6565
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)