Complete Guide to Microsoft Azure China

Posted on 25 January 2021 by Alberto Roura.
azure chinamicrosoft azurechina cloudazure regionscloud guide

Microsoft Azure China represents a unique opportunity for organizations looking to deploy cloud solutions in China’s market. Operated by 21Vianet, Azure China provides the same Azure technology stack with adaptations for local regulatory requirements, data residency laws, and market conditions. This comprehensive guide covers everything you need to know about Azure China, from getting started to advanced deployment strategies.

Understanding Azure China

What is Azure China?

Azure China is Microsoft’s cloud platform specifically designed for the Chinese market. Unlike the global Azure cloud, Azure China is operated by 21Vianet, a leading Chinese cloud service provider and Microsoft’s partner in China. This partnership ensures compliance with local regulations while providing access to Azure’s comprehensive technology stack.

Key Characteristics

  • Localized Operations: Operated by 21Vianet with data centers in China
  • Regulatory Compliance: Meets Chinese government requirements and data laws
  • Service Parity: Access to core Azure services with some regional differences
  • Local Support: Chinese-language support and local billing
  • Market Focus: Optimized for Chinese businesses and international companies serving China

Azure China Regions and Infrastructure

Available Regions

Azure China operates in two primary regions:

China North (Beijing)

  • Location: Beijing region
  • Focus: General-purpose workloads
  • Proximity: Serves northern China markets

China East (Shanghai)

  • Location: Shanghai region
  • Focus: High-performance computing and financial services
  • Proximity: Serves eastern China markets

Data Center Infrastructure

  • Tier-3+ Facilities: Enterprise-grade data centers
  • Local Operations: Managed by 21Vianet with Microsoft technology
  • Network Connectivity: Integration with China’s major telecom providers
  • Power and Cooling: Redundant systems with local grid compliance

Global Connectivity

  • ExpressRoute China: Dedicated connectivity through Chinese telecom partners
  • VPN Gateway: Secure connections with local network optimization
  • CDN Integration: Localized content delivery through Azure CDN China

Service Availability in Azure China

Core Infrastructure Services

Compute

  • Virtual Machines (Windows/Linux)
  • Virtual Machine Scale Sets
  • Azure Kubernetes Service (AKS)
  • Azure Container Instances
  • Azure Functions (with regional limitations)

Storage

  • Blob Storage
  • File Storage
  • Queue Storage
  • Table Storage
  • Archive Storage

Networking

  • Virtual Networks (VNets)
  • Load Balancers
  • VPN Gateway
  • Application Gateway
  • ExpressRoute

Platform Services

Databases

  • Azure SQL Database
  • Azure Database for MySQL
  • Azure Database for PostgreSQL
  • Azure Cosmos DB
  • Redis Cache

AI and Analytics

  • Azure Machine Learning
  • Cognitive Services (localized)
  • Stream Analytics
  • HDInsight
  • Data Factory

Identity and Security

Azure Active Directory

  • Localized Azure AD instance
  • Integration with Chinese identity providers
  • Multi-factor authentication support

Security Services

  • Azure Key Vault
  • Azure Security Center
  • Azure Monitor
  • Azure Policy
  • Azure Blueprints

Services with Differences in China

Limited or Modified Services

  • Azure DevOps: Limited integration with global Azure DevOps
  • Azure Front Door: Not available; use Azure CDN instead
  • GitHub Integration: Limited compared to global Azure
  • Azure Purview: Not available in China regions
  • Azure Synapse Analytics: Limited availability

China-Specific Services

  • Localized Compliance Features: Enhanced compliance controls
  • Chinese Payment Integration: Support for local payment methods
  • Telecom Provider Integration: Direct integration with China Telecom, China Unicom, etc.

Getting Started with Azure China

Account Setup

  1. Register a Chinese Account
    • Visit Azure China portal: https://portal.azure.cn
    • Use a Chinese phone number for verification
    • Complete identity verification with Chinese ID
  2. Subscription Creation
    • Choose between pay-as-you-go or commitment plans
    • Select billing in RMB
    • Set up cost management and alerts
  3. Initial Configuration
    • Create a resource group
    • Set up basic networking
    • Configure monitoring and logging

Billing and Pricing

Payment Methods

  • Chinese bank cards
  • Alipay and WeChat Pay
  • Enterprise agreements through 21Vianet

Pricing Structure

  • RMB-based pricing (different from USD global pricing)
  • Volume discounts available
  • Reserved instances and savings plans
  • Free tier availability for getting started

Cost Management

  • Azure Cost Management tools available
  • Budget alerts and spending limits
  • Cost analysis and optimization recommendations

Development and Deployment

Development Tools

Azure CLI for China

# Configure Azure CLI for China
az cloud set --name AzureChinaCloud
az login --environment AzureChinaCloud

