Skip to content

Commit e10882d

Browse files
author
ecfan
committed
Add info about Log Analytics workspace and actions groups
1 parent 0f98433 commit e10882d

File tree

4 files changed

+57
-12
lines changed

4 files changed

+57
-12
lines changed

articles/integration-environments/create-application-group.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to organize and manage Azure resources based on your inte
44
ms.service: azure
55
ms.topic: how-to
66
ms.reviewer: estfan, azla
7-
ms.date: 06/10/2025
7+
ms.date: 07/09/2025
88
# CustomerIntent: As an integration developer, I want a way to logically organize and manage the Azure resources related to my organization's integration solutions.
99
ms.subservice: azure-integration-environments
1010
---
@@ -50,8 +50,9 @@ After you create an integration environment, create one or more application grou
5050
|----------|----------|-------|-------------|
5151
| **Name** | Yes | <*application-name*> | A name for your application group that uses only alphanumeric characters, hyphens, underscores, or periods. |
5252
| **Description** | No | <*application-description*> | The purpose for your application group. |
53+
| **Default log analytics workspace** | No | <*Log-Analytics-workspace*> | The name for the Log Analytics workspace to use as the central store where your application group sends performance metrics and other telemetry. <br><br>If you don't have a workspace, select **Create new**. For more information, see the following articles: <br><br>- [Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace?tabs=azure-portal) <br>- [Monitor health and performance for Azure resources in applications](monitor-resources-create-alerts.md) |
5354

54-
1. Select the **Resources** tab, and then select **Add resource**.
55+
1. Select **Next: Resources** or the **Resources** tab, and then select **Add resource**.
5556

5657
1. On the **Add resources to this application** pane that opens, follow these steps:
5758

40 KB
Loading
55.9 KB
Loading

articles/integration-environments/monitor-resources-create-alerts.md

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure
55
ms.subservice: azure-integration-environments
66
ms.topic: how-to
77
ms.reviewer: estfan, divswa, azla
8-
ms.date: 06/10/2025
8+
ms.date: 07/08/2025
99
# CustomerIntent: As an integration developer, I want to check the performance and health for Azure resources organized as applications based on my organization's integration solutions by creating alerts.
1010
---
1111

@@ -43,7 +43,7 @@ For the Azure resources that you logically organize as applications in an integr
4343

4444
If you don't have an Application Insights resource, see [Create an Application Insights resource](/azure/azure-monitor/app/create-workspace-resource?tabs=portal#create-an-application-insights-resource).
4545

46-
- A [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) for your Azure Application Insights resource.
46+
- A [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) to use as the centralized telemetry store where application groups send their telemetry. Your dashboards use this store to populate charts.
4747

4848
If you don't have a Log Analytics workspace, you can create or select a workspace for a specific application in your integration environment. Or, you can create the workspace in advance. For more information, see [Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace?tabs=azure-portal).
4949

@@ -63,6 +63,20 @@ For the Azure resources that you logically organize as applications in an integr
6363

6464
In some scenarios, traces for Azure Service Bus might not appear.
6565

