Creating an Azure Storage Account

When deploying workloads in the cloud you will always need somewhere to store these objects.  Storage accounts allow a unique namespace for your data storage needs that is accessible anywhere in the world via HTTP(s).  Some benefits of storage accounts is security, scalability, and can be multiple levels of highly available.

I always recommend checking out Microsoft Document page for all the available ways to tweak your deployments.

How to deploy

Azure portal home page with the Create a resource option used to begin storage account deployment.

First, we must create  a new resource

Azure New resource page with storage account entered in the search field.

Search for storage account

Azure Marketplace search results showing the Microsoft Storage account service.

Select the storage account service

Azure Marketplace page for the Microsoft Storage account service with the Create button.

Create

Azure storage account Basics tab with subscription, resource group, account name, region, performance, and replication fields.

You need to select your subscription you wish to deploy in

Then you need to create a new or select an existing resource group

The storage account name must be unique across all storage accounts across Azure

Select a location – my example is EAST US to be nearest to me

I switched my replication to LRS for cost but you have many options.

Azure storage account Networking tab with public endpoint access and Microsoft network routing selected.

I’m currently leaving all of networking default

Azure storage account Data protection tab with recovery, soft delete, versioning, and change feed options.

Azure offers many ways to protect your data.  Choose what best suits your workloads

Azure storage account Advanced tab with security, blob storage, Data Lake Storage, access tier, and file options.

Advanced settings.  If you are new to Azure I recommend going with the default allow blob public access but for those security people out there disabling may be a more experienced move.

Azure storage account Tags tab with fields for assigning names and values to the resource.

Here we can tag our storage account to associate with projects, environments, or for good house keeping.

Review and create page showing validation passed and a summary of the storage account settings.

After the validation test is passed we can create

This process can take 2-5 minutes to deploy so be patient

Azure deployment page confirming the storage account deployment completed successfully.

Complete

Azure notification confirming the storage account deployment succeeded with a Go to resource button.

Once your resources have been deployed just click the notification and click go to resource

Azure portal overview of the deployed storage account with Blob, File, Queue, and Table services.

As you can see, the services are now available

Summary:
As you can see if you do proper planning the creation of a storage account for all your intended objects can be quick and simple.  As always, I hope y’all found this helpful.

Leave a Reply

Discover more from Digital Thought Disruption

Subscribe now to keep reading and get access to the full archive.

Continue reading