When I execute the following commands in the Azure PowerShell (in the Azure Portal) I get an error.
>New-AzResourceGroup -Name rg-latencydemo -Location westeurope
>New-AzNetworkWatcher -Name nw-latencydemo –ResourceGroupName rg-latencydemo -Location westeurope
>$nw = Get-AzNetworkWatcher -Name nw-latencydemo -ResourceGroupName rg-latencydemo
>New-AzNetworkWatcher -Name nw-latencydemo –ResourceGroupName rg-latencydemo -Location westeurope
The last command results in...
Get-AzNetworkWatcherReachabilityReport: Long running operation failed with status 'InternalServerError'.
StatusCode: 500
ReasonPhrase: Internal Server Error
ErrorCode: InternalServerError
ErrorMessage: An error occurred.
