Skip to content

Commit 10bab18

Browse files
authored
Merge pull request #89160 from mumian/0919-landing
Update the landing page
2 parents 5c95fc8 + 9d34604 commit 10bab18

File tree

1 file changed

+137
-73
lines changed

1 file changed

+137
-73
lines changed
Lines changed: 137 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,142 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Resource Manager on Azure documentation
1+
### YamlMime:Landing
2+
3+
title: Azure Resource Manager documentation
4+
summary: Resource Manager template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project.
5+
46
metadata:
5-
title: Resource Manager on Azure documentation - Tutorials, samples, reference, and resources
6-
description: Learn how to use Resource Manager to deploy and manage solution resources as a group and to create templates for consistent and repeatable resource deployment.
7+
title: Azure Resource Manager documentation
8+
description: "Learn how to develop Azure Resource Manager templates and use them to deploy Azure resources"
79
services: azure-resource-manager
810
ms.service: azure-resource-manager
9-
keywords: Resource Manager, azure, devops, tutorials, samples, reference, documentation
11+
ms.subservice: na
12+
ms.topic: landing-page
13+
ms.collection: na
1014
author: mumian
11-
manager: dougeby
1215
ms.author: jgao
13-
ms.topic: landing-page
14-
ms.date: 12/10/2018
15-
abstract:
16-
description: Learn how to use Resource Manager to deploy, monitor, and manage solution resources as a group. Tutorials, API references, and other documentation show you how to set up resource groups and create templates for consistent and repeatable deployment.
17-
sections:
18-
- title: Quickstarts
19-
items:
20-
- type: paragraph
21-
text: Use various tools to create Azure Resource Manager templates for deploying Azure resources.
22-
- type: list
23-
style: icon48
24-
items:
25-
- image:
26-
src: https://docs.microsoft.com/media/common/i_portal.svg
27-
text: Generate a template by using the Azure portal
28-
href: https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal
29-
- image:
30-
src: https://docs.microsoft.com/media/logos/logo_vs-code.svg
31-
text: Create a template by using Visual Studio Code
32-
href: https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-quickstart-create-templates-use-visual-studio-code
33-
- image:
34-
src: https://docs.microsoft.com/media/logos/logo_visual-studio.svg
35-
text: Create a template by using Visual Studio
36-
href: https://docs.microsoft.com/azure/azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy
37-
- title: Step-by-Step Tutorials
38-
items:
39-
- type: paragraph
40-
text: Learn how to create Azure Resource Manager templates for deploying Azure resources.
41-
- type: list
42-
style: unordered
43-
items:
44-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-create-encrypted-storage-accounts">Utilize the Resource Manager template reference</a>.
45-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-create-multiple-instances">Create multiple instances of an Azure resource</a>.
46-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-create-templates-with-dependent-resources">Set resource deployment order</a>.
47-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-use-conditions">Use conditions</a>.
48-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-use-key-vault">Integrate Azure Key Vault</a>.
49-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-create-linked-templates">Create linked templates</a>.
50-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-deploy-vm-extensions">Deploy virtual machine extensions</a>.
51-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-deploy-sql-extensions-bacpac">Deploy SQL extensions</a>.
52-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-secure-artifacts">Secure template artifacts</a>.
53-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-tutorial">Use safe deployment practices</a>.
54-
- html: <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-tutorial-troubleshoot">Troubleshoot template deployments</a>.
55-
- title: Samples
56-
items:
57-
- type: paragraph
58-
text: Sample configuration templates for common deployment tasks.
59-
- type: list
60-
style: unordered
61-
className: spaced noBullet
62-
items:
63-
- html: <a href="https://azure.microsoft.com/resources/templates/">Azure Quickstart Templates</a>
64-
- html: <a href="https://resources.azure.com/">Azure Resource Explorer (Preview)</a>
65-
- title: Reference
66-
items:
67-
- type: list
68-
style: cards
69-
className: cardsD
70-
items:
71-
- title: Templates
72-
html: <p><a href="/azure/templates/">Template reference</a></p><p><a href="/azure/resource-group-template-functions">Template functions</a></p><p><a href="/azure/azure-resource-manager/managed-application-createuidefinition-functions">UI definition functions</a></p><p><a href="/azure/azure-resource-manager/managed-application-createuidefinition-elements">UI definition elements</a></p>
73-
- title: Command-Line
74-
html: <p><a href="/cli/azure/resource">Azure CLI</a></p><p><a href="/powershell/module/az.resources">Azure PowerShell</a></p>
75-
- title: Languages
76-
html: <p><a href="/dotnet/api/microsoft.azure.management.resourcemanager">.NET</a></p><p><a href="/java/api/com.microsoft.azure.management.resources">Java</a></p><p><a href="/python/api/overview/azure/resources?view=azure-python">Python</a></p>
77-
- title: REST
78-
html: <p><a href="/rest/api/resources/">REST API</a></p>
16+
ms.date: 09/25/2019
17+
18+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
19+
20+
landingContent:
21+
# Card (optional)
22+
- title: About Resource Manager
23+
linkLists:
24+
- linkListType: overview
25+
links:
26+
- text: What is Resource Manager?
27+
url: resource-group-overview.md
28+
- text: What is Resource Manager template?
29+
url: template-deployment-overview.md
30+
- linkListType: concept
31+
links:
32+
- text: Best practices
33+
url: template-best-practices.md
34+
- text: Deployment modes
35+
url: deployment-modes.md
36+
- text: Linked templates
37+
url: resource-group-linked-templates.md
38+
- text: Subscription level deployment
39+
url: deploy-to-subscription.md
40+
- text: Deployment Manager
41+
url: deployment-manager-overview.md
42+
43+
# Card (optional)
44+
- title: Get started
45+
linkLists:
46+
- linkListType: quickstart
47+
links:
48+
- text: Create templates - portal
49+
url: resource-manager-quickstart-create-templates-use-the-portal.md
50+
- text: create templates - VS Code
51+
url: resource-manager-quickstart-create-templates-use-visual-studio-code.md
52+
- text: create templates - Visual Studio
53+
url: vs-azure-tools-resource-groups-deployment-projects-create-deploy.md
54+
55+
- linkListType: tutorial
56+
links:
57+
- text: Deploy multiple instances
58+
url: resource-manager-tutorial-create-multiple-instances.md
59+
- text: Set deployment order
60+
url: resource-manager-tutorial-create-templates-with-dependent-resources.md
61+
- text: Integrate key vault
62+
url: resource-manager-tutorial-use-key-vault.md
63+
64+
# Card
65+
- title: Develop templates
66+
linkLists:
67+
- linkListType: how-to-guide
68+
links:
69+
- text: Use VS Code
70+
url: resource-manager-tools-vs-code.md
71+
- text: Use functions
72+
url: resource-group-template-functions.md
73+
- text: Define parameters
74+
url: template-parameters.md
75+
- text: Define variables
76+
url: template-variables.md
77+
- text: Define resources
78+
url: child-resource-name-type.md
79+
- text: Define outputs
80+
url: template-outputs.md
81+
82+
- linkListType: reference
83+
links:
84+
- text: Azure Quickstart templates
85+
url: /resources/templates/
86+
# Card
87+
- title: Deploy templates
88+
linkLists:
89+
- linkListType: how-to-guide
90+
links:
91+
- text: By using PowerShell
92+
url: resource-group-template-deploy.md
93+
- text: By using CLI
94+
url: resource-group-template-deploy-cli.md
95+
- text: By using portal
96+
url: resource-group-template-deploy-portal.md
97+
- text: By using REST API
98+
url: resource-group-template-deploy-rest.md
99+
100+
# Card
101+
- title: Manage templates
102+
linkLists:
103+
- linkListType: how-to-guide
104+
links:
105+
- text: Export templates
106+
url: export-template-portal.md
107+
- text: CI/CD
108+
url: vs-resource-groups-project-devops-pipelines.md
109+
110+
# Card
111+
- title: Manage resources
112+
linkLists:
113+
- linkListType: how-to-guide
114+
links:
115+
- text: Move resources
116+
url: resource-group-move-resources.md
117+
- text: Tag resources
118+
url: resource-group-using-tags.md
119+
- text: Lock resources
120+
url: resource-group-lock-resources.md
121+
122+
# Card
123+
- title: Monitor and troubleshoot
124+
linkLists:
125+
- linkListType: how-to-guide
126+
links:
127+
- text: View activity logs
128+
url: resource-group-audit.md
129+
- text: View deployment operation
130+
url: resource-manager-deployment-operations.md
131+
- text: Troubleshoot deployment errors
132+
url: resource-manager-common-deployment-errors.md
133+
134+
# Card
135+
- title: Explore reference content
136+
linkLists:
137+
- linkListType: reference
138+
links:
139+
- text: Resource providers and types
140+
url: resource-manager-supported-services.md
141+
- text: Template reference
142+
url: /azure/templates/

0 commit comments

Comments
 (0)