DEV Community

Cover image for Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #6.1: Azure Files - File Share
David Au Yeung
David Au Yeung

Posted on

2

Microsoft Certified Azure Administrator Associate Exam (AZ-104) Lab Preparation #6.1: Azure Files - File Share

Introduction

To pass the AZ-104 exam, you need to complete several live online lab tests. Azure file shares can be mounted concurrently by cloud or on-premises deployments. This exercise will teach you how to create an Azure File share and mount it on your virtual machine (VM1).

Azure Files

Azure Files offers fully managed file shares in the cloud that are accessible via the industry-standard Server Message Block (SMB) protocol, Network File System (NFS) protocol, and Azure Files REST API. For more details, visit the Azure Files Introduction.

Steps

Step 1:
Navigate to Storage account.
Click File shares under Data storage.

Image description

Step 2:
Click "+ File share".

Image description

Step 3:
In the Basics tab:
Name: "share1"
Access tier: "Transaction optimized" (recommended for data migration to Azure).

Image description

In the Backup tab:
Uncheck "Enable backup".

Image description

Step 4:
Click Review + create.
Then click Create.

Step 5:
Navigate to share1.
Click Connect.

Image description

Step 6:
In the Connect dialog, click Show Script.
Copy the script.

Image description

Step 7:
Remote into VM1 that we created before.
Run the copied script in VM1's PowerShell.

Image description

Result

You should see a new shared drive named share1 with 100TB in VM1.

Image description

Conclusion

In this lab, you successfully created an Azure File share and mounted it on your virtual machine. This process is essential for managing file storage in Azure environments, enhancing your ability to work with Azure Files in real-world scenarios. Mastering these skills will be beneficial as you prepare for the AZ-104 exam and your future role as an Azure Administrator. Keep practicing to further solidify your knowledge and skills!

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay