Provide storage for the IT department testing and training
Create a resource group and a storage account. A resource group is like a container (or folder) that holds related resources in Azure. It organizes resources such as VMs, storage, networks, etc. In...

Source: DEV Community
Create a resource group and a storage account. A resource group is like a container (or folder) that holds related resources in Azure. It organizes resources such as VMs, storage, networks, etc. In the Azure portal, search for and select Resource groups. Select + Create. Give your resource group a name. For example, storagerg.Remember the name must be globally unique Select a region. Use this region throughout the project. Select Review and create to validate the resource group. Select Create to deploy the resource group. Create and deploy a storage account to support testing and training A storage account in Azure is a cloud-based container that holds your data. Inside a storage account, you can store different types of data: • 📁 Files – documents, PDFs, images • 📦 Blobs – videos, backups, large unstructured data • 📊 Tables – structured (NoSQL) data • 📬 Queues – messages between applications In the Azure portal, search for and select Storage accounts. Select + Create. On the Basic