@@ -10,28 +10,24 @@ 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/24 /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 : Get started
20
20
linkLists :
21
21
- linkListType : overview
22
22
links :
23
23
- text : What is Bicep?
24
24
url : overview.md
25
- - linkListType : video
25
+ - linkListType : get-started
26
26
links :
27
- - text : Learn live - Bicep
28
- url : /events/learntv/learnlive-iac-and-bicep/
29
- - text : Learn Live - Bicep and GitHub Actions
30
- url : /events/learn-events/learnlive-automate-azure-deployments-bicep-github-actions/
31
-
32
- # Card (optional)
33
- - title : Get started
34
- linkLists :
27
+ - text : Install Bicep tools
28
+ url : install.md
29
+ - text : Decompile JSON to Bicep
30
+ url : decompile.md
35
31
- linkListType : quickstart
36
32
links :
37
33
- text : Create Bicep files - VS Code
@@ -42,10 +38,6 @@ landingContent:
42
38
url : quickstart-create-template-specs.md
43
39
- text : Create deployment stacks
44
40
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
41
- linkListType : learn
50
42
links :
51
43
- text : Fundamentals of Bicep
@@ -54,100 +46,111 @@ landingContent:
54
46
url : /training/paths/intermediate-bicep/
55
47
- text : Advanced Bicep
56
48
url : /training/paths/advanced-bicep/
57
- - text : Use deployment stacks
49
+ - text : Deployment stacks
58
50
url : /training/modules/introduction-to-deployment-stacks/
59
-
51
+ - linkListType : video
52
+ links :
53
+ - text : Learn live - Bicep
54
+ url : /events/learntv/learnlive-iac-and-bicep/
55
+ - text : Learn Live - Bicep and GitHub Actions
56
+ url : /events/learn-events/learnlive-automate-azure-deployments-bicep-github-actions/
57
+ - linkListType : how-to-guide
58
+ links :
59
+ - text : Best practices
60
+ url : best-practices.md
60
61
# Card
61
62
- title : Author Bicep files
62
63
linkLists :
63
64
- linkListType : how-to-guide
64
65
links :
65
66
- text : Bicep file structure & syntax
66
67
url : ./file.md
67
- - text : Define parameters
68
- url : ./parameters.md
69
- - text : Define variables
70
- url : ./variables.md
71
68
- text : Define resources
72
69
url : ./resource-declaration.md
73
70
- text : Define modules
74
71
url : ./modules.md
75
- - text : Define outputs
76
- url : ./outputs.md
77
72
- text : User-defined data types
78
73
url : ./user-defined-data-types.md
79
74
- text : User-defined functions
80
75
url : ./user-defined-functions.md
76
+ - text : Create parameters file
77
+ url : ./parameter-files.md
78
+ - text : Use iterative loops
79
+ url : ./loops.md
80
+ - text : Use conditionals
81
+ url : ./conditional-resource-deployment.md
82
+ - text : Reference existing resources
83
+ url : ./existing-resource.md
84
+ - text : Use deployment script
85
+ url : ./deployment-script-bicep.md
81
86
- linkListType : reference
82
87
links :
83
88
- text : Data types
84
89
url : ./data-types.md
85
- - text : Operators
86
- url : ./operators.md
87
90
- text : Functions
88
91
url : ./bicep-functions.md
92
+ - text : Operators
93
+ url : ./operators.md
89
94
# Card
90
95
- title : Deploy Bicep files
91
96
linkLists :
97
+ - linkListType : how-to-guide
98
+ links :
99
+ - text : Deploy with Azure CLI
100
+ url : deploy-cli.md
101
+ - text : Deploy with Azure PowerShell
102
+ url : deploy-powershell.md
103
+ - text : Deploy with Cloud Shell
104
+ url : deploy-cloud-shell.md
105
+ - text : Use What-if operation
106
+ url : deploy-what-if.md
92
107
- linkListType : quickstart
93
108
links :
94
109
- text : Bicep with pipelines
95
110
url : add-template-to-azure-pipelines.md
96
111
- text : Bicep with GitHub Actions
97
112
url : deploy-github-actions.md
113
+ # Card
114
+ - title : Patterns
115
+ linkLists :
98
116
- linkListType : how-to-guide
99
117
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
118
+ - text : Configuration set pattern
119
+ url : patterns-configuration-set.md
120
+ - text : Shared variable file pattern
121
+ url : patterns-shared-variable-file.md
108
122
# Card
109
- - title : Scoped deployments
123
+ - title : Deployment scopes
110
124
linkLists :
111
125
- linkListType : how-to-guide
112
126
links :
113
- - text : Resource group
127
+ - text : Resource group scope
114
128
url : deploy-to-resource-group.md
115
- - text : Subscription
129
+ - text : Subscription scope
116
130
url : deploy-to-subscription.md
117
- - text : Management group
131
+ - text : Management group scope
118
132
url : deploy-to-management-group.md
119
- - text : Tenant
133
+ - text : Tenant scope
120
134
url : deploy-to-tenant.md
121
- - text : Scoping extension resource
135
+ - text : Scope extension resource
122
136
url : scope-extension-resources.md
123
137
# Card
124
- - title : Guidance & patterns
125
- linkLists :
126
- - linkListType : how-to-guide
127
- links :
128
- - text : Best practices
129
- url : best-practices.md
130
- - text : Configuration set pattern
131
- url : patterns-configuration-set.md
132
- - text : Shared variable file pattern
133
- url : patterns-shared-variable-file.md
134
- # Card
135
138
- title : Explore reference content
136
139
linkLists :
137
140
- linkListType : reference
138
141
links :
139
142
- text : Bicep resource reference
140
143
url : /azure/templates/
141
- - text : Bicep CLI
142
- url : ./bicep-cli.md
143
- - text : Bicep core diagnostics
144
- url : ./bicep-core-diagnostics.md
145
144
- text : Azure Quickstart Templates
146
145
url : https://azure.microsoft.com/resources/templates/
146
+ - text : Bicep CLI reference
147
+ url : ./bicep-cli.md
148
+ - text : Bicep warning and error codes
149
+ url : ./bicep-core-diagnostics.md
150
+ - text : Azure CLI reference
151
+ url : /cli/azure/resource
152
+ - text : Azure PowerShell reference
153
+ url : /powershell/module/az.resources
147
154
- text : Microsoft Graph Bicep reference
148
155
url : https://learn.microsoft.com/graph/templates/reference/overview
149
- - text : Azure PowerShell
150
- url : /powershell/module/az.resources
151
- - text : Azure CLI
152
- url : /cli/azure/resource
153
156
0 commit comments