🪣 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)
(c) Page Blobs : Normal Read & Write
➼ Azure provides many storage solutions :
(a) Azure Blobs : Scalable and Used for storing Text & Binary Data
(b) Azure Files : Managed File Systems for On & off-premises
(c) Azure Queues : Used for storing messaging data
(4/n)
(d) Azure tables : Used for storing schema less NoSQL data
(e) Azure Disk : Block Volumes for Azure VMs
(5/n)
🕸️Azure Virtual Networks : Azure Networking allows azure resources to communicate with each other.
➼ It creates a virtual network by virtualizing everything in azure environment.
🧑💼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.