DEV Community

Romanus Onyekwere
Romanus Onyekwere

Posted on

How To Create Storage Account In Azure Portal

  • Storage Account is a container that binds a set of Azure services together.
  • Only Data services from Azure storage can be comprised in a storage account.
  • Integrating data services into a storage account allows the user to manage them as a group.

Azure storage platform comprises of the following;

  1. Azure Blob; It is used to store text and unstructured data
  2. Azure Files; It is used to keep files for cloud or on-premise deployment
  3. Azure Queue; It is used for consistent messaging between application components.
  4. Azure Tables; It is used to keep structured data
  5. Azure Disks; It is used to store Virtual Machine

Azure Blob Pricing

Azure storage offers various access tiers which allow for storing blob object data in a very cost-effective manner
The available access tiers include;

  1. Hot Tiers; Used for storing frequently accessed data
  2. Cool Tiers; Used for storing less frequently accessed data and the storage period is for at least 30 days
  3. Archive Tiers; Used for storing rarely accessed data and the storage period is for at least 180 days

Below is the step-by-step format for Creating Azure Storage Account

Step 1; Sign in to the Azure Portal

  • Go to the Azure Portal
  • Sign in with your Azure account credentials Step 2; Create a Resource Group

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay