Logo

dev-resources.site

for different kinds of informations.

Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #4.1: Storage Account and Blob Storage

Published at
1/6/2025
Categories
azure
exam
az104
blob
Author
auyeungdavid_2847435260
Categories
4 categories in total
azure
open
exam
open
az104
open
blob
open
Author
23 person written this
auyeungdavid_2847435260
open
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #4.1: Storage Account and Blob Storage

Introduction

To pass the AZ-104 exam, you must complete several live online lab tests. This article focuses on blob storage, guiding you through an exercise on how to store and access files securely. All data is protected by 256-bit AES encryption by default. Let's dive into the process of working with blob storage.

Storage Account

A storage account contains all your Azure Storage data objects: blobs, files, queues, and tables. For more information, refer to the Azure Storage Account Overview.

Blob Storage

Blob Storage is designed for various use cases, including:

  • Serving images or documents directly to a browser.
  • Storing files for distributed access.
  • Streaming video and audio.
  • Writing to log files.
  • Storing data for backup and restore, disaster recovery, and archiving.
  • Storing data for analysis by on-premises or Azure-hosted services.

Prerequisite

Prepare the photo to be uploaded. We will upload the photo named "hello_david.jpg".

Image description

Steps

Step 1: Create a Storage Account
Navigate to "Storage accounts".
Click "Create".

Image description

Step 2: Configure the Basics
In the Basics tab, name it "davidaystorageaccount", which will be used as the access endpoint later.
Example endpoint: https://.z[00-50].blob.storage.azure.net.

Select "ZRS" as the redundancy option, ensuring that your data is replicated across at least three different datacenters in a specific region.

Image description

Step 3: Set the Access Tier
In the Advanced tab, select "Hot" as the access tier.

  1. Hot tier: Optimized for frequently accessed data with higher storage costs but lower access costs.
  2. Cool tier: For infrequently accessed data, stored for a minimum of 30 days.
  3. Cold tier: For rarely accessed data that requires fast retrieval, stored for a minimum of 90 days.
  4. Archive tier: For rarely accessed data with flexible latency requirements, stored for a minimum of 180 days.

Image description

Step 4: Configure Network Access
In the Networking tab, select "Enable public access from all networks". (You can tailor this for your business needs.)

Image description

Step 5: Review and Create
Click "Review + create".
Click "Create".

Step 6: Enable Blob Anonymous Access
Navigate to "Storage accounts" again.
Select "davidaystorageaccount".
Click the link "Disabled" in Blob anonymous access.

Image description

Enable "Allow Blob anonymous access".

Image description

Important: Remember to disable this feature after the exercise for security and cost reasons.

Click "Save".

Step 7: Create a Container
Navigate to "Storage accounts" again.

Image description

Select "Containers".

Click "Add Container".

Image description

Name it "folder1" and select "Blob" for the anonymous access level.
Click "Create".

Image description

Step 8: Upload the Photo
Navigate to "folder1".
Click "Upload".

Image description

Upload "hello_david.jpg".
Click "Upload".

Image description

Step 9: Copy the Blob URL
Click "hello_david.jpg".
Copy the URL.

Image description

Testing

Paste https://davidaystorageaccount.blob.core.windows.net/folder1/hello_david.jpg into your browser. (Note: Ensure access is disabled afterward.)

Image description

Conclusion

In this lab exercise, you successfully created a storage account, configured blob storage, and uploaded a file while ensuring data security through encryption. This hands-on experience is essential for mastering Azure Storage concepts and prepares you well for the AZ-104 exam. Always remember to manage permissions and monitor costs effectively in your Azure environment. Good luck with your studies and the exam preparation!

exam Article's
30 articles in total
Favicon
My 2025 Milestone #1: Proudly Certified as an Azure Administrator!
Favicon
How I Passed the Salesforce Admin Exam: A Comprehensive Guide
Favicon
5 Key Errors That Can Cost You the Salesforce Admin Exam
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #6.2: Azure Files - File Sync
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #6.1: Azure Files - File Share
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #5: Azure Disk Encryption
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #4.3: Storage Account and Service Endpoints
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #4.2: Storage Account and Access Token
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #4.1: Storage Account and Blob Storage
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #3: Monitor Alerts
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #2: Azure Policy
Favicon
Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #1: Azure Bastion
Favicon
MAT Exam Registration Date & Syllabus
Favicon
Navigating Certification Exams: A Key to Unlocking New Opportunities
Favicon
JAIIB INSURANCE REGULATORY AND DEVELOPMENT AUTHORITY OF INDIA (IRDAI)
Favicon
Master the Google Cloud Platform Exam: Your Complete Preparation Guide
Favicon
How Data Science Enhances Exam Preparation Strategies
Favicon
Wi-Fi Components - 500-420 CAAPA Exam Guide
Favicon
Switching Packets - Cisco 010-151 DCTECH Exam Guide
Favicon
IPv6 DHCP and Router Advertisements - Cisco 010-151 DCTECH Exam Guide
Favicon
IPv4 Address Resolution - Cisco 010-151 DCTECH Exam Guide
Favicon
Wireless Interference - 500-301 CCS Exam
Favicon
Advantages and Disadvantages of Wi-Fi - 500-325 CSA Exam Guide
Favicon
What an IP Address Represents - Cisco 300-420 ENSLD Study Guide
Favicon
Assign an Address Through a Protocol - Cisco 010-151 DCTECH Exam Guide
Favicon
The Electromagnetic Spectrum - 500-425 CAAA Study Guide
Favicon
Computing a Global Address - Cisco 010-151 DCTECH Exam Guide
Favicon
Internet Protocol Version 4 - Cisco 300-420 ENSLD Study Guide
Favicon
Internet Protocol Version 6 - Cisco 300-430 ENWLSI Exam Guide
Favicon
How to Build an Effective Study Space for IT Certification Preparation: A BCS Business Analysis (BAPv5) Approach

Featured ones: