Skip to content

Commit d968ad5

Browse files
committed
add section introduction
1 parent 2924ae8 commit d968ad5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/network-watcher/flow-logs-read.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ The concepts discussed in this article aren't limited to the PowerShell and are
3232

3333
## Retrieve the blocklist
3434

35+
In this section, you set up the variables required to query the flow log blob and list the blocks within the [CloudBlockBlob](/dotnet/api/microsoft.azure.storage.blob.cloudblockblob) block blob.
36+
3537
# [**Virtual network flow logs**](#tab/vnet)
3638

37-
The following PowerShell script sets up the variables needed to query the virtual network flow log blob and list the blocks within the [CloudBlockBlob](/dotnet/api/microsoft.azure.storage.blob.cloudblockblob) block blob. Update the script to contain valid values for your environment.
39+
Update the PowerShell script with valid values for your environment.
3840

3941
```powershell
4042
function Get-VNetFlowLogCloudBlockBlob {
@@ -94,7 +96,7 @@ $blockList = Get-VNetFlowLogBlockList -CloudBlockBlob $CloudBlockBlob
9496

9597
# [**Network security group flow logs**](#tab/nsg)
9698

97-
The following PowerShell script sets up the variables needed to query the network security group flow log blob and list the blocks within the [CloudBlockBlob](/dotnet/api/microsoft.azure.storage.blob.cloudblockblob) block blob. Update the script to contain valid values for your environment, specifically `yourSubscriptionId`, `FLOWLOGSVALIDATIONWESTCENTRALUS`, `V2VALIDATIONVM-NSG`, `yourStorageAccountName`, `ml-rg`, `000D3AF87856`, `11/11/2018 03:00`. For example, `yourSubscriptionId` should be replaced with your Azure subscription ID.
99+
Update the PowerShell script with valid values for your environment, specifically `yourSubscriptionId`, `FLOWLOGSVALIDATIONWESTCENTRALUS`, `V2VALIDATIONVM-NSG`, `yourStorageAccountName`, `ml-rg`, `000D3AF87856`, `11/11/2018 03:00`. For example, `yourSubscriptionId` should be replaced with your Azure subscription ID.
98100

99101
```powershell
100102
function Get-NSGFlowLogCloudBlockBlob {

0 commit comments

Comments
 (0)