Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 020c1cf

Browse files
pawel-zoltyggailey777
authored andcommittedFeb 7, 2022
Update functions-infrastructure-as-code.md
Add subsection to explain how explicitly define Linux Consumption App Service Plan.
1 parent c7a74d0 commit 020c1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For a sample Azure Resource Manager template, see [Function app on Consumption p
177177

178178
### Create a Consumption plan
179179

180-
A Consumption plan doesn't need to be defined. One will automatically be created or selected on a per-region basis when you create the function app resource itself.
180+
A Consumption plan doesn't need to be defined. When not defined, a plan is automatically be created or selected on a per-region basis when you create the function app resource itself.
181181

182182
The Consumption plan is a special type of `serverfarm` resource. You can specify it by using the `Dynamic` value for the `computeMode` and `sku` properties, as follows:
183183

@@ -231,7 +231,7 @@ To run your app on Linux, you must also set the property `"reserved": true` for
231231

232232
### Create a function app
233233

234-
When you define your Consumption plan, you must set the `serverFarmId` property on the app so that it points to the resource ID of the plan. Make sure that the function app has a `dependsOn` setting that also references the plan.
234+
When you explicitly define your Consumption plan, you must set the `serverFarmId` property on the app so that it points to the resource ID of the plan. Make sure that the function app has a `dependsOn` setting that also references the plan.
235235

236236
The settings required by a function app running in Consumption plan differ between Windows and Linux.
237237

0 commit comments

Comments
 (0)
Please sign in to comment.