From the course: Azure Essential Training for Developers

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Using the Azure Resource Manager

Using the Azure Resource Manager - Azure Tutorial

From the course: Azure Essential Training for Developers

Using the Azure Resource Manager

- Once you start creating more and more resources, it can get time consuming to manage them. Especially if you had to do that one resource at a time. Even with the help of resource groups, we'll realistically deal with several versions of our applications, different environments, and other configurations that increase the number of resources we use. Understanding this, Azure provides the Azure Resource Manager as a convenient way to deal with this in a reliable and scalable way. At its core, the Azure Resource Manager is a collection of rest API endpoints that are used to create, update, and delete resources. Each request is authenticated and authorized by the same management layer. This results in a consistent experience for you no matter which tool or service you use to interact with the Azure Resource Manager. Most importantly, the Azure Resource Manager plays a critical role in scaling your deployment processes.…

Contents