Moving Data in The Cloud
Excercises
- Exercise: moving data using storage URL
- Attaching Azure Files to a Virtual machine for reading and writing data
- Creating and re-using a data disk for virtual machines: Attach a managed data disk to a Windows VM by using the Azure portal
- Linux VMs: command line option using 'scp' command Use SCP to move files to and from a Linux VM
- How to move data between the MSU HPC and Azure for an example using the
azcopy
utility, and other techniques Requires an MSU HPC account offers free account to use HPC. However, this technique is applicable to any other mac or linux system you have access to.
Optional Readings
-
Adding a data disk to virtual machine (review): A second disk may be faster to access than
-
Chapter 3 Using Cloud Storage Services in Cloud Computing for Science and Engineering
-
Focus on the Introduction and Section 3.3 (Azure)
-
This chapter is written for python programmers, and starts with Amazon Web Services (AWS) examples, then moves to Azure examples in comparison to AWS. If you are not a programmer or haven't heard of AWS storage (known as 'S3'), then skim through to get an idea of how you may use these.
-