Skip to content

Commit 4edbfd0

Browse files
committed
Acrolinx edits
1 parent f7725f9 commit 4edbfd0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Network Watcher provides various capabilities as it relates to understanding you
2828
## Prerequisites
2929

3030
- A [Network Watcher instance](network-watcher-create.md).
31-
- Ensure you are using a supported Gateway type. [Learn more](network-watcher-troubleshoot-overview.md#supported-gateway-types).
31+
- Ensure you're using a supported Gateway type. [Learn more](network-watcher-troubleshoot-overview.md#supported-gateway-types).
3232

3333
## Overview
3434

@@ -62,7 +62,7 @@ $sc = New-AzStorageContainer -Name logs
6262

6363
## Run Network Watcher resource troubleshooting
6464

65-
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.
6666

6767
> [!NOTE]
6868
> 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
7575

7676
## Understanding the results
7777

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/).
7986

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.
8187
## Next steps
8288

8389
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

Comments
 (0)