Overview

Migrating from Alibaba Cloud OSS to Azure Blob Storage is ideal for organizations leveraging Microsoft's enterprise ecosystem or expanding their presence with Azure's hybrid cloud solutions. This guide provides a complete migration walkthrough using Cloney.

Migration Benefits

Azure offers seamless Microsoft 365 integration, strong enterprise features, and extensive hybrid cloud capabilities.

Prerequisites

  • A Cloney account with an active subscription
  • Alibaba Cloud OSS bucket with data to migrate
  • Azure account with a Blob Storage container created
  • Appropriate credentials for both services

Step 1: Add Your Alibaba OSS Source

  1. Log in to your Cloney dashboard
  2. Navigate to JobsCreate New Job
  3. Select Alibaba Cloud OSS as your source provider
  4. Enter your Alibaba Cloud credentials:
    • Access Key ID: Your RAM user AccessKey ID
    • Access Key Secret: Your RAM user AccessKey Secret
    • Region: The OSS region (e.g., oss-cn-hangzhou)
    • Bucket Name: The name of your source bucket
  5. Click Validate Connection to verify access

Step 2: Configure Your Azure Destination

  1. Select Azure Blob Storage as your destination provider
  2. Enter your Azure credentials:
    • Storage Account Name: Your Azure storage account name
    • Access Key: The storage account access key (or SAS token)
    • Container Name: The name of your destination container
  3. Click Validate Connection to verify access

Step 3: Start the Migration

  1. Configure optional settings (prefix filter, access tier, metadata)
  2. Review your migration configuration
  3. Click Start Migration
  4. Monitor progress in the Jobs dashboard
Migration Complete

Once finished, verify your data in the Azure Portal and update your applications.

Storage Class Mapping

Alibaba OSS storage classes map to Azure access tiers as follows:

Alibaba OSS ClassRecommended Azure Tier
StandardHot
Infrequent Access (IA)Cool
ArchiveCold
Cold ArchiveArchive

Best Practices

  • Test with a subset first: Run a pilot migration with a small subset of data to validate your configuration.
  • Choose the right Azure region: Select a region close to your users for optimal performance.
  • Enable soft delete: Consider enabling soft delete for blob protection.
  • Plan access tier transitions: Configure lifecycle management policies if needed.