Skip to content

Commit 7b5c71f

Browse files
Merge pull request #298722 from mumian/0423-bicep-landing
update the Bicep landing page
2 parents a4d4a78 + 0ee3861 commit 7b5c71f

File tree

1 file changed

+61
-58
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+61
-58
lines changed

articles/azure-resource-manager/bicep/index.yml

Lines changed: 61 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,24 @@ metadata:
1010
ms.author: jgao
1111
ms.subservice: bicep
1212
ms.topic: landing-page
13-
ms.date: 03/17/2025
13+
ms.date: 04/24/2025
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1616

1717
landingContent:
1818
# Card (optional)
19-
- title: Bicep
19+
- title: Get started
2020
linkLists:
2121
- linkListType: overview
2222
links:
2323
- text: What is Bicep?
2424
url: overview.md
25-
- linkListType: video
25+
- linkListType: get-started
2626
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
3531
- linkListType: quickstart
3632
links:
3733
- text: Create Bicep files - VS Code
@@ -42,10 +38,6 @@ landingContent:
4238
url: quickstart-create-template-specs.md
4339
- text: Create deployment stacks
4440
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
4941
- linkListType: learn
5042
links:
5143
- text: Fundamentals of Bicep
@@ -54,100 +46,111 @@ landingContent:
5446
url: /training/paths/intermediate-bicep/
5547
- text: Advanced Bicep
5648
url: /training/paths/advanced-bicep/
57-
- text: Use deployment stacks
49+
- text: Deployment stacks
5850
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
6061
# Card
6162
- title: Author Bicep files
6263
linkLists:
6364
- linkListType: how-to-guide
6465
links:
6566
- text: Bicep file structure & syntax
6667
url: ./file.md
67-
- text: Define parameters
68-
url: ./parameters.md
69-
- text: Define variables
70-
url: ./variables.md
7168
- text: Define resources
7269
url: ./resource-declaration.md
7370
- text: Define modules
7471
url: ./modules.md
75-
- text: Define outputs
76-
url: ./outputs.md
7772
- text: User-defined data types
7873
url: ./user-defined-data-types.md
7974
- text: User-defined functions
8075
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
8186
- linkListType: reference
8287
links:
8388
- text: Data types
8489
url: ./data-types.md
85-
- text: Operators
86-
url: ./operators.md
8790
- text: Functions
8891
url: ./bicep-functions.md
92+
- text: Operators
93+
url: ./operators.md
8994
# Card
9095
- title: Deploy Bicep files
9196
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
92107
- linkListType: quickstart
93108
links:
94109
- text: Bicep with pipelines
95110
url: add-template-to-azure-pipelines.md
96111
- text: Bicep with GitHub Actions
97112
url: deploy-github-actions.md
113+
# Card
114+
- title: Patterns
115+
linkLists:
98116
- linkListType: how-to-guide
99117
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
108122
# Card
109-
- title: Scoped deployments
123+
- title: Deployment scopes
110124
linkLists:
111125
- linkListType: how-to-guide
112126
links:
113-
- text: Resource group
127+
- text: Resource group scope
114128
url: deploy-to-resource-group.md
115-
- text: Subscription
129+
- text: Subscription scope
116130
url: deploy-to-subscription.md
117-
- text: Management group
131+
- text: Management group scope
118132
url: deploy-to-management-group.md
119-
- text: Tenant
133+
- text: Tenant scope
120134
url: deploy-to-tenant.md
121-
- text: Scoping extension resource
135+
- text: Scope extension resource
122136
url: scope-extension-resources.md
123137
# 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
135138
- title: Explore reference content
136139
linkLists:
137140
- linkListType: reference
138141
links:
139142
- text: Bicep resource reference
140143
url: /azure/templates/
141-
- text: Bicep CLI
142-
url: ./bicep-cli.md
143-
- text: Bicep core diagnostics
144-
url: ./bicep-core-diagnostics.md
145144
- text: Azure Quickstart Templates
146145
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
147154
- text: Microsoft Graph Bicep reference
148155
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
153156

0 commit comments

Comments
 (0)