Skip to content

Commit

Permalink
Merge pull request Azure#7089 from ggailey777/patch-1
Browse files Browse the repository at this point in the history
Clarify that this is the Consumption plan
  • Loading branch information
bmoore-msft authored Jan 8, 2020
2 parents dddb3e7 + 42599f8 commit c400a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 101-function-app-create-dynamic/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://aka.ms/azure-quickstart-templates-metadata-schema#",
"type": "QuickStart",
"itemDisplayName": "Provision a function app on a dynamic hosting plan",
"description": "This template provisions a function app on a dynamic hosting plan, meaning it will be run on demand and billed per execution, with no standing resource committment. There are other templates available for provisioning on a dedicated hosting plan.",
"summary": "Provision a function app on a dynamic hosting plan",
"itemDisplayName": "Provision a function app on a Consumption plan",
"description": "This template provisions a function app on a Consumption plan, which is a dynamic hosting plan. The app runs on demand and you're billed per execution, with no standing resource committment. There are other templates available for provisioning on a dedicated hosting plan.",
"summary": "Provision a function app that runs on a Consumption (dynamic hosting) plan",
"githubUsername": "mattchenderson",
"dateUpdated": "2018-10-10"
}
Expand Down

0 comments on commit c400a9d

Please sign in to comment.