Skill 2.2 Manage Storage Flashcards
What does Azure Import/Export service allow
It allows you to ship data into or out of an Azure Storage account by physically shipping disks to an Azure datacenter
What storage is Azure Import/Export service available for
only for Blob storage. After receiving the disks from microsoft you will need to retrieve the bit locker keys from an Azure portal to unlock the disks.
What is the WAImportExport tool
used to setup import of data. Two versions of this tool, version 1 is recommended for Azure Blob Storage and Version 2 is recommended for Azure Files
What is the minimum OS required for Azure Import/Export tool
Windows 7, Server 2008 R2 or later
What .net framework is required for Azure Import/Export jobs tool
.NET framework 4.5.1 or later and bitlocker
What is the maximum amount of disks that can be in a single import/export job
a maximum of 10 in any combination of SSD or HDD
What are the supported ways to connect Storage Explorer to storage accounts
Add an Azure account
Using a connection string
Use a shared access signature URI
Using a storage account name and key
Attach to a local emulator
What options are available for blob containers in Storage Explorer optiosn
Create, rename, copy, delete, control public access level, manage leases and create and manage shared access signatures and access policies
What storage explorer operations are available with Blobs
Upload, download, manage folders, rename or delete blobs, copy blobs, create and manage blob snapshots.
What is AZCopy
command-line utility that you can use to perform large-scale bulk transfer of data to and from azure storage. Performs all operations asynchronously