Skip to content

Commit 8f8cee7

Browse files
authored
Merge pull request #296493 from halkazwini/nw-nsgflow
Manage NSG flow logs
2 parents a4e34d5 + afa6932 commit 8f8cee7

29 files changed

+564
-608
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-portal.md",
5+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-powershell.md",
10+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-cli.md",
15+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path_from_root": "/articles/network-watcher/network-watcher-alert-triggered-packet-capture.md",
520
"redirect_url": "/azure/network-watcher/packet-capture-alert-triggered",

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

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

2727
- PowerShell installed on your machine. For more information, see [Install PowerShell on Windows, Linux, and macOS](/powershell/scripting/install/installing-powershell). This article requires the Az PowerShell module. For more information, see [How to install Azure PowerShell](/powershell/azure/install-azure-powershell). To find the installed version, run `Get-Module -ListAvailable Az`.
2828

29-
- Flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-portal.md#create-a-flow-log) or [Create virtual network flow logs](vnet-flow-logs-portal.md#create-a-flow-log).
29+
- Flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-manage.md#create-a-flow-log) or [Create virtual network flow logs](vnet-flow-logs-manage.md#create-a-flow-log).
3030

3131
- Necessary RBAC permissions for the subscriptions of flow logs and storage account. For more information, see [Network Watcher RBAC permissions](required-rbac-permissions.md).
3232

articles/network-watcher/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ landingContent:
9191
- linkListType: how-to-guide
9292
links:
9393
- text: Manage network security group flow logs
94-
url: nsg-flow-logs-portal.md
94+
url: nsg-flow-logs-manage.md
9595
- text: Manage virtual network flow logs
9696
url: vnet-flow-logs-manage.md
9797

102 KB
Loading

0 commit comments

Comments
 (0)