Azure Data Box limits (2024)

  • Article

Consider these limits as you deploy and operate your Microsoft Azure Data Box. The following table describes these limits for the Data Box.

Data Box service limits

  • If you use multiple storage accounts with the Data Box service, all the storage accounts should belong to the same Azure region.
  • We recommend that you use no more than three storage accounts. Using more storage accounts could potentially affect the performance.

Data Box limits

  • Data Box can store a maximum of 500 million files for both import and export.
  • Data Box supports a maximum of 512 containers or shares in the cloud. The top-level directories within the user share become containers or Azure file shares in the cloud.
  • Data Box usage capacity might be less than 80 TiB because of ReFS metadata space consumption.
  • Data Box supports a maximum of 10 client connections at a time on a Network File System (NFS) share.

Azure storage limits

This section describes the limits for Azure Storage service, and the required naming conventions for Azure Files, Azure block blobs, and Azure page blobs, as applicable to the Data Box service. Review the storage limits carefully and follow all the recommendations.

For the latest information on Azure storage service limits and best practices for naming shares, containers, and files, go to:

  • Naming and referencing containers
  • Naming and referencing shares
  • Block blobs and page blob conventions

Important

If there are any files or directories that exceed the Azure Storage service limits, or don't conform to Azure Files/Blob naming conventions, then these files or directories aren't ingested into the Azure Storage via the Data Box service.

Data copy and upload caveats

For import order

Data Box caveats for an import order include:

  • Containers, shares, and folders:
    • Don't copy files directly to any of the precreated shares. You need to create a folder under the share and then copy files to that folder.
    • A folder under the StorageAccount_BlockBlob and StorageAccount_PageBlob is a container. For instance, containers are created as StorageAccount_BlockBlob/container and StorageAccount_PageBlob/container.
    • Each folder created directly under StorageAccount_AzFile is translated into an Azure File Share.
    • Azure Blob Storage doesn't support directories. If you create a folder under the StorageAccount_BlockBlob folder, then virtual folders are created in the blob name. For Azure Files, the actual directory structure is maintained.
  • Merging folder contents:
    • Every file written into StorageAccount_BlockBlob and StorageAccount_PageBlob shares is uploaded as a block blob and page blob respectively.
    • If a folder has the same name as an existing container, the folder's contents are merged with the container's contents. Files or blobs that aren't already in the cloud are added to the container. If a file or blob has the same name as a file or blob that's already in the container, the existing file or blob is overwritten.
    • An upload to a blob in the Archive tier will fail if the container has an existing archived blob with the same name. While a blob is in the Archive tier, it can't be read or modified. If you need to overwrite a blob, make sure the blob isn't set to archive. For more information, see Archive access tier.
    • Any empty directory hierarchy (without any files) created under StorageAccount_BlockBlob and StorageAccount_PageBlob folders isn't uploaded.
  • Importing data into NFS Azure file shares isn't supported by Azure Data Box. Copying data from Data Box into an existing NFS Azure file share with an identical name as your source folder creates a conflict. To resolve this conflict, Data Box renames the source share to databox-<GUID> and uploads it to the target storage account as an SMB Azure file share.
  • If you use both the SMB and NFS protocols for data copies, we recommend that you:
    • Use different storage accounts for SMB and NFS.
    • Don't copy the same data to the same end destination in Azure using both SMB and NFS. In these cases, the final outcome can't be determined.
    • Although copying via both SMB and NFS in parallel can work, we don't recommend doing that as it's prone to human error. Wait until your SMB data copy is complete before you start an NFS data copy.
  • Upload management:
    • If there are any errors when uploading data to Azure, an error log is created in the target storage account. The path to this error log is available when the upload is complete, and you can review the log to take corrective action. Don't delete data from the source without verifying the uploaded data.
    • File metadata and NTFS permissions can be preserved when the data is uploaded to Azure Files using guidance in Preserving file ACLs, attributes, and timestamps with Azure Data Box.
    • The hierarchy of the files is maintained while uploading to the cloud for both blobs and Azure Files. For example, you copied a file at this path: <container folder>\A\B\C.txt. This file is uploaded to the same path in cloud.
    • If the CreateTime or LastWriteTime field for a file exceeds the allowable size during an upload, “Fri, 31 Dec 9999 23:59:59” replaces the original date in the Azure file property. The file upload succeeds, and no error is raised.

For export order

Data Box caveats for an export order include:

  • Data Box is a Windows-based device and doesn’t support case-sensitive file names. For example, you might have two different files in Azure with names that just differ in casing. Don't use Data Box to export such files as the files are overwritten on the device.
  • If you have duplicate tags in input files or tags referring to the same data, the Data Box export might skip or overwrite the files. The number of files and size of data that the Azure portal displays might differ from the actual size of data on the device.
  • Data Box exports data to Windows-based system over the Server Message Block (SMB) protocol and is limited by SMB limitations for files and folders. Files and folders with unsupported names aren't exported.
  • There's a 1:1 mapping from prefix to container.
  • Maximum filename size is 1,024 characters. Filenames that exceed this length aren't exported.
  • Duplicate prefixes in the xml file (uploaded during order creation) are exported. Duplicate prefixes aren't ignored.
  • Page blobs and container names are case-sensitive. If the casing is mismatched, the blob and/or container won't be found.

Azure storage account size limits

Here are the limits on the size of the data that's copied into a storage account. Make sure the data you upload conforms to these limits. For the most up-to-date information on these limits, see Scalability and performance targets for Blob storage and Azure Files scalability and performance targets.

