Skip to content

Commit 50393f1

Browse files
Merge pull request #266301 from halkazwini/nw-vf-cli
Tweak
2 parents 71b2692 + 1d7a17d commit 50393f1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: how-to
9-
ms.date: 08/16/2023
9+
ms.date: 02/14/2024
1010
ms.custom: devx-track-azurecli
11+
12+
#CustomerIntent: As an Azure administrator, I want to log my virtual network IP traffic using Network Watcher VNet flow logs so that I can analyze it later.
1113
---
1214

1315
# Create, change, enable, disable, or delete VNet flow logs using the Azure CLI
@@ -83,14 +85,17 @@ az network watcher flow-log show --name myVNetFlowLog --resource-group NetworkWa
8385

8486
## Download a flow log
8587

86-
To access and download VNet flow logs from your storage account, you can use Azure Storage Explorer. Fore more information, see [Get started with Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md).
88+
To download VNet flow logs from your storage account, use the [az storage blob download](/cli/azure/storage/blob#az-storage-blob-download) command.
8789

88-
VNet flow log files saved to a storage account follow the logging path shown in the following example:
90+
VNet flow log files are saved to the storage account at the following path:
8991

9092
```
9193
https://{storageAccountName}.blob.core.windows.net/insights-logs-flowlogflowevent/flowLogResourceID=/SUBSCRIPTIONS/{subscriptionID}/RESOURCEGROUPS/NETWORKWATCHERRG/PROVIDERS/MICROSOFT.NETWORK/NETWORKWATCHERS/NETWORKWATCHER_{Region}/FLOWLOGS/{FlowlogResourceName}/y={year}/m={month}/d={day}/h={hour}/m=00/macAddress={macAddress}/PT1H.json
9294
```
9395

96+
> [!NOTE]
97+
> You can also access and download VNet flow logs files from the storage account container using the Azure Storage Explorer. Storage Explorer is a standalone app that you can conveniently use to access and work with Azure Storage data. For more information, see [Get started with Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md).
98+
9499
## Disable traffic analytics on flow log resource
95100

96101
To disable traffic analytics on the flow log resource and continue to generate and save VNet flow logs to a storage account, use [az network watcher flow-log update](/cli/azure/network/watcher/flow-log#az-network-watcher-flow-log-update).

0 commit comments

Comments
 (0)