Day 27: Azure Az-900: How to set up an Azure Blob/storage account?
In this blog post, we’re going to walk through the process of setting up blob storage on Microsoft Azure. Blob storage on Azure provides a serverless storage solution, which means you don’t need to worry about managing the physical storage space or scaling it as your data grows. This makes it a fantastic option for storing large amounts of unstructured data such as videos, images, and logs.
Step-by-Step Guide
Step 1: Access Storage?Accounts
To begin, you’ll need to log into your Azure portal. Once logged in, search for “Blob Storage” in the portal’s search bar, which will lead you to the storage accounts section. This area allows you to manage all your storage-related needs.
Step 2: Create a New Storage Account
Click on the “Add” button to start creating a new storage account. You will be prompted to enter details for the new storage account:
4. Account Kind: Ensure you select “BlobStorage” to specifically create a blob storage account.
5. Replication: Choose a replication option that suits your budget and redundancy requirements. For simplicity, we can leave it at the default setting. For more information about each of the options, you can refer my redundancy blog here. For this example we will be selecting “LRS”.
Step 3: Review and?Create
Once all options are set, click on “Review + Create”. Azure will validate your settings. After validation, click “Create”. Azure will then deploy your storage account, and you’ll see a status indicating “Deployment underway”. This might take a few minutes.
领英推荐
Step 4: Create a Container
After your storage account is ready, navigate to it and find the “Containers” section. Containers help organise your blobs similarly to how folders work on your computer.
Step 5: Upload a?File
Now that you have a container, it’s time to upload a file:
Step 6: Cleaning?Up
Once you’re done with testing or if you wish to remove your resources:
Congratulations! You’ve successfully set up and utilised blob storage on Azure. This guide should help you get started with cloud storage, allowing you to store large amounts of data without worrying about the underlying infrastructure. As you become more familiar with Azure, you’ll find this an invaluable tool for managing big data effectively and efficiently.
Remember, practice is key, so don’t hesitate to explore more and experiment with Azure’s capabilities!
Junior Developer at Vectare | MSc in Artificial Intelligence
10 个月Very informative