# Azure Storage Terminologies🏺

Different ways to access Azure Storage services ↔️

1. Azure portal
    
2. Azure CLI
    
3. Cloud Shell
    
4. API's
    
5. 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 -

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692983254708/6f4788dc-e71c-4c3b-bd8d-60a8505578ae.png align="center")

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.

1. Standard
    
2. Premium
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1692983550421/26b15db3-9605-4d8e-afe4-14e0b1e72a4a.png align="center")
    

## Data Encryption 🗾

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

1. at Rest
    
2. at Transit
