Skip to main content

Command Palette

Search for a command to run...

Azure Storage Terminologies🏺

Published
1 min readView as Markdown
B

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 ↔️

  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 -

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

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

More from this blog

Untitled Publication

37 posts