Had the same problem, with the ms support help we fix it by re-setting the connections using powershell
First:
$connection = Get-AzVirtualNetworkGatewayConnection -Name VpnConnectionName -ResourceGroupName VpnConnectionResourceGroupName
Then:
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection