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
+
4
6
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 "
7
9
services : azure-resource-manager
8
10
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
10
14
author : mumian
11
- manager : dougeby
12
15
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/19/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
+
22
+ # Card (optional)
23
+ - title : About Resource Manager
24
+ linkLists :
25
+ - linkListType : overview
26
+ links :
27
+ - text : What is Resource Manager?
28
+ url : resource-group-overview.md
29
+ - text : What is Resource Manager template
30
+ url : template-deployment-overview.md
31
+ - text : Subscription level deployment
32
+ url : deploy-to-subscription.md
33
+ - linkListType : Concept
34
+ links :
35
+ - text : Best practices
36
+ url : template-best-practices.md
37
+ - text : Deployment modes
38
+ url : deployment-mode.md
39
+ - text : Linked templates
40
+ url : resource-group-linked-templates.md
41
+ - text : Deployment Manager
42
+ url : deployment-manager-overview.md
43
+
44
+ # Card (optional)
45
+ - title : Get started
46
+ linkLists :
47
+ - linkListType : quickstart
48
+ links :
49
+ - text : Create templates - portal
50
+ url : resource-manager-quickstart-create-templates-use-the-portal.md
51
+ - text : create templates - VS Code
52
+ url : resource-manager-quickstart-create-templates-use-visual-studio-code.md
53
+ - text : create templates - Visual Studio
54
+ url : vs-azure-tools-resource-groups-deployment-projects-create-deploy.md
55
+
56
+ - linkListType : Tutorials
57
+ links :
58
+ - text : Deploy multiple instances
59
+ url : resource-manager-tutorial-create-multiple-instances.md
60
+ - text : Set deployment order
61
+ url : resource-manager-tutorial-create-templates-with-dependent-resources.md
62
+ - text : Integrate key vault
63
+ url : resource-manager-tutorial-use-key-vault.md
64
+
65
+ # Card
66
+ - title : Develop templates
67
+ linkLists :
68
+ - linkListType : how-to-guide
69
+ links :
70
+ - text : Use VS Code
71
+ url : resource-manager-tools-vs-code.md
72
+ - text : Use functions
73
+ url : resource-group-template-functions.md
74
+ - text : Define parameters
75
+ url : template-parameters.md
76
+ - text : Define variables
77
+ url : template-variables.md
78
+ - text : Define resources
79
+ url : child-resource-name-type.md
80
+ - text : Define outputs
81
+ url : template-outputs.md
82
+ - text : CI/CD
83
+ url : vs-resource-groups-project-devops-pipelines.md
84
+
85
+ # Card
86
+ - title : Deploy templates
87
+ linkLists :
88
+ - linkListTypes : how-to-guide
89
+ links :
90
+ - text : By using PowerShell
91
+ url : resource-group-template-deploy.md
92
+ - text : By using CLI
93
+ url : resource-group-template-deploy-cli.md
94
+ - text : By using portal
95
+ url : resource-group-template-deploy-portal.md
96
+ - text : By using REST API
97
+ url : resource-group-template-deploy-rest.md
98
+
99
+ # Card
100
+ - title : Manage
101
+ linkLists :
102
+ - linkListType : how-to-guide
103
+ links :
104
+ - text : Export templates
105
+ url : export-template-porta.md
106
+ - linkListType : how-to-guide
107
+ links :
108
+ - text : Move resources
109
+ url : resource-group-move-resources.md
110
+ - text : Tag resources
111
+ url : resource-group-using-tags.md
112
+ - text : Lock resources
113
+ url : resource-group-lock-resources.md
114
+
115
+ # Card
116
+ - title : Monitor and troubleshoot
117
+ linkLists :
118
+ - linkListType : how-to-guide
119
+ links :
120
+ - text : View activity logs
121
+ url : resource-group-audit.md
122
+ - text : View deployment operation
123
+ url : resource-manager-deployment-operations.md
124
+ - text : Troubleshoot deployment errors
125
+ url : resource-manager-common-deployment-errors.md
126
+
127
+ # Card
128
+ - title : Reference
129
+ linkLists :
130
+ - linkListType : reference
131
+ links :
132
+ - text : Resource providers and types
133
+ url : resource-manager-supported-services.md
134
+ - text : Template reference
135
+ url : /azure/templates/
0 commit comments