Skip to content

Commit acb57db

Browse files
committed
tweaks
1 parent 92e8927 commit acb57db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/network-watcher/vnet-flow-logs-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ You can download the flow logs data from the storage account that you saved the
407407
408408
# [**PowerShell**](#tab/powershell)
409409
410-
To download virtual network flow logs from your storage account, use [Get-AzStorageBlobContent](/powershell/module/az.storage/get-azstorageblobcontent) cmdlet.
410+
To download virtual network flow logs from your storage account, use [Get-AzStorageBlobContent](/powershell/module/az.storage/get-azstorageblobcontent) cmdlet. For more information, see [Download a blob](../storage/blobs/storage-quickstart-blobs-powershell.md#download-blobs).
411411
412412
Virtual network flow log files are saved to the storage account at the following path:
413413
@@ -417,7 +417,7 @@ https://{storageAccountName}.blob.core.windows.net/insights-logs-flowlogfloweven
417417
418418
# [**Azure CLI**](#tab/cli)
419419
420-
To download virtual network flow logs from your storage account, use the [az storage blob download](/cli/azure/storage/blob#az-storage-blob-download) command.
420+
To download virtual network flow logs from your storage account, use the [az storage blob download](/cli/azure/storage/blob#az-storage-blob-download) command. For more information, see [Download a blob](../storage/blobs/storage-quickstart-blobs-cli.md#download-a-blob).
421421
422422
Virtual network flow log files are saved to the storage account at the following path:
423423
@@ -428,7 +428,7 @@ https://{storageAccountName}.blob.core.windows.net/insights-logs-flowlogfloweven
428428
---
429429
430430
> [!NOTE]
431-
> As an alternative way to access and download flow logs from your storage account, you can use Azure Storage Explorer. For more information, see [Get started with Storage Explorer](../storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md).
431+
> As an alternative way to access and download flow logs from your storage account, you can use Azure Storage Explorer. For more information, see [Get started with Storage Explorer](../storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md) and [Download blobs using Storage Explorer](../storage/blobs/quickstart-storage-explorer.md#download-blobs).
432432
433433
For information about the structure of a flow log, see [Log format of virtual network flow logs](vnet-flow-logs-overview.md#log-format).
434434

0 commit comments

Comments
 (0)