Getting Started with Azure File Storage - Azure Files | Scribe

Getting Started with Azure File Storage - Azure Files

  • Hafeez Baig |
  • 10 steps |
  • 2 minutes
  • AzureAzure
1
Sign in into the **Microsoft Azure Portal**
2
Type **Storage Accounts** in the search bar and click on the **Storage Accounts** to view the Storage Accounts dashboard
information ordinal icon
**What are Storage Accounts?**\ \ Storage Accounts in Azure are fundamental resources that provide a secure and scalable way to store different kinds of data such as files, blobs, tables, queues, and virtual machine disks. They serve as a central location to store and manage data for various Azure services and applications.
3
On the **Storage Accounts** dashboard, click on the **Create** button on the top left side
4
Scroll to the **Storage account name** section and give Name as "**myazurestoragein28**"
5
Scroll to the **Performance** section and select the option **Standard**
information ordinal icon
**What is Standard in Performance?**\ \ In Azure File Storage, "Standard" performance refers to the baseline level of performance provided by the Standard tier of Azure Files. This tier offers standard performance characteristics suitable for most general-purpose file storage needs. It provides reliable and predictable performance levels for accessing and storing files in the cloud.
6
Scroll to the **Redundancy** section and select the option **Geo-redundant storage(GRS)** from the dropdown
information ordinal icon
**What is Geo-redundant storage (GRS)?**\ \ Geo-redundant storage (GRS) extends redundancy beyond a single data centre. It replicates data to a secondary data centre in a different geographic region, providing an additional layer of protection against regional disasters or outages.
7
Scroll the page and click on the **Review + create** button
8
On the **Create a storage account** wizard, review all the details
9
Scroll the page and click on the **Create** button
10
**Your deployment is complete**
information ordinal icon
Congratulations on completing this lab and Understanding Azure File Storage - Azure Files! Good Job!