- 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.
- Kubernetes修煉手冊
- Linux設備驅動開發詳解(第2版)
- Cybersecurity:Attack and Defense Strategies
- 每天5分鐘玩轉Kubernetes
- Windows Server 2012 Hyper-V Cookbook
- Ganglia系統監控
- Linux集群和自動化運維
- 嵌入式Linux應用開發菜鳥進階
- 嵌入式系統原理及開發
- VMware NSX Cookbook
- 無蘋果不生活 The New iPad隨身寶典
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- jQuery UI Cookbook
- Distributed Computing with Go
- Windows Vista終極技巧金典