Azure download test files
Generate short-lived links to 100 MiB files in Azure Storage regions for manual downloads, download managers, or external benchmarking tools. This page does not measure speed.
Generate download test files
Europe
0 / 15 selectedNorth America
0 / 12 selectedAsia
0 / 9 selectedAustralia and New Zealand
0 / 4 selectedMiddle East and Africa
0 / 4 selectedSouth America
0 / 2 selectedSelect regions above to generate 100 MiB download links.
Need measured results instead?
Run the browser-based test to see progress, elapsed time, Mbps, MiB/s, and region comparisons without saving files.
Alternatives for benchmarking
AzCopy Bench
Microsoft's official CLI tool for Azure Storage performance benchmarking. Ideal for automated testing, CI/CD pipelines, and high-throughput scenarios where you need precise control over test parameters.
Automatically optimizes parallel TCP connections for maximum throughput
Downloaded data is discarded, never saved locally
Basic download benchmark:
azcopy bench --mode=Download "https://[account].blob.core.windows.net/[container]?[SAS]"Rate-limited download test (500 Mbps):
azcopy bench --mode=Download "https://[account].blob.core.windows.net/[container]?[SAS]" \
--cap-mbps 500Download mode tests against existing files in your container. Data is streamed but never written to disk.
Frequently asked questions
Does this page measure download speed?
No. This page only generates expiring links to test files. Use the browser-based Azure Download Speed Test for measured progress, elapsed time, Mbps, MiB/s, and region comparisons.
What are these test files for?
Use them for a manual browser download, a download manager, or an external monitoring tool when you need a stable file hosted in a specific Azure region.
How large is each file?
Each file is 100 MiB, or 104,857,600 bytes. The filename remains 100MB.bin for compatibility with the existing Azure Storage test assets.