Azure Storage Accounts
Azure Storage Accounts
• Azure Blobs
• Accessing blob storage: Objects in blob storage can be accessed from anywhere in the world via HTTP or HTTPS.
• Blob storage tiers: Data stored in the cloud can grow at an exponential pace. To manage costs for your expanding storage needs, it's helpful to organize your
data based on attributes like frequency of access and planned retention period.
• Hot access tier
• Cool access tier
• Cold access tier
• Archive access tier
• Azure Files
• Azure Files key benefits
• Shared access
• Fully managed
• Scripting and tooling
• Resiliency
• Familiar programmability
• Azure Queues: Azure Queue storage is a service for storing large numbers of messages. Once stored, you can access the messages from
anywhere in the world via authenticated calls using HTTP or HTTPS. A queue can contain as many messages as your storage account has
room for (potentially millions). Each individual message can be up to 64 KB in size. Queues are commonly used to create a backlog of work
to process asynchronously.
• Azure Disks: Azure Disk storage, or Azure managed disks, are block-level storage volumes managed by Azure for use with Azure VMs. Conceptually, they’re the same as a physical disk, but they’re
virtualized – offering greater resiliency and availability than a physical disk.
• Azure Tables: Azure Table storage stores large amounts of structured data. Azure tables are a NoSQL datastore that accepts authenticated calls from inside and outside the Azure cloud. This enables you
to use Azure tables to build your hybrid or multi-cloud solution and have your data always available.
Identify Azure data migration options
• Azure Migrate
• Unified migration platform: A single portal to start, run, and track your migration to Azure.
• Range of tools: A range of tools for assessment and migration. Azure Migrate tools include Azure Migrate: Discovery and assessment and Azure
Migrate: Server Migration.
• Assessment and migration: In the Azure Migrate hub, you can assess and migrate your on-premises infrastructure to Azure.
• Integrated tools
• Azure Migrate: Discovery and assessment: Discover and assess on-premises servers running on VMware, Hyper-V, and physical servers in
preparation for migration to Azure.
• Azure Migrate: Server Migration: Migrate VMware VMs, Hyper-V VMs, physical servers, other virtualized servers, and public cloud VMs to Azure.
• Data Migration Assistant: Data Migration Assistant is a stand-alone tool to assess SQL Servers. It helps pinpoint potential problems blocking
migration.
• Azure Database Migration Service: Migrate on-premises databases to Azure VMs running SQL Server, Azure SQL Database, or SQL Managed
Instances.
• Azure App Service migration assistant:Azure App Service migration assistant is a standalone tool to assess on-premises websites for migration to
Azure App Service.
• Azure Data Box: Use Azure Data Box products to move large amounts of offline data to Azure.
• Azure Data Box: Azure Data Box is a physical migration service that helps transfer large amounts of data in a quick, inexpensive, and
reliable way. The secure data transfer is accelerated by shipping you a proprietary Data Box storage device that has a maximum usable
storage capacity of 80 terabytes.
• Use cases: Data Box is ideally suited to transfer data sizes larger than 40 TBs in scenarios with no to limited network connectivity. The
data movement can be one-time, periodic, or an initial bulk data transfer followed by periodic transfers.
Identify Azure file movement options
In addition to large scale migration using services like Azure Migrate and Azure Data Box,
Azure also has tools designed to help you move or interact with individual files or small file
groups. Among those tools are AzCopy, Azure Storage Explorer, and Azure File Sync.
• AzCopy: AzCopy is a command-line utility that you can use to copy blobs or files to or
from your storage account.
• Azure Storage Explorer: Azure Storage Explorer is a standalone app that provides a
graphical interface to manage files and blobs in your Azure Storage Account.
• Azure File Sync: Azure File Sync is a tool that lets you centralize your file shares in Azure
Files and keep the flexibility, performance, and compatibility of a Windows file server.