Introduction
In this article, I will guide you step-by-step on how to create resource groups and cloud storage accounts.
Microsoft Azure offers a wide array of services to help organizations manage their IT infrastructure. Among these, Storage Accounts and Resource Groups are fundamental components. Grasping these elements is crucial for effectively organizing and managing your Azure resources.
Resource Groups
In Azure, a resource group is a container for linked resources used in an Azure solution. Virtual computers, databases, and storage accounts are a few examples of these resources. Managing and organizing resources that have a shared lifecycle is a resource group's main goal.
Storage Accounts
Azure Storage Accounts give your data its namespace. It is a key component of Azure data storage and works with blobs, files, queues, tables, and other forms of data storage. Here are some essential details regarding storage accounts.
Steps to creating a resource group and a storage account.
Step 1
Log in to your Azure account, search for "Resource groups" then click on it.
Step 2
Click the "+ Create" button.
Step 3
Give your resource group a name. How about "storagedumka"
Pick a region. This is crucial - it's like choosing where to build your house. Stick with this region throughout your project.
Step 4
Hit "Review and create" to make sure everything's in order.
Finally, click "Create" and watch your resource group come to life!
>>>>>> You can learn more by reading other materials on resource groups.
Steps to creating your Storage Account
Step 1
In the Azure portal, search for "Storage accounts". It's like looking for a closet to store your stuff.
Step 2
-Click "+ Create" to start building your storage space.
-Select the resource group you just created. This is similar to choosing which room to put your closet in.
Step 3
-Name your storage account. Note that it needs to be unique in all of Azure, it's more like picking a username that no one else has!
- Set the Performance to Standard. Think of it as choosing a regular closet instead of a fancy walk-in.
*Step 4 *
- Hit the review + create Tab, and afterward hit "Create". Your storage account is on its way!
- Go to resource, after the storage account has been redeployed.
>>>>>>Check out for more resources on storage accounts here!
Configuration of simple settings in the storage account.
Step 1
- Navigate to the Redundancy settings in the Data Management section, We're going for a cost-effective solution. "Locally-redundant storage (LRS)". It's like keeping just one copy of your house key instead of giving spares to all your neighbors.
>>>>>Learn more about storage account redundancy.
*Step 2 *
In the Configuration settings, Ensure "Secure transfer required" is Enabled. It's like insisting on a secret handshake before anyone can access your stuff.
Set the Minimal TLS version to 1.2. Think of it as upgrading the locks on your doors to the latest model.
For now, let's disable storage account key access. It's like temporarily changing the locks while you're away on vacation.
_
Step 3
In the Networking settings, set Public network access to "Enabled from all networks". _It's like putting your storage on a hill where everyone can see it.
These steps will help you build an Azure resource group and storage account, which will serve as the basis for your cloud-based projects.
Top comments (1)
Welldone!