You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You troubleshoot resources with the [Start-AzNetworkWatcherResourceTroubleshooting](/powershell/module/az.network/start-aznetworkwatcherresourcetroubleshooting?view=azps-9.1.0) cmdlet. We pass the cmdlet the Network Watcher object, the Id of the Connection or Virtual Network Gateway, the storage account id, and the path to store the results.
65
+
You can troubleshoot resources with the [Start-AzNetworkWatcherResourceTroubleshooting](/powershell/module/az.network/start-aznetworkwatcherresourcetroubleshooting?view=azps-9.1.0) cmdlet. We pass the cmdlet the Network Watcher object, the ID of the Connection or Virtual Network Gateway, the storage account ID, and the path to store the results.
66
66
67
67
> [!NOTE]
68
68
> The [Start-AzNetworkWatcherResourceTroubleshooting](/powershell/module/az.network/start-aznetworkwatcherresourcetroubleshooting?view=azps-9.1.0) cmdlet is long running and may take a few minutes to complete.
@@ -75,9 +75,15 @@ Once you run the cmdlet, Network Watcher reviews the resource to verify its heal
75
75
76
76
## Understanding the results
77
77
78
-
The action text provides general guidance on how to resolve the issue. If an action can be taken for the issue, a link is provided with additional guidance. If there is no additional guidance, the response provides the URL to open a support case. For more information about the properties of the response and what is included, visit [Network Watcher Troubleshoot overview](network-watcher-troubleshoot-overview.md).
78
+
The action text provides general guidance on how to resolve the issue.
79
+
80
+
- If an action can be taken for the issue, a link is provided with additional guidance.
81
+
- If there's no guidance provided, the response provides the URL to open a support case.
82
+
83
+
For more information about the properties of the response and what is included, see [Network Watcher Troubleshoot overview](network-watcher-troubleshoot-overview.md).
84
+
85
+
For instructions on downloading files from Azure storage accounts, refer to [Get started with Azure Blob storage using .NET](../storage/blobs/storage-quickstart-blobs-dotnet.md). Another tool that can be used is Storage Explorer. For more information, see [Storage Explorer](https://storageexplorer.com/).
79
86
80
-
For instructions on downloading files from Azure storage accounts, refer to [Get started with Azure Blob storage using .NET](../storage/blobs/storage-quickstart-blobs-dotnet.md). Another tool that can be used is Storage Explorer. See [Storage Explorer](https://storageexplorer.com/) for more information.
81
87
## Next steps
82
88
83
89
If VPN connectivity has been stopped due to a change in settings, see [Manage Network Security Groups](../virtual-network/manage-network-security-group.md) to track down the network security group and security rules that may be in question.
0 commit comments