Skip to main content

Command Palette

Search for a command to run...

Creating Customized Storage Infrastructure for IT Training and Prototyping Needs

Updated
4 min read
Creating Customized Storage Infrastructure for IT Training and Prototyping Needs
A

An ardent enthusiast of cloud computing and Devops, I'm dedicated to navigating the intricate realms of technology. Continuously exploring new innovations, I seek to optimize processes and systems. With a fervent passion for problem-solving and optimizing workflows, I aim to foster efficiency and advancement in the tech domain

INTRODUCTION

Good IT needs good storage for testing and training. This introduction looks at different storage options. Some are in the cloud, others on-site. Knowing these options helps companies pick what works best for better productivity and learning.

STEP 1: Create a resource group and set up a storage account

Establish and launch a resource group to manage all the resources for your project.

  • In the Azure portal, search for and select Resource groups

  • Choose the option labeled "+ create".

  • Name your resource group, like "DecemberstorageW" for instance.

  • Choose a region and stick to it for the entire project duration.

  • Choose "Review and create" to confirm the validation of the resource group.

  • After validation is complete, Choose "Create" to initiate the deployment of the resource group.

STEP 2: Establish and implement a storage account to facilitate both testing and training purposes

  • In the Azure portal, search for and select "Storage accounts"

  • Choose the option labeled "+ create"

    • On the Basics tab, Choose the resource group you've recently made in the project details.

      • Specify a unique name for your Storage account. Make sure the region is left unchanged. Opt for the "standard" performance setting if storage latency isn't a priority.

      • Select Review

      • After successful validation, proceed to click on "Create"

      • Wait until the deployment is complete

      • Once the deployment is completed, select "Go to Resource."

STEP 3: Modify simple configurations within the storage account.

Here, the data within this storage account doesn't necessitate high availability or durability. Consequently, we seek the most economical storage solution, leading us to consider storage account redundancy.

  • Within the storage account, navigate to the Data management section and choose the Redundancy option.

    • Choose Locally-redundant storage (LRS) from the Redundancy drop-down menu

    • Click "Save" to ensure the modification

    • After switching the Redundancy to LRS, let's refresh the page and take note of both the primary and secondary locations. We'll observe that the content is solely present in the primary location.

    • Storage Account Should Only Use Secure Connections

      To ensure that the storage account exclusively accepts requests from secure connections, it is imperative to activate the mandatory requirement for secure transfers. This measure ensures that only requests from secure connections are acknowledged and processed by the storage account.

    • Within the Settings section, choose the Configuration option

    • Make sure that "Secure transfer required" is turned on or enabled.

    • Modifying the version of Transport Layer Security (TLS)

      If developers recommend the storage account to operate on TLS version 1.2 or higher, here's how to make the adjustment:

    • Within the Settings section, choose the Configuration option

    • Choose the Minimum TLS version and pick version 1.2 from the drop-down menu

    • Disabling Shared Keys

      To turn off requests to the storage account until it's needed again, here's how to make the adjustment:

    • Within the Settings section, choose the Configuration option

    • Ensure that "Allow Storage Account key Access" is turned off or Disabled.

    • Ensure that you "save" the alterations you've made to the settings to apply them effectively and retain the updated configuration.

  • Enabling Public Access for All Networks in the Storage Account

    Here are the steps to enable access to the storage account from all networks, allowing the general public to utilize it.

    • Navigate to the Networking blade located in the Security + Networking section

Ensure that Public network access is switched to "Enabled" for all networks.

  • Make sure to save any modifications that are made

    CONCLUSION

    Designing a personalized storage infrastructure tailored to the unique demands of IT training and prototyping is key for ensuring smooth operations. Such custom solutions optimize functionality, resource usage, and flexibility, aligning the storage environment precisely with the needs of IT training and prototyping activities.