From 4ea2a0562fb0dea7a50a569e3cc2c41c679d23c9 Mon Sep 17 00:00:00 2001 From: ChamaliSandamini <79319434+ChamaliSandamini@users.noreply.github.com> Date: Tue, 26 May 2026 13:47:31 +0530 Subject: [PATCH 1/4] Update develop-an-integration-as-an-api-service.md The "Develop an integration as an API service" guide was missing Step 2: Deploy the integration component. The steps jumped from Step 1 (Create) directly to Step 2 (Test), skipping the deployment step entirely. Additionally, the step numbering jumped from Step 2 directly to Step 4 with no Step 3. Changes made: - Added missing Step 2: Deploy the integration component with all sub-steps - Renamed the existing Step 2 (Test the integration) to Step 3 --- .../develop-an-integration-as-an-api-service.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md index 77ceed1fc8..528f7012cc 100644 --- a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md +++ b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md @@ -44,7 +44,22 @@ 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 +## Step 2: Deploy the integration component + +To deploy the integration component to the development environment, follow the steps given below: + +1. In the {{ product_name }} Console left navigation menu, click **Deploy**. +2. In the **Build Area** card, click **Configure & Deploy**. +3. In the **Configurations** pane, click **Next**. This displays details of the endpoint ready to be deployed. +4. Click **Deploy**. This deploys the integration component to the development environment. + The **Development** card indicates the **Deployment Status** as **Active** when the integration is successfully deployed. + +!!! tip + Automatic deployment is enabled for the component by default. Therefore, you are required to perform only the first deployment manually. + +Now you can test the integration. + +## Step 3: Test the integration 1. In the {{ product_name }} Console left navigation menu, click **Test** and then click **Console**. 2. In the OpenAPI Console, select **Development** from the environment drop-down list. From a31e766c9f5de3fb5977042be8d82787b4ca7388 Mon Sep 17 00:00:00 2001 From: ChamaliSandamini <79319434+ChamaliSandamini@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:12:06 +0530 Subject: [PATCH 2/4] Update develop-an-integration-as-an-api-service.md --- ...develop-an-integration-as-an-api-service.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md index 528f7012cc..c6d9afc194 100644 --- a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md +++ b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md @@ -44,22 +44,8 @@ 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: Deploy the integration component -To deploy the integration component to the development environment, follow the steps given below: - -1. In the {{ product_name }} Console left navigation menu, click **Deploy**. -2. In the **Build Area** card, click **Configure & Deploy**. -3. In the **Configurations** pane, click **Next**. This displays details of the endpoint ready to be deployed. -4. Click **Deploy**. This deploys the integration component to the development environment. - The **Development** card indicates the **Deployment Status** as **Active** when the integration is successfully deployed. - -!!! tip - Automatic deployment is enabled for the component by default. Therefore, you are required to perform only the first deployment manually. - -Now you can test the integration. - -## Step 3: Test the integration +## Step 2: Test the integration 1. In the {{ product_name }} Console left navigation menu, click **Test** and then click **Console**. 2. In the OpenAPI Console, select **Development** from the environment drop-down list. @@ -72,7 +58,7 @@ Now you can test the integration. {"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. From 253b721e7a6d5877cb500df649bcc8ec87c66dd0 Mon Sep 17 00:00:00 2001 From: ChamaliSandamini <79319434+ChamaliSandamini@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:14:14 +0530 Subject: [PATCH 3/4] Update develop-an-integration-as-an-api-service.md --- .../develop-an-integration-as-an-api-service.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md index c6d9afc194..1e141a0e12 100644 --- a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md +++ b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md @@ -18,7 +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 +## Step 01: Create the integration component 1. Go to the [{{ product_name }} Console](https://console.choreo.dev/) and sign in. This opens the **Project Home** page. 2. If you already have one or more components in your project, click **+ Create**. Otherwise, proceed to the next step. @@ -45,7 +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 +## Step 02: Test the integration 1. In the {{ product_name }} Console left navigation menu, click **Test** and then click **Console**. 2. In the OpenAPI Console, select **Development** from the environment drop-down list. @@ -58,7 +58,7 @@ In this guide, you will: {"Hello" : "Integration"} ``` -## Step 3: Observe the integration +## Step 03: 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. @@ -67,7 +67,7 @@ In this guide, you will: For more details, see [Observability Overview](../../monitoring-and-insights/observability-overview.md). -## Step 5: Publish the integration component +## Step 04: 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**. From 7e0169e3fd4ca5264795a56d839d3c3d37bfcc26 Mon Sep 17 00:00:00 2001 From: ChamaliSandamini <79319434+ChamaliSandamini@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:24:10 +0530 Subject: [PATCH 4/4] Update develop-an-integration-as-an-api-service.md Removed redundant Step 2 deploy section since Step 1 already deploys via Create and Deploy. Renumbered remaining steps from 2 to 4 --- .../develop-an-integration-as-an-api-service.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md index 1e141a0e12..ef13eadcde 100644 --- a/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md +++ b/en/developer-docs/docs/develop-components/develop-integrations/develop-an-integration-as-an-api-service.md @@ -18,7 +18,8 @@ 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 01: Create the integration component + +## 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. 2. If you already have one or more components in your project, click **+ Create**. Otherwise, proceed to the next step. @@ -45,7 +46,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 02: Test the integration +## Step 2: Test the integration 1. In the {{ product_name }} Console left navigation menu, click **Test** and then click **Console**. 2. In the OpenAPI Console, select **Development** from the environment drop-down list. @@ -58,7 +59,8 @@ In this guide, you will: {"Hello" : "Integration"} ``` -## Step 03: 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. @@ -67,7 +69,8 @@ In this guide, you will: For more details, see [Observability Overview](../../monitoring-and-insights/observability-overview.md). -## Step 04: 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**.