- Lab
- A Cloud Guru
Migrate a Windows File Server to Azure Files
You are in the process of migrating your company's workloads to Azure. As it stands now, your company wants to maintain a hybrid environment, so you are working on migrating your local file shares to Azure. To do this, in this hands-on lab, you will be creating an Azure file share, mounting the share to a Windows Server, and migrating data to the file share.
Path Info
Table of Contents
-
Challenge
Configure Azure Storage and File Share
- Create an Azure Storage account
- Create an Azure file share
-
Challenge
Mount the File Share
- Mount the file share to the virtual machine
-
Challenge
Migrate Files
- Create a new folder
- Add a file to the folder
- Migrate the contents of the folder to the file share using the
robocopy <SourcePath> <Dest Path>
command- Example:
robocopy C:\Users\cloud_user\Documents\awesomefolder Z:\
- Example:
- Confirm the file has been migrated
- Note: You may notice a
desktop.ini
file in the folder once the files have been migrated. This is a hidden Windows OS file that is used to store configuration settings for the folder.
- Note: You may notice a
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.