File Storage
Azure Files
Azure Files provides fully managed SMB and NFS file shares hosted in Azure Storage, accessible concurrently by cloud VMs and on-premises clients. Each share is elastic, has a single namespace, and is offered in four tiers (premium, transaction-optimized, hot, cool), with optional Azure File Sync for hybrid caching and Active Directory Kerberos-based identity authentication.
Azure
Service information
Shortname: Azure Files
Huawei equivalent shortnames: SFS
Keywords: file storage, smb, shared storage
Differences vs Huawei
Protocol coverage is the leading boundary. Azure Files natively serves both SMB (2.1/3.x) and NFS (4.1, share-level), so a single share can back Windows AD-authenticated workloads and Linux containers without re-platforming. Huawei SFS exposes standard and turbo file systems over NFS v3 only; there is no first-party SMB share mode, so Windows file-server and ACL-inheritance workloads cannot be lifted-and-shifted and must be remodeled on NFS semantics, EVS-backed compute, or a third-party gateway. Confirm protocol requirements per mount point before accepting parity.
Tiering, identity, and the data/control plane differ operationally. Azure Files tiers map premium SSD, transaction-optimized, hot, and cool onto one share type with snapshot, soft delete, backup, and AD/Kerberos ACL support, plus Azure File Sync for on-prem caches and change sync. SFS splits capabilities across the general-purpose file system (SFS 3.0, with capacity and standard storage and lifecycle rules transitioning to infrequent-access) and SFS Turbo for latency-sensitive HPC; identity is VPC-tenant scoped rather than AD-integrated, and tiering is lifecycle-based only. Snapshots, soft delete, and backup are covered by SFS plus CBR, but operational surfaces and quota semantics are not equivalent.
Scaling, HA, and operational responsibility diverge. Azure Files premium offersshares in LRS/ZRS/GZRS with documented provisioned IOPS/throughput per quota and 99.99% availability for GZRS, with Azure taking the GAS operational model. SFS reports 99.99999999% (10 nines) durability and 99.95% availability for general-purpose file systems, accessible cross-AZ within a region, and Turbo targets sub-10 ms latency for compute-bound HPC. Huawei does not publish matched multi-region GZRS-style file-share redundancy, so geo-replicated share DR needs extra design (CBR, OBS replication, or application-level sync) and the customer owns more of the topology.
Migration to Huawei
Assess each Azure Files share by protocol, ACL source, tier, snapshot/soft-delete retention, geo-replication, and peak IOPS/throughput before mapping to a Huawei target. SMB workloads with AD-authenticated Windows ACLs or Azure File Sync caches have no native SFS equivalent; retain them on-prem, move to ECS with EVS plus an in-VM SMB role, or evaluate a third-party SMB gateway. NFS v3 shares with HPC or content-management profiles map most cleanly to SFS Turbo or general-purpose SFS respectively. Document per-share RPO/RTO and identity model, since they drive target selection, not the reverse.
For data and configuration migration, prefer file-level copy for compatibility and integrity rather than block images, since the SFS and Azure Files on-disk formats are unrelated. Use rsync over NFS, Huawei Cloud `obsutil`/CCM staging through OBS, or partner tools (e.g. rclone with optional Huawei-side relay) to move data; SMB shares must first be converted to a re-exported NFS model. Recreate lifecycle rules in SFS (14/30/60/90-day infrequent-access transition), recreate snapshots to CBR backup policies for SFS Turbo where applicable, and re-grant VPC security-group and IAM access in place of Azure AD share permissions, which do not translate 1:1.
Validate before cutover by replaying representative workloads against the target SFS instance and measuring latency, throughput, and concurrent-client counts against recorded Azure baselines; SFS Turbo and general-purpose SFS have different performance envelopes and quotas. Re-test ACL behavior, lock semantics, open-file handling, and snapshot restore in the new NFS model, as POSIX/NFS semantics differ from SMB/NTFS. Re-run any hybridsync agent steps if File Sync was used, since there is no Huawei-hosted counterpart and clients must mount SFS directly or via a gateway.
Account for cost-model and gap changes in TCO. Azure Files bills provisioned capacity (premium) or GB-month plus transaction and retrieval/snapshot/transfer fees across tiers; SFS bills GB-month capacity with general-purpose tier rates, request/retrieval for infrequent-access, and CBR backup if used. Recalculate with peak load, request volume, retention period, and cross-AZ or interconnect traffic, and add the cost of any SMB gateway or self-managed Windows file server if those workloads are re-hosted rather than re-platformed. Regional availability, quotas, and lifecycle-rule limits (20 per file system) should be confirmed per target region before production.
Huawei Cloud
Huawei equivalent service
Shortname: SFS
General function: File Storage
Scalable shared file storage service.
Keywords: file storage, nfs, shared storage