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)
Step 2
In the Settings section, select the Configuration blade.
Step 3
Ensure Secure transfer required is Enabled.
Step 4
In the Settings section, select the Configuration blade.
Step 4
Ensure the Minimal TLS version is set to Version 1.2.
Step 5
In the Settings section, select the Configuration blade.
Step 6
Ensure Allow storage account key access is Disabled, be sure to save your changes
Step 7
In the Security + networking section, select the Networking blade.
Step 8
Ensure Public network access is set to Enabled from all networks and save
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)