PowerShell module to determine the network latency between two Azure regions.
You can install the module from the PSGallery by using the following command.
Install-Module -Name AzNetworkLatencyOr if you are using PowerShell 7.4 or higher you can use
Install-PSResource -Name AzNetworkLatencyTo use the module first import it.
Import-Module -Name AzNetworkLatencyYou will receive a message about telemetry being enabled. After that you can use the command Get-AzNetworkLatency to use the module.
Check out the Get-Help for more information on how to use the function.
The module is using the Telemetryhelper module to gather telemetry. The module is made using the PSModuleDevelopment module to get a template for a module.