Storage commands
📖 Scenario: You are working as a cloud administrator for a small company. You need to manage Azure Storage resources using command-line commands. This project will guide you through creating a storage account, configuring a container, uploading a file, and setting access permissions.
🎯 Goal: Build a sequence of Azure CLI commands to create a storage account, create a blob container, upload a file to the container, and set the container's access level.
📋 What You'll Learn
Create a storage account named exactly
mystorageacct123 in the eastus regionCreate a blob container named exactly
mycontainer inside the storage accountUpload a file named exactly
example.txt to the blob containerSet the blob container's access level to
blob (public read access for blobs only)💡 Why This Matters
🌍 Real World
Managing Azure Storage resources via command line is common for automation and scripting in cloud operations.
💼 Career
Cloud administrators and DevOps engineers often use Azure CLI commands to manage storage accounts and containers efficiently.
Progress0 / 4 steps