Skip to content

Commit d73a3ac

Browse files
author
ecfan
committed
Update integration environment docs
1 parent 1d2fb65 commit d73a3ac

File tree

4 files changed

+30
-34
lines changed

4 files changed

+30
-34
lines changed

articles/business-process-tracking/create-business-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After you define a business process, you can then map each stage to actual Azure
5151
5252
- An existing or new [Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-and-database)
5353

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.
5555

5656
> [!NOTE]
5757
>

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

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 06/07/2024
88
# CustomerIntent: As an integration developer, I want a way to logically organize and manage the Azure resoruces related to my organization's integration solutions.
99
---
1010

11-
# Create an application group (preview)
11+
# Create an application group (Preview)
1212

1313
> [!IMPORTANT]
1414
>
@@ -19,23 +19,17 @@ After you create an integration environment, create one or more application grou
1919

2020
## Prerequisites
2121

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.
2523

2624
- Existing Azure resources to add and organize in your application group
2725

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-
3426
> [!NOTE]
3527
>
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
30+
> [**Business Process** resources](../business-process-tracking/overview.md)
31+
> that you want to link your application group. See
32+
> [Supported Azure resources](overview.md#supported-resources).
3933
4034
<a name="create-application-group"></a>
4135

@@ -53,8 +47,8 @@ After you create an integration environment, create one or more application grou
5347

5448
| Property | Required | Value | Description |
5549
|----------|----------|-------|-------------|
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. |
5852

5953
1. Select the **Resources** tab, and then select **Add resource**.
6054

@@ -66,22 +60,15 @@ After you create an integration environment, create one or more application grou
6660

6761
| Resource type | Properties |
6862
|---------------|------------|
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. |
7267

7368
1. When you're done, select **Add**.
7469

7570
1. To add another resource, repeat steps 4-6.
7671

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-
8572
1. Select the **Review + create** tab, and review all the information.
8673

8774
1. When you're done, select **Create**.
@@ -90,6 +77,6 @@ After you create an integration environment, create one or more application grou
9077

9178
:::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":::
9279

93-
## Next steps
80+
## Related content
9481

95-
[Create a business process](create-business-process.md)
82+
[What is Azure Integration Environments](overview.md)?

articles/integration-environments/create-integration-environment.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ To centrally and logically organize and manage Azure resources associated with y
2323

2424
> [!NOTE]
2525
>
26-
> Your integration environment and the Azure resources that you want to organize must exist in the same Azure subscription.
26+
> Your integration environment and *all* Azure resources that you want to organize
27+
> into application groups must use the same Azure subscription, including any
28+
> [**Business Process** resources](../business-process-tracking/overview.md)
29+
> that you want to link your application group. See
30+
> [Supported Azure resources](overview.md#supported-resources).
2731
28-
- Register the **Microsoft.IntegrationSpaces** resource provider for the Azure Integration Environment resource.
32+
- Register the **Microsoft.IntegrationSpaces** resource provider for the Azure Integration Environments resource.
2933

3034
1. In the [Azure portal](https://portal.azure.com) search box, enter and select **Subscriptions**.
3135

@@ -39,6 +43,8 @@ To centrally and logically organize and manage Azure resources associated with y
3943

4044
After the Azure portal completes the registration, the **Microsoft.IntegrationSpaces** resource provider status changes to **Registered**.
4145

46+
<a name="create-integration-environment"></a>
47+
4248
## Create an integration environment
4349

4450
1. In the [Azure portal](https://portal.azure.com) search box, enter **integration environments**, and then select **Integration Environments**.
@@ -67,6 +73,7 @@ To centrally and logically organize and manage Azure resources associated with y
6773

6874
1. Now [create an application group](create-application-group.md) in your integration environment.
6975

70-
## Next steps
76+
## Next step
7177

72-
[Create an application group](create-application-group.md)
78+
> [!div class="nextstepaction"]
79+
> [Create an application group](create-application-group.md)

articles/integration-environments/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The following diagram shows how you can organize Azure resources from various Az
2525

2626
:::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":::
2727

28+
For more information about the currently supported Azure resources that you can organize, see [Supported Azure resources](#supported-resources).
29+
2830
<a name="central-resource"></a>
2931

3032
## Central organization and management
@@ -79,4 +81,4 @@ Azure Data Explorer incurs charges, based on the selected pricing option. For mo
7981

8082
## Related content
8183

82-
[Business process tracking](../business-process-tracking/overview.md)
84+
[Create an integration environment](create-integration-environment.md)

0 commit comments

Comments
 (0)