- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 219字
- 2021-07-02 12:59:31
Provisioning
The ARM framework helps to provision resources. The entire framework is highly scalable, performance-centric, and comprises multiple internal components. These components are not directly visible to users, but they help implement modularity and reusability within the overall architecture.
Here is the ARM architecture:

Here is the same architecture using examples of resource providers and types:

We will be referring to this architecture not only in this section but also throughout this chapter. The architecture comprises an Azure Resource Manager API component. This is one of the main components and the first point of contact with the Azure APIs for doing any operation within Azure. This is the control plane for the entire ARM framework.
When a client wants to talk to Azure, they must send their requests to this component. The ARM API does all the deciding, routing, and scheduling of resources. It hands over the incoming requests to other components that have designated responsibilities. While provisioning resources, it hands over the requests to the resource provider component, and the resource provider eventually ensures that resource instances are created based on the resource types controlled by them. Similarly, it hands over the request to other components, such as Azure policies, to evaluate the request and check whether the action in the request should be executed or denied.
- Linux運維之道(第3版)
- Windows Server 2012 Hyper-V Cookbook
- Mastering KVM Virtualization
- Linux自動化運維:Shell與Ansible(微課版)
- Microsoft Operations Management Suite Cookbook
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- NetDevOps入門與實踐
- Hands-On UX Design for Developers
- Mastering Windows 8 C++ App Development
- bash shell腳本編程經典實例(第2版)
- Linux集群之美
- BuddyPress Theme Development
- Xamarin Mobile Application Development for Android
- Drupal 7 Mobile Web Development Beginner’s Guide
- 嵌入式Linux設備驅動程序開發指南(原書第2版)