Skip to content

Commit d901b04

Browse files
authored
Merge pull request #88120 from HolisticDeveloper/patch-1
Fix typo 'you' -> 'your' in Consumption Plan
2 parents e333ecc + f277fc7 commit d901b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/consumption-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To learn more about how to estimate costs when running in a Consumption plan, se
2424

2525
## Create a Consumption plan function app
2626

27-
When you create a function app in the Azure portal, the Consumption plan is the default. When using APIs to create you function app, you don't have to first create an App Service plan as you do with Premium and Dedicated plans.
27+
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

2929
Use the following links to learn how to create a serverless function app in a Consumption plan, either programmatically or in the Azure portal:
3030

0 commit comments

Comments
 (0)