Size of data copied into Azure storage accountDefault limit
Block blob and page blobMaximum limit is the same as the Storage limit defined for Azure Subscription and it includes data from all the sources including Data Box.
Azure FilesData Box supports Azure premium file shares, which allow a total of 100 TiB for all shares in the storage account. Maximum usable capacity is slightly less because of the space that copy logs and audit logs use. A minimum 100 GiB each is reserved for the copy log and audit log. For more information, see Audit logs for Azure Data Box, Azure Data Box Heavy. All folders under StorageAccount_AzFile must follow this limit. For more information, see Create an Azure file share.

Azure object size limits

Here are the sizes of the Azure objects that can be written. Make sure that all the files that are uploaded conform to these limits.

Azure object typeDefault limit
Block blob14 TiB
Page blob4 TiB
Every file uploaded in page blob format must be 512 bytes aligned (an integral multiple), else the upload fails.
VHD and VHDX are 512 bytes aligned.
Azure Files4 TiB
Managed disks4 TiB
For more information on size and limits, see:
  • Scalability targets of Standard SSDs
  • Scalability targets of Premium SSDs
  • Scalability targets of Standard HDDs
  • Pricing and billing of managed disks
  • Azure block blob, page blob, and file naming conventions

    EntityConventions
    Container names for block blob and page blobMust be a valid DNS name that is 3 to 63 characters long.
    Must start with a letter or number.
    Can contain only lowercase letters, numbers, and the hyphen (-).
    Every hyphen (-) must be immediately preceded and followed by a letter or number.
    Consecutive hyphens aren't permitted in names.
    Share names for Azure filesSame as above
    Directory and file names for Azure files
  • Case-preserving, case-insensitive and must not exceed 255 characters in length.
  • Cannot end with the forward slash (/).
  • If provided, it will be automatically removed.
  • Following characters aren't allowed: " \ / : | < > * ?
  • Reserved URL characters must be properly escaped.
  • Illegal URL path characters aren't allowed. Code points like \uE000 aren't valid Unicode characters. Some ASCII or Unicode characters, like control characters (0x00 to 0x1F, \u0081, etc.), are also not allowed. For rules governing Unicode strings in HTTP/1.1 see RFC 2616, Section 2.2: Basic Rules and RFC 3987.
  • Following file names aren't allowed: LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, PRN, AUX, NUL, CON, CLOCK$, dot character (.), and two dot characters (..).
  • Blob names for block blob and page blob
  • Blob names are case-sensitive and can contain any combination of characters.
  • A blob name must be between 1 to 1,024 characters long.
  • Reserved URL characters must be properly escaped.
  • The number of path segments comprising the blob name cannot exceed 254. A path segment is the string between consecutive delimiter characters (for example, the forward slash '/') that correspond to the name of a virtual directory.
  • Feedback

    Was this page helpful?

    Azure Data Box limits (2024)
    Top Articles
    6 Simple Steps to Finally Getting Financially Organized
    RoboForex Avis 2024 - Broker Fiable ou Arnaque ? - Trader Francophone
    Jail Inquiry | Polk County Sheriff's Office
    Cintas Pay Bill
    Booknet.com Contract Marriage 2
    50 Meowbahh Fun Facts: Net Worth, Age, Birthday, Face Reveal, YouTube Earnings, Girlfriend, Doxxed, Discord, Fanart, TikTok, Instagram, Etc
    Mustangps.instructure
    Achivr Visb Verizon
    Optum Medicare Support
    Devourer Of Gods Resprite
    Catsweb Tx State
    Missing 2023 Showtimes Near Lucas Cinemas Albertville
    Los Angeles Craigs List
    Craigslist Pets Athens Ohio
    Erskine Plus Portal
    Mile Split Fl
    Rachel Griffin Bikini
    De beste uitvaartdiensten die goede rituele diensten aanbieden voor de laatste rituelen
    bode - Bode frequency response of dynamic system
    Hyvee Workday
    Fsga Golf
    Busted Mcpherson Newspaper
    Anotherdeadfairy
    Inbanithi Age
    Обзор Joxi: Что это такое? Отзывы, аналоги, сайт и инструкции | APS
    Cal State Fullerton Titan Online
    Times Narcos Lied To You About What Really Happened - Grunge
    WOODSTOCK CELEBRATES 50 YEARS WITH COMPREHENSIVE 38-CD DELUXE BOXED SET | Rhino
    Boneyard Barbers
    Autozone Locations Near Me
    RALEY MEDICAL | Oklahoma Department of Rehabilitation Services
    Cal Poly 2027 College Confidential
    How much does Painttool SAI costs?
    Gateway Bible Passage Lookup
    Devon Lannigan Obituary
    Walmart Car Service Near Me
    Mudfin Village Wow
    How I Passed the AZ-900 Microsoft Azure Fundamentals Exam
    Bmp 202 Blue Round Pill
    Tropical Smoothie Address
    25 Hotels TRULY CLOSEST to Woollett Aquatics Center, Irvine, CA
    Scott Surratt Salary
    Quest Diagnostics Mt Morris Appointment
    Craigslist Sarasota Free Stuff
    Solving Quadratics All Methods Worksheet Answers
    Diamond Spikes Worth Aj
    sin city jili
    Southwind Village, Southend Village, Southwood Village, Supervision Of Alcohol Sales In Church And Village Halls
    2121 Gateway Point
    Att Corporate Store Location
    Latest Posts
    Article information

    Author: Chrissy Homenick

    Last Updated:

    Views: 5865

    Rating: 4.3 / 5 (54 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: Chrissy Homenick

    Birthday: 2001-10-22

    Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

    Phone: +96619177651654

    Job: Mining Representative

    Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

    Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.