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/integration-environments/create-application-group.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
@@ -4,7 +4,7 @@ description: Learn how to organize and manage Azure resources based on your inte
4
4
ms.service: azure
5
5
ms.topic: how-to
6
6
ms.reviewer: estfan, azla
7
-
ms.date: 06/10/2025
7
+
ms.date: 07/09/2025
8
8
# CustomerIntent: As an integration developer, I want a way to logically organize and manage the Azure resources related to my organization's integration solutions.
9
9
ms.subservice: azure-integration-environments
10
10
---
@@ -50,8 +50,9 @@ After you create an integration environment, create one or more application grou
50
50
|----------|----------|-------|-------------|
51
51
|**Name**| Yes | <*application-name*> | A name for your application group that uses only alphanumeric characters, hyphens, underscores, or periods. |
52
52
|**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)|
53
54
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**.
55
56
56
57
1. On the **Add resources to this application** pane that opens, follow these steps:
Copy file name to clipboardExpand all lines: articles/integration-environments/monitor-resources-create-alerts.md
+54-10Lines changed: 54 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.service: azure
5
5
ms.subservice: azure-integration-environments
6
6
ms.topic: how-to
7
7
ms.reviewer: estfan, divswa, azla
8
-
ms.date: 06/10/2025
8
+
ms.date: 07/08/2025
9
9
# 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.
10
10
---
11
11
@@ -43,7 +43,7 @@ For the Azure resources that you logically organize as applications in an integr
43
43
44
44
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).
45
45
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.
47
47
48
48
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).
49
49
@@ -63,6 +63,20 @@ For the Azure resources that you logically organize as applications in an integr
63
63
64
64
In some scenarios, traces for Azure Service Bus might not appear.
65
65
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
+
66
80
## Set up alerts
67
81
68
82
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:
81
95
82
96
For more information, see [Manage alert rules](/azure/azure-monitor/alerts/alerts-manage-alert-rules).
83
97
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.
85
99
86
-
1. On the integration environment menu, under **Environment**, select **Applications**.
100
+
1. On the resource sidebar, under **Environment**, select **Applications**.
87
101
88
102
1. Select the application where you want to add alerts.
89
103
90
-
1. On the application menu, under **Application monitoring**, select **Alerts**.
104
+
1. On the application sidebar, under **Application monitoring**, select **Alerts**.
91
105
92
106
1. On the **Alerts** page, in the **Resource name** column, find the parent resource or expand the parent to select a child resource.
93
107
@@ -97,27 +111,57 @@ For more information, see [Manage alert rules](/azure/azure-monitor/alerts/alert
97
111
98
112
:::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":::
99
113
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.
101
115
102
116
The following example shows some workflow alert rules that trigger based on various threshold conditions:
103
117
104
118
:::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":::
105
119
106
120
For more information, see [Create alert rules for Azure resources](/azure/azure-monitor/alerts/alert-options).
107
121
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**.
109
153
110
154
## View health for a specific application
111
155
112
156
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.
113
157
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.
115
159
116
-
1. On the resource navigation menu, under **Environment**, select **Applications**.
160
+
1. On the resource sidebar, under **Environment**, select **Applications**.
117
161
118
162
1. On the **Applications** page, select the application that you want.
119
163
120
-
1. On the application menu, select **Insights**.
164
+
1. On the application sidebar, select **Insights**.
121
165
122
166
1. Under the **Insights** toolbar, select the time range that you want to review.
0 commit comments