Skip to content

Commit 1543129

Browse files
Merge pull request #280421 from cozhang8/patch-1
Update flow-logs-read.md
2 parents 0fb1291 + 250acba commit 1543129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The concepts discussed in this article aren't limited to the PowerShell and are
3232

3333
# [**Network security group flow logs**](#tab/nsg)
3434

35-
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.
35+
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 subscription ID.
3636

3737
```powershell
3838
function Get-NSGFlowLogCloudBlockBlob {

0 commit comments

Comments
 (0)