# Verify configuration
az account show

PowerShell Configuration

# Connect to Azure China
Connect-AzAccount -Environment AzureChinaCloud

# Set subscription context
Set-AzContext -SubscriptionId "your-subscription-id"

SDK Configuration

// Configure Azure SDK for China
var credential = new DefaultAzureCredential();
var client = new ArmClient(credential, ArmEnvironment.AzureChina);

Portal and Management

Azure China Portal: https://portal.azure.cn Classic Portal: https://manage.windowsazure.cn Resource Manager: https://management.chinacloudapi.cn

Endpoint Differences

Global Azure vs Azure China Endpoints

ServiceGlobal AzureAzure China
Storagecore.windows.netcore.chinacloudapi.cn
Key Vaultvault.azure.netvault.azure.cn
Azure ADlogin.microsoftonline.comlogin.chinacloudapi.cn
Resource Managermanagement.azure.commanagement.chinacloudapi.cn

Compliance and Security

Regulatory Compliance

Chinese Regulations

  • Cybersecurity Law: Data security and localization requirements
  • Data Security Law: Critical data protection
  • Personal Information Protection Law (PIPL): Personal data handling

International Standards

  • ISO 27001, ISO 27018
  • SOC 1, SOC 2, SOC 3
  • PCI DSS compliance

Data Residency

  • Data Localization: Data stored within China’s borders
  • Data Sovereignty: Compliance with Chinese data regulations
  • Cross-Border Transfer: Restrictions on data export

Security Features

  • Azure Security Center: Available with localized threat intelligence
  • Azure Sentinel: SIEM capabilities for China region
  • Compliance Manager: Regulatory compliance tracking
  • Information Protection: Data classification and labeling

Application Architecture for China

Multi-Region Considerations

# Sample multi-region deployment configuration
environments:
  china:
    region: "China North"
    subscription: "china-subscription-id"
    endpoints:
      storage: "core.chinacloudapi.cn"
      keyvault: "vault.azure.cn"
    compliance:
      - "PIPL"
      - "Data Security Law"

  global:
    region: "East Asia"
    subscription: "global-subscription-id"
    endpoints:
      storage: "core.windows.net"
      keyvault: "vault.azure.net"
    compliance:
      - "GDPR"
      - "ISO 27001"

Network Architecture

{
  "virtualNetwork": {
    "addressSpace": ["10.0.0.0/16"],
    "subnets": [
      {
        "name": "web",
        "addressPrefix": "10.0.1.0/24"
      },
      {
        "name": "data",
        "addressPrefix": "10.0.2.0/24"
      }
    ]
  },
  "securityGroups": [
    {
      "name": "web-nsg",
      "rules": [
        {
          "name": "allow-http",
          "priority": 100,
          "direction": "Inbound",
          "access": "Allow",
          "protocol": "Tcp",
          "sourcePortRange": "*",
          "destinationPortRange": "80",
          "sourceAddressPrefix": "*",
          "destinationAddressPrefix": "*"
        }
      ]
    }
  ]
}

Industry Applications in China

E-commerce and Retail

Use Cases

  • High-traffic e-commerce platforms
  • Inventory management systems
  • Customer analytics and personalization
  • Payment processing integration

Azure Services

  • Virtual Machines for application hosting
  • Azure SQL Database for transactional data
  • Azure Redis Cache for session management
  • Azure CDN for content delivery

Financial Services

Compliance Requirements

  • Enhanced security controls
  • Audit logging and monitoring
  • Data encryption and protection
  • Regulatory reporting capabilities

Azure Services

  • Azure Key Vault for cryptographic key management
  • Azure SQL Database with advanced security features
  • Azure Monitor for comprehensive logging
  • Azure Policy for governance

Manufacturing and IoT

Use Cases

  • Industrial IoT data processing
  • Predictive maintenance systems
  • Supply chain optimization
  • Quality control automation

Azure Services

  • Azure IoT Hub for device connectivity
  • Azure Stream Analytics for real-time processing
  • Azure Machine Learning for predictive analytics
  • Azure Digital Twins for facility modeling

Healthcare and Life Sciences

Regulatory Compliance

  • Patient data protection
  • Clinical trial data management
  • HIPAA-like compliance requirements
  • Research data security

Azure Services

  • Azure Health Bot for patient interaction
  • Azure API for FHIR for healthcare data
  • Azure Machine Learning for drug discovery
  • Azure Security Center for threat protection

Migration Strategies

Assessment Phase

  1. Application Inventory: Catalog all applications and dependencies
  2. Compatibility Check: Verify Azure China service availability
  3. Data Classification: Identify data residency requirements
  4. Cost Analysis: Compare Azure China vs global pricing

