Skip to content

Commit ceb30f2

Browse files
committed
fix validation warnings
1 parent 2439954 commit ceb30f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/network-watcher/packet-capture-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The following example is the output from the `az network watcher packet-capture
257257

258258
# [**Portal**](#tab/portal)
259259

260-
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture?tabs=portal).
260+
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture).
261261

262262
To download a packet capture file saved to Azure storage, follow these steps:
263263

@@ -280,7 +280,7 @@ To download a packet capture file saved to the virtual machine (VM), connect to
280280
281281
# [**PowerShell**](#tab/powershell)
282282
283-
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture?tabs=powershell).
283+
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture).
284284
285285
If a storage account is specified, capture files are saved to the storage account at the following path:
286286
@@ -300,7 +300,7 @@ Get-AzStorageBlobContent -Container 'network-watcher-logs' -Blob '/subscriptions
300300
301301
# [**Azure CLI**](#tab/cli)
302302

303-
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture?tabs=cli).
303+
After concluding your packet capture session, the resulting capture file is saved to Azure storage, a local file on the target virtual machine or both. The storage destination for the packet capture is specified during its creation. For more information, see [Start a packet capture](#start-a-packet-capture).
304304

305305
If a storage account is specified, capture files are saved to the storage account at the following path:
306306

0 commit comments

Comments
 (0)