You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/internet-peering/faqs.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: internet-peering
8
8
ms.topic: faq
9
-
ms.date: 09/20/2023
9
+
ms.date: 10/23/2024
10
10
---
11
11
12
12
# Internet peering frequently asked questions (FAQ)
13
13
14
+
This article provides answers to some of the frequently asked questions about Internet peering.
15
+
14
16
## General
15
17
16
18
### What is the difference between Internet peering and Peering Service?
@@ -54,4 +56,3 @@ Carriers that offer SLA and enterprise-grade internet are doing so on their part
54
56
### If a service provider already peers with Microsoft, what kind of changes are required to support Peering Service?
55
57
56
58
Peering Service partners must have an Azure subscription and manage the Peering Service connections using the Azure portal as this is where customer prefixes are registered, performance metrics are viewed, and support tickets are logged, among other features. If a provider has existing peering with Microsoft but no Azure subscription, the resources must be added to your subscription before you're able to convert these to the Peering Service configuration. During the configuration change, Microsoft changes the policy group during a hard restart of the BGP session. No configuration changes are required on the partner’s side, unless the telco partner is supporting Peering Service for voice, then BFD configuration is required. For more information, see [Azure Internet peering for Communications Services walkthrough](walkthrough-communications-services-partner.md).
Copy file name to clipboardExpand all lines: articles/internet-peering/peering-service-partner-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: internet-peering
7
7
ms.topic: concept-article
8
-
ms.date: 08/18/2023
8
+
ms.date: 10/23/2024
9
9
---
10
10
11
11
# Azure Peering Service partner overview
@@ -47,7 +47,7 @@ In addition, Peering Service partners are able to see received routes reported i
47
47
48
48
:::image type="content" source="./media/peering-service-partner-overview/peering-service-partner-latency-report.png" alt-text="Diagram showing monitoring platform for Peering Service.":::
49
49
50
-
## Next steps
50
+
## Related content
51
51
52
52
- To establish a Direct interconnect for Peering Service, see [Internet peering for Peering Service walkthrough](walkthrough-peering-service-all.md).
53
53
- To establish a Direct interconnect for Peering Service Voice, see [Internet peering for Peering Service Voice walkthrough](walkthrough-communications-services-partner.md).
Copy file name to clipboardExpand all lines: articles/network-watcher/network-watcher-visualize-nsg-flow-logs-open-source-tools.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: azure-network-watcher
8
8
ms.topic: how-to
9
-
ms.date: 09/26/2024
9
+
ms.date: 10/23/2024
10
10
---
11
11
12
12
# Visualize Azure Network Watcher NSG flow logs using open source tools
@@ -235,19 +235,15 @@ The sample dashboard provides several visualizations of the flow logs:
235
235
236
236
5. Top 10 Source/Destination IPs – bar charts showing the top 10 source and destination IPs. You can adjust these charts to show more or less top IPs. From here, you can see the most commonly occurring IPs and the traffic decision (allow or deny) being made towards each IP.
237
237
238
-
![Screenshot shows a sample dashboard with flows by top ten source and destination I P addresses.][6]
239
-
240
-
6. Flow Tuples – this table shows you the information contained within each flow tuple, and its corresponding NGS and rule.
241
-
242
-
![Screenshot shows flow tuples in a table.][7]
238
+
6. Flow Tuples – a table showing the information contained within each flow tuple, and its corresponding NGS and rule.
243
239
244
240
Using the query bar at the top of the dashboard, you can filter down the dashboard based on any parameter of the flows, such as subscription ID, resource groups, rule, or any other variable of interest. For more about Kibana's queries and filters, see the [official documentation](https://www.elastic.co/guide/en/beats/packetbeat/current/kibana-queries-filters.html)
245
241
246
242
## Conclusion
247
243
248
244
By combining the network security group flow logs with the Elastic Stack, we have come up with powerful and customizable way to visualize our network traffic. These dashboards allow you to quickly gain and share insights about your network traffic, and filter down and investigate on any potential anomalies. Using Kibana, you can tailor these dashboards and create specific visualizations to meet any security, audit, and compliance needs.
249
245
250
-
## Next steps
246
+
## Next step
251
247
252
248
Learn how to visualize your NSG flow logs with Power BI by visiting [Visualize NSG flows logs with Power BI](network-watcher-visualize-nsg-flow-logs-power-bi.md)
253
249
@@ -259,5 +255,3 @@ Learn how to visualize your NSG flow logs with Power BI by visiting [Visualize N
0 commit comments