Migration Approaches

Lift and Shift

  • Minimal code changes required
  • Quick migration path
  • May not optimize for cloud-native features

Refactor and Optimize

  • Modernize applications for cloud
  • Leverage Azure China specific features
  • Optimize for cost and performance

Hybrid Approach

  • Maintain some workloads globally
  • Use Azure China for China-specific requirements
  • Implement data synchronization

Implementation Steps

  1. Set up Azure China Environment
    • Create subscriptions and accounts
    • Configure networking and security
    • Set up monitoring and logging
  2. Migrate Applications
    • Deploy infrastructure as code
    • Migrate databases and data
    • Update application configurations
  3. Test and Validate
    • Performance testing in China environment
    • Compliance validation
    • Business continuity testing
  4. Go Live and Optimize
    • Monitor performance and costs
    • Optimize configurations
    • Implement continuous improvement

Best Practices for Azure China

Architecture Design

  1. Design for Compliance: Build compliance into architecture from day one
  2. Implement Security First: Use defense-in-depth security approach
  3. Plan for Scalability: Design for China’s rapid growth
  4. Monitor Performance: Implement comprehensive monitoring

Operational Excellence

  1. Automate Everything: Use Infrastructure as Code and automation
  2. Implement CI/CD: Continuous integration and deployment pipelines
  3. Monitor Costs: Regular cost analysis and optimization
  4. Plan for Disaster Recovery: Multi-region and backup strategies

Development Practices

  1. Use Environment-Specific Configurations: Separate configs for China and global
  2. Test in China Environment: Validate applications in Azure China
  3. Implement Logging: Comprehensive application and infrastructure logging
  4. Plan for Localization: Consider Chinese language and cultural factors

Cost Optimization

Pricing Strategies

Reserved Instances

  • 1-year and 3-year reservations available
  • Significant savings for predictable workloads
  • Available for VMs, databases, and Redis Cache

Savings Plans

  • Flexible savings for compute usage
  • Automatic application to eligible resources
  • Up to 65% savings compared to pay-as-you-go

Spot Instances

  • Up to 90% discount for interruptible workloads
  • Good for development, testing, and batch processing
  • Available for VMs and AKS

Cost Management Tools

Azure Cost Management

  • Cost analysis and reporting
  • Budget alerts and recommendations
  • Resource optimization suggestions

Azure Advisor

  • Personalized recommendations
  • Cost optimization guidance
  • Security and performance insights

Support and Resources

Technical Support

Support Plans

  • Developer support for development/testing
  • Standard support for production workloads
  • Professional Direct for enterprise customers
  • Premier support for large organizations

Support Channels

  • Azure China portal support tickets
  • Phone support in Chinese
  • Community forums and documentation
  • Partner support through 21Vianet

Learning Resources

Documentation

  • Azure China specific documentation
  • Localized tutorials and guides
  • API references for China endpoints

Training and Certification

  • Azure certifications available in China
  • Localized training content
  • Partner-led training programs

Community

  • Azure China user groups
  • Technical blogs and forums
  • Partner ecosystem support

Future Outlook

Service Expansion

Microsoft continues to expand Azure China service offerings, with regular updates bringing new capabilities and improved feature parity with global Azure.

  • Increased focus on AI and machine learning
  • Growth in edge computing and IoT
  • Enhanced hybrid cloud capabilities
  • Improved integration with global Azure

Market Evolution

As China’s digital economy grows, Azure China will play an increasingly important role in helping organizations leverage cloud technology while meeting local regulatory requirements.

Conclusion

Azure China offers organizations a powerful platform for deploying cloud solutions in China’s market. With the same Azure technology stack adapted for local requirements, Azure China provides the reliability, security, and scalability needed for mission-critical applications.

Success with Azure China requires understanding the unique aspects of the Chinese cloud market—from regulatory compliance and data residency to localized operations and billing. By following best practices for architecture, security, and operations, organizations can successfully leverage Azure China to drive digital transformation while meeting local market requirements.

Whether you’re a Chinese company expanding operations or an international organization serving the Chinese market, Azure China provides a solid foundation for cloud innovation and business growth in one of the world’s most dynamic markets.

🚀 Ready to Transform Your Business?

Get expert guidance tailored to your China market ambitions. Our team of cloud and DevOps specialists has helped 100+ companies navigate the complexities of Chinese cloud infrastructure.

From AWS China foundations to ICP compliance, we handle the technical details so you can focus on growing your business.

📅 Schedule Your Free Strategy Session

We'll assess your current setup and show you exactly how to optimize for the China market.

✓ No sales pitch • ✓ Actionable insights • ✓ Custom recommendations
100+
Companies Served
10+
Years Experience
99%
Client Satisfaction

Not ready for a call? Send us an email instead.