Skip to content

Commit 9bcb9ca

Browse files
committed
update the Bicep landing page
1 parent 1fc8834 commit 9bcb9ca

File tree

1 file changed

+33
-21
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+33
-21
lines changed

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

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ metadata:
1010
ms.author: jgao
1111
ms.subservice: bicep
1212
ms.topic: landing-page
13-
ms.date: 03/17/2025
13+
ms.date: 04/23/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: About Bicep
2020
linkLists:
2121
- linkListType: overview
2222
links:
@@ -32,6 +32,12 @@ landingContent:
3232
# Card (optional)
3333
- title: Get started
3434
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
3541
- linkListType: quickstart
3642
links:
3743
- text: Create Bicep files - VS Code
@@ -42,10 +48,6 @@ landingContent:
4248
url: quickstart-create-template-specs.md
4349
- text: Create deployment stacks
4450
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
4951
- linkListType: learn
5052
links:
5153
- text: Fundamentals of Bicep
@@ -54,7 +56,7 @@ landingContent:
5456
url: /training/paths/intermediate-bicep/
5557
- text: Advanced Bicep
5658
url: /training/paths/advanced-bicep/
57-
- text: Use deployment stacks
59+
- text: Deployment stacks
5860
url: /training/modules/introduction-to-deployment-stacks/
5961

6062
# Card
@@ -78,33 +80,43 @@ landingContent:
7880
url: ./user-defined-data-types.md
7981
- text: User-defined functions
8082
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
8193
- linkListType: reference
8294
links:
8395
- text: Data types
8496
url: ./data-types.md
85-
- text: Operators
86-
url: ./operators.md
8797
- text: Functions
8898
url: ./bicep-functions.md
99+
- text: Operators
100+
url: ./operators.md
89101
# Card
90102
- title: Deploy Bicep files
91103
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
92114
- linkListType: quickstart
93115
links:
94116
- text: Bicep with pipelines
95117
url: add-template-to-azure-pipelines.md
96118
- text: Bicep with GitHub Actions
97119
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
108120
# Card
109121
- title: Scoped deployments
110122
linkLists:
@@ -138,12 +150,12 @@ landingContent:
138150
links:
139151
- text: Bicep resource reference
140152
url: /azure/templates/
153+
- text: Azure Quickstart Templates
154+
url: https://azure.microsoft.com/resources/templates/
141155
- text: Bicep CLI
142156
url: ./bicep-cli.md
143157
- text: Bicep core diagnostics
144158
url: ./bicep-core-diagnostics.md
145-
- text: Azure Quickstart Templates
146-
url: https://azure.microsoft.com/resources/templates/
147159
- text: Microsoft Graph Bicep reference
148160
url: https://learn.microsoft.com/graph/templates/reference/overview
149161
- text: Azure PowerShell

0 commit comments

Comments
 (0)