66+
## Set up application groups with a Log Analytics workspace
67+
68+
Your applications need a centralized telemetry store where they can send the data necessary to populate dashboards. To specify the Log Analytics workspace as the store, follow these steps:
69+
70+
1. In the [Azure portal](https://portal.azure.com), open your integration environment resource.
71+
72+
1. On the resource sidebar, under **Environment**, select **Applications**.
73+
74+
1. On the **Applications** page, select the application that you want to set up.
75+
76+
1. On the application sidebar, select **Resources**. Under **Log analytics workspace**, select **Set up**.
77+
78+
1. On the **Add workspace** pane, for **Default log analytics workspace**, select your workspace, and then select **Save**.
79+
6680
## Set up alerts
6781

6882
Alerts help you find and address issues before your customers notice them. When Azure Monitor collects log data indicating that your infrastructure or application might have a problem, alerts proactively notify you about the problem.
@@ -81,13 +95,13 @@ The following table shows the default severity levels for the available alerts:
8195

8296
For more information, see [Manage alert rules](/azure/azure-monitor/alerts/alerts-manage-alert-rules).
8397

84-
1. In the [Azure portal](https://portal.azure.com), open your integration environment.
98+
1. In the [Azure portal](https://portal.azure.com), open your integration environment resource.
8599

86-
1. On the integration environment menu, under **Environment**, select **Applications**.
100+
1. On the resource sidebar, under **Environment**, select **Applications**.
87101

88102
1. Select the application where you want to add alerts.
89103

90-
1. On the application menu, under **Application monitoring**, select **Alerts**.
104+
1. On the application sidebar, under **Application monitoring**, select **Alerts**.
91105

92106
1. On the **Alerts** page, in the **Resource name** column, find the parent resource or expand the parent to select a child resource.
93107

@@ -97,27 +111,57 @@ For more information, see [Manage alert rules](/azure/azure-monitor/alerts/alert
97111

98112
:::image type="content" source="media/monitor-resources-create-alerts/edit-alert-rules.png" alt-text="Screenshot shows integration environment, a specific application, Alerts page, and selected Edit icon for a child resource." lightbox="media/monitor-resources-create-alerts/edit-alert-rules.png":::
99113

100-
1. On the **Alerts** tab, select either **Add rule**, or if no rules exist, select **Start with recommended rules**. Set up the rule that you want for monitoring the resource.
114+
1. On the **Alert rules** tab, select either **Add rule**, or if no rules exist, select **Start with recommended rules**. Set up the rule that you want for monitoring the resource.
101115

102116
The following example shows some workflow alert rules that trigger based on various threshold conditions:
103117

104118
:::image type="content" source="media/monitor-resources-create-alerts/example-rules.png" alt-text="Screenshot shows example alert rules for a resource in an application." lightbox="media/monitor-resources-create-alerts/example-rules.png":::
105119

106120
For more information, see [Create alert rules for Azure resources](/azure/azure-monitor/alerts/alert-options).
107121

108-
1. When you're done, save your rules.
122+
1. When you're done, select **Save**.
123+
124+
1. Continue with the next section to set up notifications when alerts trigger.
125+
126+
## Send notifications when alerts trigger
127+
128+
You can optionally create and map [*action groups*](/azure/azure-monitor/alerts/action-groups) to your alerts based on alert severity, so that you get notifications when alerts trigger. An action group is a collection of notification preferences and actions, which you can map to the alerts that you create.
129+
130+
1. In the [Azure portal](https://portal.azure.com), open your integration environment resource and the application with the alerts where you want to create and set up action groups.
131+
132+
1. On the application sidebar, under **Application monitoring**, select **Alerts**.
133+
134+
1. On the **Alerts** toolbar, select **Manage action groups**.
135+
136+
1. On the **Action groups** toolbar, select **Create**.
137+
138+
1. Follow the [general steps to create an action group](/azure/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal), for example:
139+
140+
:::image type="content" source="media/monitor-resources-create-alerts/create-action-groups.png" alt-text="Screenshot shows Azure portal and Create action group wizard." lightbox="media/monitor-resources-create-alerts/create-action-groups.png":::
141+
142+
1. When you're done, return to the **Alerts** page for your application group.
143+
144+
1. On the **Alerts** page, in the **Resource name** column, find the parent resource or expand the parent to select a child resource.
145+
146+
1. In the **Edit** column, select **Edit** for the parent or child resource that has the rules that you want to map.
147+
148+
1. On the **Default action groups** tab, for each alert severity level, select the action group for sending the notifications that you want, for example:
149+
150+
:::image type="content" source="media/monitor-resources-create-alerts/map-action-groups-alerts.png" alt-text="Screenshot shows Azure portal, application, Alerts page, and Default action groups with mapping." lightbox="media/monitor-resources-create-alerts/map-action-groups-alerts.png":::
151+
152+
1. When you're done, select **Save**.
109153

110154
## View health for a specific application
111155

112156
The visualizations for application-specific dashboards are built on [Azure Workbooks](/azure/azure-monitor/visualize/workbooks-overview) in Azure Monitor and extensible based on your business needs.
113157

114-
1. In the [Azure portal](https://portal.azure.com), open your integration environment.
158+
1. In the [Azure portal](https://portal.azure.com), open your integration environment resource.
115159

116-
1. On the resource navigation menu, under **Environment**, select **Applications**.
160+
1. On the resource sidebar, under **Environment**, select **Applications**.
117161

118162
1. On the **Applications** page, select the application that you want.
119163

120-
1. On the application menu, select **Insights**.
164+
1. On the application sidebar, select **Insights**.
121165

122166
1. Under the **Insights** toolbar, select the time range that you want to review.
123167

0 commit comments

Comments
 (0)