DEV Community

Cover image for Prototyping different cloud storage scenarios
Yemi G
Yemi G

Posted on • Updated on

Prototyping different cloud storage scenarios

Create a resource group and a storage account.

In Azure portal, select Resource groups

Image description

Click "+ Create"

Image description

Name Resource group

Image description

Select Region

Image description

Select "Review + create"

Image description

Select "Create"

Image description

Create and deploy a storage account to support testing and training

In the portal, search for Storage account and select "+ Create"

Image description

Select Resource group

Image description

Name storage account

Image description

Set Performance to Standard

Image description

Select "Review and Create"

Image description

Select "Create"

Image description

Select "Go to Resource"

Image description

Configure simple settings in the storage account.

In Data Management

Image description

Select "Redundancy"

Image description

Select Locally - redundant storage in Redundancy dropdown

Image description

Click Save

Image description

Refresh page and notice the content only exist in primary location

Image description

The storage account should only accept requests from secure connections

In the Settings section

Image description

Select Configuration blade

Image description

Ensure Secure transfer required is enabled

Image description

Developers would like the storage account to use at least TLS version 1.2.

Minimal TLS version should be 1.2

Image description

Until the storage is needed again, disable requests to the storage account.

Disable "Allow storage account key access"

Image description

Save your changes

Image description

Ensure the storage account allows public access from all networks.

In Security + Networking, select "Networking"

Image description

Ensure Public Network access is Enabled from all networks

Image description

Save your changes

Image description

Top comments (0)