Skip to content

Commit 6183564

Browse files
authored
Corrected grammar in Functions-overview
Added an "of" in the sentence: "Functions provides a variety of hosting options". Before, it didn't have the "of" and was grammatically incorrect. Now, it has the "of" and is grammatically correct. Job offer?
1 parent 76053b5 commit 6183564

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
@@ -45,7 +45,7 @@ Functions also integrates with Azure Monitor and Azure Application Insights to p
4545

4646
## Hosting options
4747

48-
Functions provides a variety [hosting options](functions-scale.md#overview-of-plans) for your business needs and application workload. [Event-driven scaling hosting options](./event-driven-scaling.md) range from fully serverless, where you only pay for execution time (Consumption plan), to always warm instances kept ready for fastest response times (Premium plan).
48+
Functions provides a variety of [hosting options](functions-scale.md#overview-of-plans) for your business needs and application workload. [Event-driven scaling hosting options](./event-driven-scaling.md) range from fully serverless, where you only pay for execution time (Consumption plan), to always warm instances kept ready for fastest response times (Premium plan).
4949

5050
When you have excess App Service hosting resources, you can host your functions in an existing App Service plan. This kind of Dedicated hosting plan is also a good choice when you need predictable scaling behaviors and costs from your functions.
5151

0 commit comments

Comments
 (0)