Skip to content

Commit eff43c1

Browse files
authored
Merge pull request #251572 from gavinbmsft/alerts
Documentation for packet core alerts
2 parents 30699fd + bd4c336 commit eff43c1

File tree

6 files changed

+48
-1
lines changed

6 files changed

+48
-1
lines changed

articles/private-5g-core/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ landingContent:
152152
url: packet-core-dashboards.md
153153
- text: Monitor AP5GC UE usage with Event Hubs (preview)
154154
url: ue-usage-event-hub.md
155+
- text: Monitor packet cores with alerts
156+
url: monitor-private-5g-core-alerts.md
155157
- linkListType: how-to-guide
156158
links:
157159
- text: Gather diagnostics
19.5 KB
Loading
72.8 KB
Loading
25.7 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Monitor Azure Private 5G Core with alerts
3+
description: Guide to creating alerts for packet cores
4+
author: robswain
5+
ms.author: robswain
6+
ms.service: private-5g-core
7+
ms.topic: how-to
8+
ms.date: 09/14/2023
9+
10+
---
11+
# Create alerts to track performance of packet cores
12+
13+
Alerts help track important events in your network by sending a notification containing diagnostic information when certain, user-defined conditions are met. Alerts can be customized to represent the severity of incidents on your network and can be viewed in the [Monitor service under Azure Services](https://portal.azure.com/#view/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/~/overview). In this how-to guide, you will create a custom alert for a packet core control plane or data plane resource.
14+
15+
## Prerequisites
16+
17+
- Ensure you can sign in to the Azure portal using an account with access to the active subscription you used to create your private mobile network. This account must have the build-in Contributor or Owner role at the subscription scope.
18+
- You must have [deployed your private mobile network](how-to-guide-deploy-a-private-mobile-network-azure-portal.md).
19+
20+
## Create an alert rule for your packet core control plane or data plane resources
21+
22+
1. Navigate to the packet core control/data plane you want to create an alert for.
23+
24+
- You can do this by searching for it under **All resources** or from the **Overview** page of the site that contains the packet core you want to add alerts for.
25+
26+
1. Select **Alerts** from the **Monitoring** tab on the resource menu.
27+
28+
:::image type="content" source="media/packet-core-resource-menu-alerts-highlighted.png" alt-text="Screenshot of Azure portal showing packet core control/data plane resource menu.":::
29+
30+
1. Select **Alert Rule** from the **Create** dropdown at the top of the page.
31+
32+
:::image type="content" source="media/alerts-create-dropdown.png" alt-text="Screenshot of Azure portal showing alerts menu with the create dropdown menu open.":::
33+
34+
1. Select **See all signals** just under the dropdown menu or from inside the dropdown menu.
35+
36+
:::image type="content" source="media/packet-core-alerts-signal-list.png" alt-text="Screenshot of Azure portal showing alert signal selection menu." lightbox="media/packet-core-alerts-signal-list.png":::
37+
38+
1. Select the signal you want the alert to be based on and follow the rest of the create instructions. For more information on alert options and setting actions groups used for notification, please refer to [the Azure Monitor alerts create and edit documentation](https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-create-new-alert-rule?tabs=metric).
39+
1. Once you've reached the end of the create instructions, select **Review + create** to create your alert.
40+
1. Verify that your alert rule was created by navigating to the alerts page for your packet core (see steps 1 and 2) and finding it in the list of alert rules on the page.
41+
42+
## Next steps
43+
- [Learn more about Azure Monitor alerts](https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-overview).

articles/private-5g-core/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ items:
6565
- name: Cloud monitoring with Azure Monitor Workbooks
6666
href: monitor-private-5g-core-workbooks.md
6767
- name: Cloud monitoring of UE usage with Event Hubs (preview)
68-
href: ue-usage-event-hub.md
68+
href: ue-usage-event-hub.md
6969
- name: Local monitoring with packet core dashboards
7070
href: packet-core-dashboards.md
7171
- name: Local monitoring with distributed tracing
@@ -128,6 +128,8 @@ items:
128128
href: upgrade-packet-core-arm-template.md
129129
- name: Reinstall a packet core instance
130130
href: reinstall-packet-core.md
131+
- name: Create custom alerts
132+
href: monitor-private-5g-core-alerts.md
131133
- name: Policy control
132134
items:
133135
- name: Collect the required information for a service

0 commit comments

Comments
 (0)