Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ In this guide, you will:
- Read and accept the privacy policy and terms of use.
- Click **Create**. This creates the organization and opens the **Project Home** page.


## Step 1: Create the integration component

1. Go to the [{{ product_name }} Console](https://console.choreo.dev/) and sign in. This opens the **Project Home** page.
Expand All @@ -44,6 +45,7 @@ In this guide, you will:

8. Click **Create and Deploy**. {{ product_name }} initializes the component, builds it, and deploys it to the development environment.


## Step 2: Test the integration

1. In the {{ product_name }} Console left navigation menu, click **Test** and then click **Console**.
Expand All @@ -57,7 +59,8 @@ In this guide, you will:
{"Hello" : "Integration"}
```

## Step 4: Observe the integration

## Step 3: Observe the integration

1. In the {{ product_name }} Console left navigation menu, click **Observability** and then select one of the following options to monitor the performance of the integration component:
- **Alerts**: View and configure alerts based on predefined conditions.
Expand All @@ -66,7 +69,8 @@ In this guide, you will:

For more details, see [Observability Overview](../../monitoring-and-insights/observability-overview.md).

## Step 5: Publish the integration component

## Step 4: Publish the integration component

1. In the {{ product_name }} Console left navigation menu, click **Manage** and then click **Lifecycle**.
2. The **Lifecycle Management** pane shows the current lifecycle stage as **Created**.
Expand Down