Azure Portal walkthrough
📖 Scenario: You are a new cloud user who wants to explore the Azure Portal. The Azure Portal is a web interface where you can create and manage cloud resources like virtual machines, storage accounts, and databases.Imagine you want to organize your resources by creating a resource group first, then add a storage account inside it.
🎯 Goal: Build a simple Azure resource setup by creating a resource group and a storage account inside it using the Azure Portal configuration syntax.
📋 What You'll Learn
Create a resource group named
MyResourceGroup in the eastus regionCreate a storage account named
mystorageacct123 inside MyResourceGroupSet the storage account kind to
StorageV2Set the storage account SKU to
Standard_LRS💡 Why This Matters
🌍 Real World
Organizing cloud resources in Azure Portal is essential for managing and deploying applications efficiently.
💼 Career
Cloud engineers and administrators often create and manage resource groups and storage accounts as foundational tasks in Azure.
Progress0 / 4 steps