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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
title: Create application groups to organize Azure resources
3
-
description: Create an application group to logically organize and manage Azure resources related to your integration solutions.
2
+
title: Organize Azure Resources with Application Groups
3
+
description: Learn how to organize and manage Azure resources based on your integration solutions by creating application groups.
4
4
ms.service: azure
5
5
ms.topic: how-to
6
6
ms.reviewer: estfan, azla
7
-
ms.date: 06/07/2024
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
---
11
11
12
-
# Create an application group (Preview)
12
+
# Organize and manage Azure resources by creating application groups (Preview)
13
13
14
14
> [!NOTE]
15
15
>
@@ -36,22 +36,23 @@ After you create an integration environment, create one or more application grou
36
36
37
37
## Create an application group with resources
38
38
39
-
1. In the [Azure portal](https://portal.azure.com), find and open your integration environment.
39
+
1. In the [Azure portal](https://portal.azure.com), find and open your integration environment resource.
40
40
41
-
1. On your integration environment menu, under **Environment**, select **Applications**.
41
+
1. On the resource sidebar, under **Environment**, select **Applications**.
42
42
43
43
1. On the **Applications** page toolbar, select **Create**.
44
44
45
-
:::image type="content" source="media/create-application-group/create-application-group.png" alt-text="Screenshot shows Azure portal, integration environment shortcut menu with Applications selected, and toolbar with Create selected." lightbox="media/create-application-group/create-application-group.png":::
45
+
:::image type="content" source="media/create-application-group/create-application-group.png" alt-text="Screenshot shows Azure portal, integration environment sidebar with Applications selected, and toolbar with Create selected." lightbox="media/create-application-group/create-application-group.png":::
46
46
47
47
1. On the **Basics** tab, provide the following information:
48
48
49
49
| Property | Required | Value | Description |
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:
57
58
@@ -89,11 +90,11 @@ After you add resources to your application group, you can view those resources
89
90
90
91
For a business process, you can view and open the process editor directly from an integration environment by following these steps:
91
92
92
-
In the Azure portal, on the integration environment menu, under **Environment**, select either option:
93
+
In the Azure portal, on the integration environment sidebar, under **Environment**, select either option:
93
94
94
-
-**Applications**> <*application-group-name*> > <*business-process-name*> > **Business process tracking** >**Editor**.
0 commit comments