Azure Storage Terminologies🏺
I'm Proficient in a variety of Big Data technologies, including AWS, Azure, GCP, Hadoop, Databricks, Pyspark, Sql, Python, Docker, Jenkins, Git/GitHub, Kubernetes, Azure Data Engineering.
Different ways to access Azure Storage services ↔️
Azure portal
Azure CLI
Cloud Shell
API's
Mobile application
Azure Subscription 💢
Whenever we create any resources a subscription needs to be provided from where money gets deducted, provided it is not a free account.
Resource Group 🥢
A resource group is like a bag. Whenever we create anything in azure it needs to be put in a resource group.
Example -

In the above diagram we have 3 resource group (Dev, UAT and Prod) and each resource group have some VMs.
Suppose I want to delete all the VMs in Dev resource group. All I do is just delete the Dev resource groups are deleted, rather than deleting them one by one.
Performance 🤹
While creating an Azure storage account we encounter two different types of performance options. Performance denotes how fast data can be retrieved.
Standard
Premium

Data Encryption 🗾
Data Encryption talks about data security or how secure the data is. In Azure, there are two types of encryptions available -
at Rest
at Transit




