DEV Community

Cover image for How to configure simple settings in a Azure Storage Account
Adedapo
Adedapo

Posted on

How to configure simple settings in a Azure Storage Account

Azure Storage Account

Azure Storage accounts provide scalable, durable, and highly available cloud storage for various data types, including blobs, files, queues, and tables. Here are some key settings to configure when creating and managing an Azure Storage account.

Steps to configure simplesettings on Azure Storage Account
Note; before starting these steps you must have create a storage account and a** resource group**. check previous post to learn how to create both storage account and a resource group.

Step 1
In your storage account, in the Data management section, select the Redundancy blade to ensure your storage is on Locally-redundant storage (LRS)
redundancy

Step 2
In the Settings section, select the Configuration blade.
configuration

Step 3
Ensure Secure transfer required is Enabled.
secure

Step 4
In the Settings section, select the Configuration blade.
configuration

Step 4
Ensure the Minimal TLS version is set to Version 1.2.
TLS

Step 5
In the Settings section, select the Configuration blade.
configuration

Step 6
Ensure Allow storage account key access is Disabled, be sure to save your changes
Key access

Step 7
In the Security + networking section, select the Networking blade.
networking

Step 8
Ensure Public network access is set to Enabled from all networks and save
access

Conclusion: Configuring Simple Settings in an Azure Storage Account
Configuring an Azure Storage Account with simple settings involves making key decisions on account type, performance, replication, networking, and security to best meet your needs.

Top comments (0)