- Azure for Architects
- Ritesh Modi
- 196字
- 2021-07-08 09:33:30
ARM advantages
The ARM provides distinct advantages and benefits over ASM.
- Grouping: ARM allows grouping of resources together in a logical container. These resources can be managed together and undergo a common life cycle as a group. This makes it easier to identify related and dependent resources.
- Common life cycle: Resources in a group have the same life cycle. These resources can evolve and be managed together as a unit.
- Role-Based Access Control: Granular roles and permissions can be assigned to resources providing discreet access to users. Users can have only those rights that are assigned to them.
- Deployment support: ARM provides deployment support in terms of templates enabling DevOps and Infrastructure as Code (IAC). The deployments are faster, consistent, and predictable.
- Superior technology: Cost and billing of resources can be managed as a unit. Each resource group can provide their usage and cost information.
- Manageability: ARM provides advanced features such as security, monitoring, auditing, and tagging features for better manageability of resources. Resources can be queried based on tags. Tags also provide cost and billing information for resources tagged similarly.
- Migration: Easier migration and update of resources within, as well as from across resource groups.
推薦閱讀
- 演進(jìn)式架構(gòu)(原書第2版)
- Mastering Concurrency in Go
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- PHP+MySQL網(wǎng)站開發(fā)項(xiàng)目式教程
- Python算法詳解
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- PHP與MySQL權(quán)威指南
- 面向?qū)ο蟪绦蛟O(shè)計(jì)及C++(第3版)
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)
- Processing開發(fā)實(shí)戰(zhàn)
- Moodle 3.x Developer's Guide
- Cinder:Begin Creative Coding
- BackTrack 5 Cookbook
- Building an E-Commerce Application with MEAN