Skip to content

Commit cea7165

Browse files
authored
Merge pull request #108978 from tfitzmac/0325armoverview
changed h1
2 parents 205d932 + e90bb79 commit cea7165

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/azure-resource-manager/management/overview.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to use Azure Resource Manager for deployment, managem
44
ms.topic: overview
55
ms.date: 08/29/2019
66
---
7-
# Azure Resource Manager overview
7+
# What is Azure Resource Manager?
88

99
Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure subscription. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.
1010

@@ -14,7 +14,7 @@ To learn about Azure Resource Manager templates, see [Template deployment overvi
1414

1515
When a user sends a request from any of the Azure tools, APIs, or SDKs, Resource Manager receives the request. It authenticates and authorizes the request. Resource Manager sends the request to the Azure service, which takes the requested action. Because all requests are handled through the same API, you see consistent results and capabilities in all the different tools.
1616

17-
The following image shows the role Azure Resource Manager plays in handling Azure requests.
17+
The following image shows the role Azure Resource Manager plays in handling Azure requests.
1818

1919
![Resource Manager request model](./media/overview/consistent-management-layer.png)
2020

@@ -96,12 +96,8 @@ This resiliency applies to services that receive requests through Resource Manag
9696

9797
## Next steps
9898

99-
* For all the operations offered by resource providers, see the [Azure REST APIs](/rest/api/azure/).
100-
10199
* To learn about moving resources, see [Move resources to new resource group or subscription](move-resource-group-and-subscription.md).
102100

103101
* To learn about tagging resources, see [Use tags to organize your Azure resources](tag-resources.md).
104102

105103
* To learn about locking resources, see [Lock resources to prevent unexpected changes](lock-resources.md).
106-
107-
* For information about creating templates for deployments, see [Template deployment overview](../templates/overview.md).

0 commit comments

Comments
 (0)