- Hands-On Networking with Azure
- Mohamed Waly
- 294字
- 2021-06-24 18:41:20
ARM key points
For a better understanding of the ARM model, you might need to consider the following key points:
- Resources with the same lifecycle should be gathered in the same resource group
- Resources in different regions can be in the same resource group
- Every resource must be assigned to a resource group, so whenever you want to move a resource between resource groups you must remove it from its current resource group and then add it to the new resource group
- Resource groups support RBAC, wherein a user can have access to some specific resources, and have no access to the others
- Some resources can be shared across resource groups such as storage accounts
- ARM virtual machines can only be placed in ARM storage accounts
- You cannot create a virtual machine using the ARM model and assign it to a virtual network built using the ASM model
- You cannot use a prebuilt image that was created by ASM APIs to build a VM using the ARM model, but as a workaround you can copy the VHD files from the storage account in the classic portal to a storage account created in the ARM model
- You can migrate assets from the ASM model to the ARM model
- Every resource must be assigned to a resource group, so whenever you want to move a resource between resource groups you must remove it from its current resource group, and then add it to the new resource group
You can change the background of the portal by double-clicking on any unused area of the dashboard. You can navigate between four colors (blue, dark blue, white, and black). For further information about the difference between the ARM and ASM models, check out the following article: https://blogs.technet.microsoft.com/meamcs/2016/12/22/difference-between-azure-service-manager-and-azure-resource-manager/.
推薦閱讀
- 應(yīng)對(duì)多突發(fā)事件的信息系統(tǒng)應(yīng)用技術(shù)
- 網(wǎng)絡(luò)工程
- .NET Core 2.0 應(yīng)用程序高級(jí)調(diào)試:完全掌握Linux、macOS和Windows跨平臺(tái)調(diào)試技術(shù)
- Learn pfSense 2.4
- HBase不睡覺(jué)書(shū)
- Solaris 10系統(tǒng)管理
- OPENStack云框架應(yīng)用管理實(shí)踐
- 云數(shù)據(jù)中心智能管理
- 華為云計(jì)算HCIA實(shí)驗(yàn)指南(第二版)
- 軟件定義網(wǎng)絡(luò):SDN與OpenFlow解析
- INSTANT Migration to HTML5 and CSS3 How-to
- 信息安全技術(shù)
- Linux環(huán)境編程
- 多云和混合云:云原生多集群和應(yīng)用管理
- Grails技術(shù)精解與開(kāi)發(fā)實(shí)戰(zhàn)