@@ -13,7 +13,7 @@ metadata:
13
13
ms.collection : na
14
14
author : mumian
15
15
ms.author : jgao
16
- ms.date : 08/18 /2021
16
+ ms.date : 11/17 /2021
17
17
18
18
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
19
19
@@ -50,29 +50,37 @@ landingContent:
50
50
linkLists :
51
51
- linkListType : how-to-guide
52
52
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
59
55
- text : Define parameters
60
56
url : ./parameters.md
61
57
- text : Define variables
62
58
url : ./variables.md
63
59
- text : Define resources
64
60
url : ./resource-declaration.md
61
+ - text : Define modules
62
+ url : ./modules.md
65
63
- text : Define outputs
66
64
url : outputs.md
67
65
- linkListType : reference
68
66
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
71
73
- text : Azure Quickstart templates
72
74
url : https://azure.microsoft.com/resources/templates/
73
75
# Card
74
76
- title : Deploy Bicep files
75
77
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
76
84
- linkListType : how-to-guide
77
85
links :
78
86
- text : PowerShell
@@ -99,6 +107,17 @@ landingContent:
99
107
- text : Scoping extension resource
100
108
url : scope-extension-resources.md
101
109
# 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
102
121
- title : Explore reference content
103
122
linkLists :
104
123
- linkListType : reference
@@ -109,3 +128,4 @@ landingContent:
109
128
url : /powershell/module/az.resources
110
129
- text : Azure CLI
111
130
url : /cli/azure/resource
131
+
0 commit comments