@@ -10,13 +10,13 @@ metadata:
10
10
ms.author : jgao
11
11
ms.subservice : bicep
12
12
ms.topic : landing-page
13
- ms.date : 03/17 /2025
13
+ ms.date : 04/23 /2025
14
14
15
15
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
16
16
17
17
landingContent :
18
18
# Card (optional)
19
- - title : Bicep
19
+ - title : About Bicep
20
20
linkLists :
21
21
- linkListType : overview
22
22
links :
@@ -32,6 +32,12 @@ landingContent:
32
32
# Card (optional)
33
33
- title : Get started
34
34
linkLists :
35
+ - linkListType : get-started
36
+ links :
37
+ - text : Install Bicep tools
38
+ url : install.md
39
+ - text : Decompile JSON to Bicep
40
+ url : decompile.md
35
41
- linkListType : quickstart
36
42
links :
37
43
- text : Create Bicep files - VS Code
@@ -42,10 +48,6 @@ landingContent:
42
48
url : quickstart-create-template-specs.md
43
49
- text : Create deployment stacks
44
50
url : quickstart-create-deployment-stacks.md
45
- - text : Use private module registry
46
- url : quickstart-private-module-registry.md
47
- - text : Create and deploy Microsoft Graph resources
48
- url : https://learn.microsoft.com/graph/templates/quickstart-create-bicep-interactive-mode
49
51
- linkListType : learn
50
52
links :
51
53
- text : Fundamentals of Bicep
@@ -54,7 +56,7 @@ landingContent:
54
56
url : /training/paths/intermediate-bicep/
55
57
- text : Advanced Bicep
56
58
url : /training/paths/advanced-bicep/
57
- - text : Use deployment stacks
59
+ - text : Deployment stacks
58
60
url : /training/modules/introduction-to-deployment-stacks/
59
61
60
62
# Card
@@ -78,33 +80,43 @@ landingContent:
78
80
url : ./user-defined-data-types.md
79
81
- text : User-defined functions
80
82
url : ./user-defined-functions.md
83
+ - text : Create parameters file
84
+ url : ./parameters-file.md
85
+ - text : Use iterative loops
86
+ url : ./loops.md
87
+ - text : Use conditionals
88
+ url : ./conditionals-resource-deployment.md
89
+ - text : Reference existing resources
90
+ url : ./existing-resources.md
91
+ - text : Use deployment script
92
+ url : ./deployment-script.md
81
93
- linkListType : reference
82
94
links :
83
95
- text : Data types
84
96
url : ./data-types.md
85
- - text : Operators
86
- url : ./operators.md
87
97
- text : Functions
88
98
url : ./bicep-functions.md
99
+ - text : Operators
100
+ url : ./operators.md
89
101
# Card
90
102
- title : Deploy Bicep files
91
103
linkLists :
104
+ - linkListType : how-to-guide
105
+ links :
106
+ - text : Deploy with Azure CLI
107
+ url : deploy-cli.md
108
+ - text : Deploy with Azure PowerShell
109
+ url : deploy-powershell.md
110
+ - text : Deploy with Cloud Shell
111
+ url : deploy-cloud-shell.md
112
+ - text : Use What-if operation
113
+ url : deploy-what-if.md
92
114
- linkListType : quickstart
93
115
links :
94
116
- text : Bicep with pipelines
95
117
url : add-template-to-azure-pipelines.md
96
118
- text : Bicep with GitHub Actions
97
119
url : deploy-github-actions.md
98
- - linkListType : how-to-guide
99
- links :
100
- - text : PowerShell
101
- url : deploy-powershell.md
102
- - text : Azure CLI
103
- url : deploy-cli.md
104
- - text : Cloud Shell
105
- url : deploy-cloud-shell.md
106
- - text : What-if deployment
107
- url : deploy-what-if.md
108
120
# Card
109
121
- title : Scoped deployments
110
122
linkLists :
@@ -138,12 +150,12 @@ landingContent:
138
150
links :
139
151
- text : Bicep resource reference
140
152
url : /azure/templates/
153
+ - text : Azure Quickstart Templates
154
+ url : https://azure.microsoft.com/resources/templates/
141
155
- text : Bicep CLI
142
156
url : ./bicep-cli.md
143
157
- text : Bicep core diagnostics
144
158
url : ./bicep-core-diagnostics.md
145
- - text : Azure Quickstart Templates
146
- url : https://azure.microsoft.com/resources/templates/
147
159
- text : Microsoft Graph Bicep reference
148
160
url : https://learn.microsoft.com/graph/templates/reference/overview
149
161
- text : Azure PowerShell
0 commit comments