@@ -20,18 +20,18 @@ metadata:
20
20
highlightedContent :
21
21
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
22
22
items :
23
- # Card
23
+ # Card
24
+ - title : What is Resource Manager?
25
+ itemType : overview
26
+ url : management/overview.md
27
+ # Card
24
28
- title : What are templates?
25
29
itemType : overview
26
30
url : templates/overview.md
27
31
# Card
28
32
- title : Create your first template
29
33
itemType : tutorial
30
34
url : templates/template-tutorial-create-first-template.md
31
- # Card
32
- - title : What is Resource Manager?
33
- itemType : overview
34
- url : management/overview.md
35
35
36
36
# conceptualContent section (optional)
37
37
conceptualContent :
@@ -48,10 +48,13 @@ conceptualContent:
48
48
text : Beginner tutorial series
49
49
- url : templates/template-syntax.md
50
50
itemType : reference
51
- text : Template file structure
51
+ text : Template syntax
52
52
- url : templates/template-functions.md
53
53
itemType : reference
54
54
text : Template functions
55
+ - url : /azure/templates/
56
+ itemType : reference
57
+ text : Template reference
55
58
- url : templates/deploy-powershell.md
56
59
itemType : how-to-guide
57
60
text : Deploy
@@ -80,6 +83,9 @@ conceptualContent:
80
83
- url : management/resource-providers-and-types.md
81
84
itemType : concept
82
85
text : Resource providers and types
86
+ - url : management/azure-subscription-service-limits.md
87
+ itemType : concept
88
+ text : Subscription and service limits
83
89
# footerLink (optional)
84
90
footerLink :
85
91
url : management/index.yml
@@ -92,13 +98,13 @@ conceptualContent:
92
98
text : Overview
93
99
- url : managed-applications/publish-service-catalog-app.md
94
100
itemType : tutorial
95
- text : Publish service catalog app
101
+ text : Publish app to service catalog
96
102
- url : managed-applications/create-uidefinition-overview.md
97
103
itemType : how-to-guide
98
- text : Create UI definition
104
+ text : Define portal pane for creating app
99
105
- url : managed-applications/publish-marketplace-app.md
100
106
itemType : tutorial
101
- text : Add to Marketplace
107
+ text : Add app to Marketplace
102
108
# footerLink (optional)
103
109
footerLink :
104
110
url : managed-applications/index.yml
0 commit comments