@@ -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
@@ -109,3 +117,14 @@ landingContent:
109
117
url : /powershell/module/az.resources
110
118
- text : Azure CLI
111
119
url : /cli/azure/resource
120
+ # Card
121
+ - title : Guidance & patterns
122
+ linkLists :
123
+ - linkListType : how-to-guide
124
+ links :
125
+ - text : Best practices
126
+ url : best-practices.md
127
+ - text : Configuration set pattern
128
+ url : patterns-configuration-set.md
129
+ - text : Shared variable file pattern
130
+ url : patterns-shared-variable-file.md
0 commit comments