Skip to content

Commit 7b22761

Browse files
authored
Merge pull request #284804 from ggailey777/azd-qs
[Functions][Flex] `azd up` quickstarts
2 parents 7cd7513 + 5569594 commit 7b22761

File tree

4 files changed

+558
-2
lines changed

4 files changed

+558
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,42 @@
200200
"branch": "master",
201201
"branch_mapping": {}
202202
},
203+
{
204+
"path_to_root": "functions-quickstart-dotnet-azd",
205+
"url": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd",
206+
"branch": "main",
207+
"branch_mapping": {}
208+
},
209+
{
210+
"path_to_root": "functions-quickstart-java-azd",
211+
"url": "https://github.com/Azure-Samples/azure-functions-java-flex-consumption-azd",
212+
"branch": "main",
213+
"branch_mapping": {}
214+
},
215+
{
216+
"path_to_root": "functions-quickstart-python-azd",
217+
"url": "https://github.com/Azure-Samples/functions-quickstart-python-http-azd",
218+
"branch": "main",
219+
"branch_mapping": {}
220+
},
221+
{
222+
"path_to_root": "functions-quickstart-powershell-azd",
223+
"url": "https://github.com/Azure-Samples/functions-quickstart-powershell-azd",
224+
"branch": "main",
225+
"branch_mapping": {}
226+
},
227+
{
228+
"path_to_root": "functions-quickstart-javascript-azd",
229+
"url": "https://github.com/Azure-Samples/functions-quickstart-javascript-azd",
230+
"branch": "main",
231+
"branch_mapping": {}
232+
},
233+
{
234+
"path_to_root": "functions-quickstart-typescript-azd",
235+
"url": "https://github.com/Azure-Samples/functions-quickstart-typescript-azd",
236+
"branch": "main",
237+
"branch_mapping": {}
238+
},
203239
{
204240
"path_to_root": "azure-functions-templates-v3",
205241
"url": "https://github.com/Azure/azure-functions-templates",
@@ -863,4 +899,4 @@
863899
"articles/virtual-network/.openpublishing.redirection.virtual-network.json",
864900
"articles/vpn-gateway/.openpublishing.redirection.vpn-gateway.json"
865901
]
866-
}
902+
}

articles/azure-functions/TOC.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
- name: Command line
3232
displayName: C#, quickstart, get started
3333
href: create-first-function-cli-csharp.md
34+
- name: Azure Developer CLI
35+
displayName: C#, quickstart, get started, Flex Consumption plan
36+
href: create-first-function-azure-developer-cli.md?pivots=programming-language-csharp
3437
- name: Java
3538
items:
3639
- name: Eclipse
@@ -54,6 +57,9 @@
5457
- name: Visual Studio Code
5558
displayName: Java, quickstart, get started
5659
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-azure-developer-cli.md?pivots=programming-language-java
5763
- name: JavaScript
5864
items:
5965
- name: Visual Studio Code
@@ -62,6 +68,9 @@
6268
- name: Command line
6369
displayName: JavaScript, quickstart, get started
6470
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-azure-developer-cli.md?pivots=programming-language-javascript
6574
- name: PowerShell
6675
items:
6776
- name: Visual Studio Code
@@ -70,6 +79,9 @@
7079
- name: Command line
7180
displayName: PowerShell, quickstart, get started
7281
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-azure-developer-cli.md?pivots=programming-language-powershell
7385
- name: Python
7486
items:
7587
- name: Visual Studio Code
@@ -78,6 +90,9 @@
7890
- name: Command line
7991
displayName: Python, quickstart, get started
8092
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-azure-developer-cli.md?pivots=programming-language-python
8196
- name: TypeScript
8297
items:
8398
- name: Visual Studio Code
@@ -86,6 +101,9 @@
86101
- name: Command line
87102
displayName: TypeScript, quickstart, get started
88103
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-azure-developer-cli.md?pivots=programming-language-typescript
89107
- name: Other (Go/Rust)
90108
items:
91109
- name: Visual Studio Code

0 commit comments

Comments
 (0)