From the course: Planning a Microsoft Azure Solution

Unlock this course with a free trial

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

Understanding Azure Resource Manager

Understanding Azure Resource Manager - Azure Tutorial

From the course: Planning a Microsoft Azure Solution

Understanding Azure Resource Manager

- [Instructor] You interact with the Azure Resource Manager when you deploy your resources. Azure Resource Manager or ARM is the service for managing and deploying resources in your Azure environment. ARM enables you with multiple tools. The same API handles all the requests whether using the Azure Portal, Azure PowerShell, Azure CLI, or REST clients. Therefore, you have the same capabilities and get consistent results with different tools. When working with ARM, you have four levels or scopes, management groups, subscriptions, resource groups, and resources. The lower levels inherit the settings, for example, when you assign a policy to a management group, the subscriptions in that management group inherit the policy configuration. Management groups usually have multiple subscriptions, subscriptions numerous resource groups and resource groups various resources. The scopes are the same as the layers excluding Azure Active…

Contents