🧑💼Azure Resource Manager (ARM) : It provides management layer for all resources in Azure.
➼ All platforms from where we can manage cloud resources such as Portal, Az Module, AZ CLI, Rest API or SDKs, all communicate with ARM to perform actions in environment
(2/n)
➼ When request from any platform is sent to ARM then performs authentication and then forward request to resources providers for actions.
➼ ARM also includes templates known as (ARM Templates) for deploying resources repeatable and consistently.
(3/n)
🖥️Core Compute Services : Azure provides on-demand computing services which can be quickly deployed in minutes. These services includes :
🪣 Azure Storage Services : Azure provides scalable data objects for different sorts of service like Disk Storage for VMs, File Systems, Messaging Storages and NoSQL.
➼ AZ Storage Objects are managed by Storage A/c
➼ Azure Storage Account contains all data objects
(2/n)
➼ Storage Account comes with different performance types, these includes :
➼ Standard : Comes with General Purpose V2
➼ Premium : Comes with -
(a) Block Blobs : High Transfer Rate & Low Latency
(b) File Shares : High Performance & Scalable
(3/n)