Skip to content

Commit cb0b067

Browse files
Merge pull request #296491 from halkazwini/patch-2
Update connection-troubleshoot-manage.md
2 parents f662820 + dc1092a commit cb0b067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/network-watcher/connection-troubleshoot-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: how-to
9-
ms.date: 03/14/2025
9+
ms.date: 03/18/2025
1010

1111
#CustomerIntent: As an Azure administrator, I want to learn how to use Connection Troubleshoot to diagnose outbound connectivity issues in Azure using the Azure portal, Powershell, or Azure CLI.
1212
---
@@ -1126,7 +1126,7 @@ Test-AzNetworkWatcherConnectivity -Location 'eastus' -SourceId '/subscriptions/a
11261126
{
11271127
"Type": "Source",
11281128
"Id": "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
1129-
"Address": "10.1.0.4",
1129+
"Address": "10.0.0.4",
11301130
"ResourceId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/VM1",
11311131
"NextHopIds": [
11321132
"bbbbbbbb-1111-2222-3333-cccccccccccc"
@@ -1165,7 +1165,7 @@ Test-AzNetworkWatcherConnectivity -Location 'eastus' -SourceId '/subscriptions/a
11651165
{
11661166
"Type": "Destination",
11671167
"Id": "bbbbbbbb-1111-2222-3333-cccccccccccc",
1168-
"Address": "10.0.0.4",
1168+
"Address": "10.10.10.10",
11691169
"NextHopIds": [],
11701170
"Issues": []
11711171
}

0 commit comments

Comments
 (0)