-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Expand file tree
/
Copy pathindex.yml
More file actions
175 lines (171 loc) · 6.03 KB
/
index.yml
File metadata and controls
175 lines (171 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
### YamlMime:Hub
title: Azure Resource Manager documentation
summary: Azure Resource Manager is the deployment and management service for Azure. Use infrastructure as code to reliably deploy and manage your Azure solutions.
# brand: aspnet | azure | dotnet | dynamics | m365 | ms-graph | office | power-platform | sql | sql-server | vs | visual-studio | windows | xamarin
brand: azure
metadata:
title: Azure Resource Manager documentation
description: Azure Resource Manager is the deployment and management service for Azure.
ms.service: azure-resource-manager
ms.author: jgao
ms.topic: hub-page
ms.date: 12/22/2025
# highlightedContent section (optional)
# Maximum of 8 items
highlightedContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
items:
# Card
- title: What is Resource Manager?
itemType: overview
url: management/overview.md
# Card
- title: What are ARM templates?
itemType: overview
url: templates/overview.md
# Card
- title: What is Bicep?
itemType: overview
url: bicep/overview.md
# conceptualContent section (optional)
conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
items:
# Card
- title: Deploy ARM templates
links:
- url: templates/overview.md
itemType: overview
text: Overview
- url: templates/template-tutorial-create-first-template.md
itemType: tutorial
text: Beginner tutorial series
- url: ./templates/syntax.md
itemType: reference
text: Template syntax
- url: templates/template-functions.md
itemType: reference
text: Template functions
- url: /azure/templates/
itemType: reference
text: Template reference
- url: templates/deploy-powershell.md
itemType: how-to-guide
text: Deploy
- url: ./templates/best-practices.md
itemType: concept
text: Best practices
# footerLink (optional)
footerLink:
url: templates/index.yml
text: See more
# Card
- title: Deploy Bicep files
links:
- url: bicep/overview.md
itemType: overview
text: Overview
- url: bicep/quickstart-create-bicep-use-visual-studio-code.md
itemType: quickstart
text: Create first Bicep file
- url: bicep/file.md
itemType: reference
text: Bicep file structure
- url: bicep/bicep-functions.md
itemType: reference
text: Bicep functions
- url: /azure/templates/
itemType: reference
text: Resource reference
- url: bicep/deploy-powershell.md
itemType: how-to-guide
text: Deploy
- url: ./bicep/best-practices.md
itemType: concept
text: Best practices
# footerLink (optional)
footerLink:
url: bicep/index.yml
text: See more
# Card
- title: Manage resources
links:
- url: management/overview.md
itemType: overview
text: Overview
- url: management/tag-resources.md
itemType: how-to-guide
text: Tag resources
- url: management/move-resource-group-and-subscription.md
itemType: concept
text: Move resources
- url: management/lock-resources.md
itemType: how-to-guide
text: Lock resources
- url: management/resource-providers-and-types.md
itemType: concept
text: Resource providers and types
- url: management/azure-subscription-service-limits.md
itemType: concept
text: Subscription and service limits
# footerLink (optional)
footerLink:
url: management/index.yml
text: See more
# Card
- title: Troubleshoot deployments
links:
- url: troubleshooting/overview.md
itemType: overview
text: Overview
- url: troubleshooting/common-deployment-errors.md
itemType: how-to-guide
text: Common deployment errors
- url: troubleshooting/quickstart-troubleshoot-bicep-deployment.md
itemType: quickstart
text: Troubleshoot Bicep file
- url: troubleshooting/quickstart-troubleshoot-arm-deployment.md
itemType: quickstart
text: Troubleshoot ARM template JSON
# footerLink (optional)
footerLink:
url: troubleshooting/index.yml
text: See more
# Card
- title: Managed Applications
links:
- url: managed-applications/overview.md
itemType: overview
text: Overview
- url: managed-applications/publish-service-catalog-app.md
itemType: tutorial
text: Publish app to service catalog
- url: managed-applications/create-uidefinition-overview.md
itemType: how-to-guide
text: Define portal pane for creating app
- url: ../marketplace/azure-app-offer-setup.md
itemType: tutorial
text: Add app to Marketplace
# footerLink (optional)
footerLink:
url: managed-applications/index.yml
text: See more
# Card
- title: Azure Custom Providers
links:
- url: custom-providers/overview.md
itemType: overview
text: Overview
- url: custom-providers/create-custom-provider.md
itemType: quickstart
text: Create custom provider
- url: custom-providers/tutorial-get-started-with-custom-providers.md
itemType: tutorial
text: Create custom actions and resources
- url: custom-providers/custom-providers-action-endpoint-how-to.md
itemType: how-to-guide
text: Add custom actions to Azure REST API
# footerLink (optional)
footerLink:
url: custom-providers/index.yml
text: See more