Skip to content

Commit 8589437

Browse files
committed
TOC updates
1 parent 9ecc284 commit 8589437

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

articles/azure-functions/TOC.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
- name: Visual Studio Code
5858
displayName: Java, quickstart, get started
5959
href: create-first-function-vs-code-java.md
60+
- name: Azure Developer CLI
61+
displayName: Java, quickstart, get started, Flex Consumption plan
62+
href: create-first-function-azd-cli.md?pivots=programming-language-java
6063
- name: JavaScript
6164
items:
6265
- name: Visual Studio Code
@@ -65,6 +68,9 @@
6568
- name: Command line
6669
displayName: JavaScript, quickstart, get started
6770
href: create-first-function-cli-node.md
71+
- name: Azure Developer CLI
72+
displayName: JavaScript, quickstart, get started, Flex Consumption plan
73+
href: create-first-function-azd-cli.md?pivots=programming-language-javascript
6874
- name: PowerShell
6975
items:
7076
- name: Visual Studio Code
@@ -73,6 +79,9 @@
7379
- name: Command line
7480
displayName: PowerShell, quickstart, get started
7581
href: create-first-function-cli-powershell.md
82+
- name: Azure Developer CLI
83+
displayName: PowerShell, quickstart, get started, Flex Consumption plan
84+
href: create-first-function-azd-cli.md?pivots=programming-language-powershell
7685
- name: Python
7786
items:
7887
- name: Visual Studio Code
@@ -81,6 +90,9 @@
8190
- name: Command line
8291
displayName: Python, quickstart, get started
8392
href: create-first-function-cli-python.md
93+
- name: Azure Developer CLI
94+
displayName: Python, quickstart, get started, Flex Consumption plan
95+
href: create-first-function-azd-cli.md?pivots=programming-language-python
8496
- name: TypeScript
8597
items:
8698
- name: Visual Studio Code
@@ -89,6 +101,9 @@
89101
- name: Command line
90102
displayName: TypeScript, quickstart, get started
91103
href: create-first-function-cli-typescript.md
104+
- name: Azure Developer CLI
105+
displayName: TypeScript, quickstart, get started, Flex Consumption plan
106+
href: create-first-function-azd-cli.md?pivots=programming-language-typescript
92107
- name: Other (Go/Rust)
93108
items:
94109
- name: Visual Studio Code

articles/azure-functions/create-first-function-azd-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The project source uses the Azure Developer CLI (azd) to simplify deploying your
1515

1616
[!INCLUDE [functions-flex-preview-note](../../includes/functions-flex-preview-note.md)]
1717

18-
Because of the Flex Consumption plan, completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
18+
By default, the Flex Consumption plan follows a _pay for what you use_ billing model, which means completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
1919

2020
## Prerequisites
2121

0 commit comments

Comments
 (0)