DEV Community

Cover image for Provide Storage for the IT Department Testing and Training
Utoro Oghenemaro
Utoro Oghenemaro

Posted on

Provide Storage for the IT Department Testing and Training

In modern IT departments, efficient storage solutions are critical not only for production environments but also for testing and training purposes. Whether developing new software, conducting quality assurance or training employees, having a dedicated, scalable, and secure storage infrastructure ensures smooth operations without impacting live systems.

This article explores the importance, types, and best practices for storage in IT testing and training environments, helping organizations optimize performance, cost, and security.

Provide storage for the IT department testing and training

Briefly explanation

Let's Configure a secure, redundant storage solution for the IT department's testing and training needs.

Step 1: Create a resource group.

A Resource Group in Azure is a logical container that holds related resources for an Azure solution. Creating one is the first step in organizing and managing your Azure resources.

Below is a step-by-step guide using the Azure Portal

briefly explantion

Let's follow step naming the resource group and select region

Briefly explanation

Select Region

Briefly Explanation

Select Review and Create to deploy the resource group

Briefly Explanation

Step 2: Create a Storage account
In the Azure portal, search for and select Storage accounts.

Briefly Explanation

On the Basics tab, select your Resource groups and provide a Storage account name. The storage account name must be unique in Azure.

Briefly explanation

Set the Performance to Standard

Briefly explanation

Select Review, and then Create. Wait for validation process

review

Wait for the storage account to deploy, and then go to the resource

Resource

Step 3 Configure simple settings in the storage account
The data in this storage account doesn’t need high availability or redundancy.

Also, doesn’t require high availability or durability and doesn’t need high availability or redundancy.
Lowest cost storage solution is desired

In the storage account, in the Data management section, select the Redundancy blade.

Redundncy

Select Locally-redundant storage (LRS) in the Redundancy drop-down

locally redundant

**Confirm you save your changes

Save

**Refresh the page and notice the content only exists in the primary location

Refresh page

The storage account should only accept requests from secure connections.

Network Access Configuration

Go to Settings > Configuration and enable Secure transfer required to block unencrypted HTTP traffic.

Restrict Key-Based Access

Disable Allow storage account key access to prevent shared key authentication

Secure enable

Under Settings > Configuration, set the Minimum TLS version to TLS 1.2

Set

Make sure to Save your changes.

Save

Enable Public Network Access for the Storage Account

Go to the Networking section under Security + networking.
Under Public network access, select Enabled from all networks.

Security

Make sure to Save your changes.

Final save

Final Note:

This isn’t just a storage account, it’s a principled implementation where cost, security, and utility intersect precisely.

Top comments (1)

Collapse
 
realcloudprojects profile image
SKILL.SCH

Your muscles are growing, welldone!