DEV Community

Cover image for How to create and deploy a storage account to support testing and training
Ugonna
Ugonna

Posted on

How to create and deploy a storage account to support testing and training

The following are itemized steps to do the above exercise

  1. In the Azure portal homepage select Storage accounts Image description
  2. select create Image description
  3. On the Basics tab, select your Resource group and name it then click create as seen in the image below. Image description
  4. Provide a Storage account name and the storage account name be unique in Azure. the storage account was named nicolestorage1 Image description
  5. Set the Performance to Standard Image description
  6. Select Review, and then Create. Image description
  7. wait for validation then click create Image description
  8. wait for deployment to pass then click on resources Image description
  9. After clicking on the data management section, select the Redundancy blade. Image description 10.Select Locally-redundant storage (LRS) in the Redundancy drop-down and save Image description. 11.Settings section, select the Configuration blade and saveImage description
  10. Ensure secure transfer required is Enabled Image description 13.Settings section, select the Configuration blade. Image description
  11. ensure Minimal TLS version is set to Version 1.2 Image description
  12. Until the storage is needed again, disable requests to the storage account. Image description
  13. in the setting section, select the configuration blade, ensure to allow storage account key access is Disabled and Save your changes Image description
  14. To ensure that storage account allows public access from all networks. In the Security + networking section, select the Networking blade Image description
  15. Set Public network access to enabled from all networks, Save changes. Image description

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay