Skip to content

Commit 315ee1b

Browse files
authored
Merge pull request #251301 from halkazwini/nw-overview
Add VNet flow logs
2 parents d2e9865 + aecf62b commit 315ee1b

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"source_path_from_root": "/articles/network-watcher/network-watcher-security-group-view-rest.md",
1515
"redirect_url": "/rest/api/network-watcher/network-watchers/get-vm-security-rules",
1616
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/network-watcher/network-watcher-monitoring-overview.md",
20+
"redirect_url": "/azure/network-watcher/network-watcher-overview",
21+
"redirect_document_id": true
1722
}
1823
]
1924
}

articles/network-watcher/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ landingContent:
2424
- linkListType: overview
2525
links:
2626
- text: What is Azure Network Watcher?
27-
url: network-watcher-monitoring-overview.md
27+
url: network-watcher-overview.md
2828
- linkListType: learn
2929
links:
3030
- text: Introduction to Azure Network Watcher

articles/network-watcher/network-watcher-monitoring-overview.md renamed to articles/network-watcher/network-watcher-overview.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: network-watcher
77
ms.topic: overview
8-
ms.date: 06/30/2023
9-
ms.custom: template-overview, engagement-fy23
8+
ms.date: 09/13/2023
109
# Customer intent: As someone with basic Azure network experience, I want to understand how Azure Network Watcher can help me resolve some of the network-related problems I've encountered and provide insight into how I use Azure networking.
1110
---
1211

@@ -20,7 +19,7 @@ Network Watcher consists of three major sets of tools and capabilities:
2019
- [Network diagnostics tools](#network-diagnostics-tools)
2120
- [Traffic](#traffic)
2221

23-
:::image type="content" source="./media/network-watcher-monitoring-overview/network-watcher-capabilities.png" alt-text="Diagram showing Azure Network Watcher's capabilities.":::
22+
:::image type="content" source="./media/network-watcher-overview/network-watcher-capabilities.png" alt-text="Diagram showing Azure Network Watcher's capabilities.":::
2423

2524
> [!NOTE]
2625
> When you create or update a virtual network in your subscription, Network Watcher is automatically enabled in your virtual network's region. There's no impact on your resources or associated charge for automatically enabling Network Watcher. For more information, see [Enable or disable Network Watcher](network-watcher-create.md).
@@ -89,19 +88,21 @@ Network Watcher offers two traffic tools that help you log and visualize network
8988

9089
### Flow logs
9190

92-
**Flow logs** allows you to log information about IP traffic flowing through a network security group. Flow logs stores data in Azure storage. For more information, see [Flow logging for network security groups](network-watcher-nsg-flow-logging-overview.md) and [Log network traffic to and from a virtual machine](network-watcher-nsg-flow-logging-portal.md).
91+
**Flow logs** allows you to log information about your Azure IP traffic and stores the data in Azure storage. You can log IP traffic flowing through a network security group or Azure virtual network. For more information, see:
92+
- [NSG flow logs](network-watcher-nsg-flow-logging-overview.md) and [Log network traffic to and from a virtual machine](network-watcher-nsg-flow-logging-portal.md).
93+
- [VNet flow logs (preview)](vnet-flow-logs-overview.md) and [Manage VNet flow logs](vnet-flow-logs-powershell.md).
9394

9495
### Traffic analytics
9596

9697
**Traffic analytics** provides rich visualizations of flow logs data. For more information about traffic analytics, see [traffic analytics](traffic-analytics.md) and [Manage traffic analytics using Azure Policy](traffic-analytics-policy-portal.md).
9798

98-
:::image type="content" source="./media/network-watcher-monitoring-overview/traffic-analytics.png" alt-text="Screenshot showing Traffic analytics feature of Network Watcher.":::
99+
:::image type="content" source="./media/network-watcher-overview/traffic-analytics.png" alt-text="Screenshot showing Traffic analytics feature of Network Watcher.":::
99100

100101
## Usage + quotas
101102

102103
The **Usage + quotas** capability of Network Watcher provides a summary of how many of each network resource you've deployed in a subscription and region and what the limit is for the resource. For more information, see [Networking limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/network-watcher/toc.json#azure-resource-manager-virtual-networking-limits) to the number of network resources that you can create within an Azure subscription and region. This information is helpful when planning future resource deployments as you can't create more resources if you reach their limits within the subscription or region.
103104

104-
:::image type="content" source="./media/network-watcher-monitoring-overview/subscription-limits.png" alt-text="Screenshot showing Networking resources usage and limits per subscription in the Azure portal.":::
105+
:::image type="content" source="./media/network-watcher-overview/subscription-limits.png" alt-text="Screenshot showing Networking resources usage and limits per subscription in the Azure portal.":::
105106

106107
## Network Watcher limits
107108

@@ -125,7 +126,7 @@ To get answers to most frequently asked questions about Network Watcher, see [Az
125126

126127
To view the latest Network Watcher feature updates, see [Service updates](https://azure.microsoft.com/updates/?query=network%20watcher).
127128

128-
## Next steps
129+
## Related content
129130

130131
- To get started using Network Watcher diagnostics tools, see [Quickstart: Diagnose a virtual machine network traffic filter problem](diagnose-vm-network-traffic-filtering-problem.md).
131132
- [Training module: Introduction to Azure Network Watcher](/training/modules/intro-to-azure-network-watcher).

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Overview
44
items:
55
- name: About Network Watcher
6-
href: network-watcher-monitoring-overview.md
6+
href: network-watcher-overview.md
77
- name: Quickstarts
88
expanded: true
99
items:

0 commit comments

Comments
 (0)