
Create a resource group and a storage account
Azure Basics: How to Set Up and Configure a Storage Account (Step-by-Step) Setting up storage is one of the first things you'll do in Azure. In this guide, we will walk through creating a Resource Group, deploying a Storage Account, and hardening its security settings. Phase 1: Create a resource group and a storage account 1: Create a Resource Group A resource group is a container that holds related resources for an Azure solution. In the Azure portal , search for and select Resource groups . Select + Create . Name: Enter a name (e.g., storagerg ). Region: Select your preferred region. Note: Use this same region for all resources in this project. Select Review + create , Then select Create to deploy. 2: Create a Storage Account Now, let's deploy the storage account itself. Search for and select Storage accounts . Select + Create . Resource Group: Select the group you just created ( storagerg ). Storage account name: Enter a unique name (must be globally unique). Performance: Set to Sta
Continue reading on Dev.to DevOps
Opens in a new tab



