Skip to content

Commit 87037f2

Browse files
committed
Resolved blocking issues
1 parent 6ae9b02 commit 87037f2

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

articles/load-testing/how-to-create-notification-rules.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ ms.date: 01/09/2025
1111
---
1212

1313

14-
# Configure Notifications for Azure Load Testing
14+
# Configure notifications for Azure Load Testing
1515

1616
Learn how to configure notifications for events in Azure Load Testing. For example, you can set up notifications to alert you when a test run completes or when a scheduled test run begins. Notifications enable you to stay informed about test run updates, schedules, and test results through email or webhooks.
1717

1818
## Overview
1919

2020
Azure Load Testing allows you to configure notifications to receive updates for key events, such as test completion or schedule changes. These notifications can help you automate follow-up actions and improve team collaboration.
2121

22-
## Supported Events
22+
## Supported events
2323

2424
Azure Load Testing supports the following events for notifications:
2525

26-
1. Test Run Started: Notifications for all test runs when they start.
26+
- Test Run Started: Notifications for all test runs when they start.
2727

28-
1. Test Run Completed: Notifications when a test run is completed, including failed tests or failed results.
28+
- Test Run Completed: Notifications when a test run is completed, including failed tests or failed results.
2929

30-
1. Schedule Events: Notifications when schedules complete or are disabled.
30+
- Schedule Events: Notifications when schedules complete or are disabled.
3131

32-
## Supported Notification Channels
32+
## Supported notification channels
3333

34-
### Action Groups
34+
### Action groups
3535

3636
[Action Groups](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups) are collections of notification preferences and actions that can be triggered by events. In the context of Azure Load Testing, they enable users to route notifications to email recipients, webhooks, or integrated tools like Azure Logic Apps.
3737

@@ -42,23 +42,23 @@ Azure Load Testing supports the following events for notifications:
4242

4343
To configure notifications, ensure you meet the following requirements:
4444

45-
1. Permissions: You should have at least the "Load Test Owner" or "Owner/Contributor" role at the resource level.
45+
- Permissions: You should have at least the "Load Test Owner" or "Owner/Contributor" role at the resource level.
4646

47-
2. Action Group Creation: To create Action Groups, ensure you have the required permissions or contact your system administrator.
47+
- Action Group Creation: To create Action Groups, ensure you have the required permissions or contact your system administrator.
4848

49-
## Configure Notifications in the Azure Portal
49+
## Configure notifications in the Azure portal
5050

51-
1. In the [Azure portal] (https://portal.azure.com/), navigate to your Load Test Resource. In the left navigation menu, select **Notifications**.
51+
1. In the [Azure portal](https://portal.azure.com/), navigate to your Load Test Resource. In the left navigation menu, select **Notifications**.
5252

53-
:::image type="content" source="media/how-to-create-notification-rules/notification-blade.png" alt-text="Screenshot that shows the Notification menu item in the resource overview page in the Azure portal.":::
53+
:::image type="content" source="media/how-to-create-notification-rules/notification-blade.png" alt-text="Screenshot that shows the Notification menu item in the resource overview page in the Azure portal.":::
5454

5555
2. Click **Create notification rule**.
5656

5757
3. In the **Scope** tab, provide a name for the notification rule. Select from one of the following scopes:
5858

59-
- All tests: The notification rule is applicable for all current and future tests.
60-
61-
- Specific Test: Select one or more tests in the resource on which the notification rule is applicable by clicking on Add Test.
59+
- All tests: The notification rule is applicable for all current and future tests.
60+
61+
- Specific Test: Select one or more tests in the resource on which the notification rule is applicable by clicking on Add Test.
6262

6363
:::image type="content" source="media/how-to-create-notification-rules/scope-selection.png" alt-text="Screenshot that shows the added test in the scope of a notification rule.":::
6464

@@ -75,7 +75,7 @@ To configure notifications, ensure you meet the following requirements:
7575

7676
5. Choose an existing Action Group or create a new Action Group. To select an Action Group, select **Add action group** and choose from the available ones in the tenant.
7777

78-
If you need to create one, refer to the Action Group [creation guide](https://docs.azure.cn/en-us/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal). Ensure you have at least write permissions for the resource group where you are creating the Action Group.
78+
If you need to create one, refer to the Action Group [creation guide](/azure/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal). Ensure you have at least write permissions for the resource group where you are creating the Action Group.
7979

8080
:::image type="content" source="media/how-to-create-notification-rules/selected-action-group-list.png" alt-text="Screenshot that shows the added action groups in the notification rule.":::
8181

@@ -86,21 +86,21 @@ To configure notifications, ensure you meet the following requirements:
8686

8787
:::image type="content" source="media/how-to-create-notification-rules/notification-rules-list.png" alt-text="Screenshot that shows the list of notification rules added.":::
8888

89-
## Linking Notification Rules to Tests
89+
## Linking notification rules to tests
9090

9191
You can associate existing Notification Rules with specific tests or create new Notification Rules as needed. Follow the steps below.
9292

9393
1. For an existing test, go to the **Test** page, and click **Notifications**. A right context-pane pops up.
9494

95-
:::image type="content" source="media/how-to-create-notification-rules/link-nr-to-test.png" alt-text="Screenshot that shows the list of notification rules associated with a test.":::
95+
:::image type="content" source="media/how-to-create-notification-rules/link-notification-rule-to-test.png" alt-text="Screenshot that shows the list of notification rules associated with a test.":::
9696

9797
2. You can associate a test with a rule by selecting it, and remove the test from the rule by deselecting it.
9898

9999
3. If you do not wish to select an existing Notification Rule, you can click on **Create Notification Rule**.
100100

101101
4. After making the changes, click on **Apply**.
102102

103-
## Edit a Notification Rule
103+
## Edit a notification rule
104104

105105
1. In the Azure portal, navigate to your Load Test Resource. In the left navigation menu, select **Notifications**.
106106

@@ -110,7 +110,7 @@ You can associate existing Notification Rules with specific tests or create new
110110

111111
4. Save your changes.
112112

113-
## Delete a Notification Rule
113+
## Delete a notification rule
114114

115115
1. In the Azure portal, navigate to your Load Test Resource. In the left navigation menu, select **Notifications**.
116116

267 KB
Loading
150 KB
Loading

0 commit comments

Comments
 (0)