Skip to content

Commit 6202c2d

Browse files
authored
Merge pull request #106939 from tfitzmac/0309lp
add scoped deploy to index
2 parents 97f8003 + 83bcad7 commit 6202c2d

File tree

1 file changed

+27
-17
lines changed
  • articles/azure-resource-manager/templates

1 file changed

+27
-17
lines changed

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

Lines changed: 27 additions & 17 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: 03/04/2020
16+
ms.date: 03/09/2020
1717

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

@@ -33,8 +33,6 @@ landingContent:
3333
url: deployment-modes.md
3434
- text: Linked templates
3535
url: linked-templates.md
36-
- text: Subscription level deployment
37-
url: deploy-to-subscription.md
3836
- linkListType: video
3937
links:
4038
- text: What's new?
@@ -92,30 +90,29 @@ landingContent:
9290
linkLists:
9391
- linkListType: how-to-guide
9492
links:
95-
- text: By using PowerShell
93+
- text: PowerShell
9694
url: deploy-powershell.md
97-
- text: By using CLI
95+
- text: Azure CLI
9896
url: deploy-cli.md
99-
- text: By using portal
97+
- text: Portal
10098
url: deploy-portal.md
101-
- text: By using REST API
99+
- text: REST API
102100
url: deploy-rest.md
103101
- text: What-if deployment
104102
url: template-deploy-what-if.md
105-
- text: View deployment history
106-
url: deployment-history.md
107-
103+
108104
# Card
109-
- title: Manage templates
105+
- title: Scoped deployments
110106
linkLists:
111107
- linkListType: how-to-guide
112108
links:
113-
- text: Export templates
114-
url: export-template-portal.md
115-
- text: CI/CD
116-
url: add-template-to-azure-pipelines.md
109+
- text: Subscription
110+
url: deploy-to-subscription.md
111+
- text: Management group
112+
url: deploy-to-management-group.md
113+
- text: Tenant
114+
url: deploy-to-tenant.md
117115

118-
119116
# Card
120117
- title: Explore reference content
121118
linkLists:
@@ -134,4 +131,17 @@ landingContent:
134131
- text: Java
135132
url: /java/api/com.microsoft.azure.management.resources
136133
- text: Python
137-
url: /python/api/overview/azure/resources?view=azure-python
134+
url: /python/api/overview/azure/resources?view=azure-python
135+
136+
137+
# Card
138+
- title: Manage templates
139+
linkLists:
140+
- linkListType: how-to-guide
141+
links:
142+
- text: Export templates
143+
url: export-template-portal.md
144+
- text: CI/CD
145+
url: add-template-to-azure-pipelines.md
146+
- text: View deployment history
147+
url: deployment-history.md

0 commit comments

Comments
 (0)