Skip to content

Commit 0aa3f01

Browse files
Merge pull request #180266 from tfitzmac/1117hub
update landing page for Bicep
2 parents d330e04 + 659a756 commit 0aa3f01

File tree

1 file changed

+29
-9
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+29
-9
lines changed

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

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: na
1414
author: mumian
1515
ms.author: jgao
16-
ms.date: 08/18/2021
16+
ms.date: 11/17/2021
1717

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

@@ -50,29 +50,37 @@ landingContent:
5050
linkLists:
5151
- linkListType: how-to-guide
5252
links:
53-
- text: Use functions
54-
url: ./bicep-functions.md
55-
- text: Use operators
56-
url: ./operators.md
57-
- text: Use data types
58-
url: ./data-types.md
53+
- text: Bicep file structure & syntax
54+
url: ./file.md
5955
- text: Define parameters
6056
url: ./parameters.md
6157
- text: Define variables
6258
url: ./variables.md
6359
- text: Define resources
6460
url: ./resource-declaration.md
61+
- text: Define modules
62+
url: ./modules.md
6563
- text: Define outputs
6664
url: outputs.md
6765
- linkListType: reference
6866
links:
69-
- text: Bicep file structure
70-
url: ./file.md
67+
- text: Functions
68+
url: ./bicep-functions.md
69+
- text: Operators
70+
url: ./operators.md
71+
- text: Data types
72+
url: ./data-types.md
7173
- text: Azure Quickstart templates
7274
url: https://azure.microsoft.com/resources/templates/
7375
# Card
7476
- title: Deploy Bicep files
7577
linkLists:
78+
- linkListType: quickstart
79+
links:
80+
- text: Bicep with pipelines
81+
url: add-template-to-azure-pipelines.md
82+
- text: Bicep with GitHub Actions
83+
url: deploy-github-actions.md
7684
- linkListType: how-to-guide
7785
links:
7886
- text: PowerShell
@@ -99,6 +107,17 @@ landingContent:
99107
- text: Scoping extension resource
100108
url: scope-extension-resources.md
101109
# Card
110+
- title: Guidance & patterns
111+
linkLists:
112+
- linkListType: how-to-guide
113+
links:
114+
- text: Best practices
115+
url: best-practices.md
116+
- text: Configuration set pattern
117+
url: patterns-configuration-set.md
118+
- text: Shared variable file pattern
119+
url: patterns-shared-variable-file.md
120+
# Card
102121
- title: Explore reference content
103122
linkLists:
104123
- linkListType: reference
@@ -109,3 +128,4 @@ landingContent:
109128
url: /powershell/module/az.resources
110129
- text: Azure CLI
111130
url: /cli/azure/resource
131+

0 commit comments

Comments
 (0)