Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.62 KB

File metadata and controls

42 lines (29 loc) · 1.62 KB

azure-speed-test

License MIT Stars Forks Issues

Azure Speed Test Tool: Measure network latency, download, and upload speeds to Azure datacenters worldwide.

Live Demo

Visit the live demo at Azure Speed Test.

Setting Up Your Local Development Environment

Prerequisites

  • .NET 8.0
  • Node.js 22
  • Azure Storage Account setup:
    • CORS must be enabled.
    • Create a public container (access level = Blob) named public and upload latency-test.json.
    • Create a private container (access level = Private) named private and upload a 100MB dummy file, which is downloadable from here.
    • Create an upload container (access level = Private) named upload.

Backend Setup

  1. Update storage account name and keys in api/AzureSpeed/Data/settings.json.
  2. Open api/AzureSpeed.sln using Visual Studio.
  3. Launch the AzureSpeed project.

Frontend Setup

For detailed instructions on setting up the frontend, please refer to the README in the UI directory.

Built With