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/business-process-tracking/create-business-process.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ After you define a business process, you can then map each stage to actual Azure
51
51
52
52
- An existing or new [Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-and-database)
53
53
54
-
This Azure resource stores the transactions and business property values that you want to capture as the real-time data moves through your workflows at run time. When you create a business process, you specify the cluster, database, and table to use for storing the data that you want to capture.
54
+
This Azure resource is required to create a business process. Your business process uses this database to store the transactions and business property values that you want to capture as the real-time data moves through your workflows at run time. When you create a business process, you specify the cluster, database, and table to use for storing the data that you want to capture.
Copy file name to clipboardExpand all lines: articles/integration-environments/create-application-group.md
+15-28Lines changed: 15 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.date: 06/07/2024
8
8
# CustomerIntent: As an integration developer, I want a way to logically organize and manage the Azure resoruces related to my organization's integration solutions.
9
9
---
10
10
11
-
# Create an application group (preview)
11
+
# Create an application group (Preview)
12
12
13
13
> [!IMPORTANT]
14
14
>
@@ -19,23 +19,17 @@ After you create an integration environment, create one or more application grou
19
19
20
20
## Prerequisites
21
21
22
-
- An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23
-
24
-
- An [integration environment](create-integration-environment.md)
22
+
- The Azure account and subscription for the [integration environment](create-integration-environment.md) where you want to create an application group.
25
23
26
24
- Existing Azure resources to add and organize in your application group
27
25
28
-
These resources and your integration environment must exist in the same Azure subscription. For information about supported resources, see [Supported Azure resources](overview.md#supported-resources).
29
-
30
-
- An existing or new [Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-and-database)
31
-
32
-
This Azure resource is required to create an application group. Your application group uses this database to store specific business property values that you want to capture and track for business process tracking scenarios. After you create a business process in your application group, specify the key business properties to capture and track as data moves through deployed resources, map these properties to actual Azure resources, and deploy your business process, you specify a database table to create or use for storing the desired data.
33
-
34
26
> [!NOTE]
35
27
>
36
-
> Although Azure Integration Environments doesn't incur charges during preview, Azure Data
37
-
> Explorer incurs charges, based on the selected pricing option. For more information, see
38
-
> [Azure Data Explorer pricing](https://azure.microsoft.com/pricing/details/data-explorer/#pricing).
28
+
> Your integration environment and *all* Azure resources that you want to organize
29
+
> into application groups must use the same Azure subscription, including any
@@ -53,8 +47,8 @@ After you create an integration environment, create one or more application grou
53
47
54
48
| Property | Required | Value | Description |
55
49
|----------|----------|-------|-------------|
56
-
|**Name**| Yes | <*application-name*> |Name for your application group that uses only alphanumeric characters, hyphens, underscores, or periods. |
57
-
|**Description**| No | <*application-description*> |Purpose for your application group |
50
+
|**Name**| Yes | <*application-name*> |A name for your application group that uses only alphanumeric characters, hyphens, underscores, or periods. |
51
+
|**Description**| No | <*application-description*> |The purpose for your application group.|
58
52
59
53
1. Select the **Resources** tab, and then select **Add resource**.
60
54
@@ -66,22 +60,15 @@ After you create an integration environment, create one or more application grou
66
60
67
61
| Resource type | Properties |
68
62
|---------------|------------|
69
-
|**Logic App**|**Name**: Name for the Standard logic app |
70
-
|**API**| - **Name**: Name for the API Management instance <br>- **API**: Name for the API |
71
-
|**Service Bus**| - **Name**: Name for the service bus to add <br>- **Topic**: Name for the topic <br>- **Queue**: Name for the queue to add |
63
+
|**Logic App**|**Name**: The name for the Standard logic app resource. |
64
+
|**API**| - **Name**: The name for the API Management instance. <br>- **API**: The name for the API. |
65
+
|**Service Bus**| - **Name**: The name for the service bus. <br>- **Topic**: The name for the topic. <br>- **Queue**: The name for the queue. |
66
+
|**Business Process**| - **Name**: The name for the business process. |
72
67
73
68
1. When you're done, select **Add**.
74
69
75
70
1. To add another resource, repeat steps 4-6.
76
71
77
-
1. Select the **Business process tracking** tab, and provide the following information:
78
-
79
-
| Property | Value |
80
-
|----------|-------|
81
-
|**Subscription**| Azure subscription for your Azure Data Explorer cluster and database |
82
-
|**Cluster**| Name for your Azure Data Explorer cluster |
83
-
|**Database**| Name for your Azure Data Explorer database |
84
-
85
72
1. Select the **Review + create** tab, and review all the information.
86
73
87
74
1. When you're done, select **Create**.
@@ -90,6 +77,6 @@ After you create an integration environment, create one or more application grou
90
77
91
78
:::image type="content" source="media/create-application-group/application-group-created.png" alt-text="Screenshot shows Azure portal, application groups list, and new application group." lightbox="media/create-application-group/application-group-created.png":::
92
79
93
-
## Next steps
80
+
## Related content
94
81
95
-
[Create a business process](create-business-process.md)
82
+
[What is Azure Integration Environments](overview.md)?
Copy file name to clipboardExpand all lines: articles/integration-environments/overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ The following diagram shows how you can organize Azure resources from various Az
25
25
26
26
:::image type="content" source="media/overview/organize-conceptual.png" alt-text="Conceptual diagram that shows organizing separate Azure resources into application groups based on business or customer scenario." lightbox="media/overview/organize-conceptual.png":::
27
27
28
+
For more information about the currently supported Azure resources that you can organize, see [Supported Azure resources](#supported-resources).
29
+
28
30
<aname="central-resource"></a>
29
31
30
32
## Central organization and management
@@ -79,4 +81,4 @@ Azure Data Explorer incurs charges, based on the selected pricing option. For mo
79
81
80
82
## Related content
81
83
82
-
[Business process tracking](../business-process-tracking/overview.md)
84
+
[Create an integration environment](create-integration-environment.md)
0 commit comments