Azure

How To Create Storage Account Utilizing Azure Portal

Introduction

On this article, we’ll learn to create storage account utilizing azure portal. We’ll see what storage account and its advantages.

What’s storage account?

An Azure storage account accommodates all of your Azure Storage knowledge objects, together with blobs, file shares, queues, tables, and disks. The storage account gives a singular namespace in your Azure Storage knowledge that is accessible from wherever on the planet over HTTP or HTTPS. Knowledge in your storage account is sturdy and extremely accessible, safe, and massively scalable.

Advantages of storage account

  • Sturdy and extremely accessible
  • Safe
  • Scalable
  • Managed
  • Accessible

Kinds of azure storage service

Azure Blobs

A massively scalable object retailer for textual content and binary knowledge. Additionally contains help for large knowledge analytics via Knowledge Lake Storage Gen2.

Azure Recordsdata

Managed file shares for cloud or on-premises deployments.

Azure Queues

A messaging retailer for dependable messaging between software parts.

Azure Tables

A NoSQL retailer for schemeless storage of structured knowledge.

Azure Disks

Block-level storage volumes for Azure VMs.

Step 1

If you do not have an Azure subscription, create an Azure free account earlier than you start.

Step 2

Check in to the Azure portal together with your Azure account.

Step 3

From the Azure portal menu, or from the Dwelling web page, choose Create a useful resource.

Step 4

On Azure portal within the Search field, enter Storage Accounts. From the outcomes record, select Storage Accounts.

Step 5

On the Storage Account part, select Create Storage Account

Step 6

On the Create Storage Accounts. part present the next info:

  1. Subscription: Choose the specified Azure Subscription.
  2. Useful resource Group, For Useful resource group, choose Create new, enter DotNetAppGroup. You possibly can select current useful resource group for those who created.
  3. Storage Account Title: A singular identify is required. For Account identify, enter firststorageaccountdemo.
  4. Area: Choose area
  5. Efficiency: Commonplace beneficial

6. After offering the knowledge above, choose Evaluation + Create. Subsequent validation web page seems with Create button. You’re carried out. You will have created your first Storage Account.

Now your Storage Account is prepared and deployed to azure cloud. Click on on Go to useful resource.

Conclusion

Microsoft Azure Storage is a robust service and can be utilized for a wide range of functions. If you’re seeking to go for a cloud-based storage platform in your IT wants sooner or later, Microsoft Azure Storage is usually a nice choice because of its myriads of advantages.

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button