Add and Configure Technologies

To kickstart the development of your cloud-native application, you must first add the necessary technologies in the Develop phase of a feature of your product.

The available technology options on this screen are predefined by your Administrator. If your desired technology is not in the list, reach out to your Administrator. The choice of technologies depends on the type of the cloud-native application you are building.

Adding and Configuring Technologies

  1. Sign in to the Lazsa Platform, click Products in the left navigation pane.

  2. On the Products screen, choose your desired product and the feature within the product, where you want to add technologies.

  3. In the phases of the feature, click Develop.

  4. On the Develop screen, click + New Technologies. If you haven't created a branch template yet, you'll be prompted to do so before adding a technology.

    To create a branch template as per your branching strategy, click Configure Branch Template. See Create Branch Template.)

    If you choose to do it later, click Proceed.

  5. On the Add Technologies screen, the All tab contains a consolidated list of all supported technologies. Alternatively, you can go to specific tabs such as API, Web App, Databases, Data Integration, Data Analytics, Data Visualization, and Data Quality, among others, and choose technologies based on your application type.

    Select the required technologies and click Add.

    Here's a list of all the supported technologies in the Lazsa Platform. The availability of these technologies may vary, depending on the technologies selected by your Administrator during the initial configuration of the platform.

  6. For each technology, specify a local title and a repository name. The technology instance will be listed in the platform by the name you provide.

    Provide title and repository name for technology instance

    For each technology instance you add, a separate repository is created in the Configure Source Code Repository Connection Details tool configured in the Lazsa Platform by your Administrator.

  7. To choose an existing repository created in your configured source code repository tool, turn on the Use Existing Repository toggle, provide a technology title, and select a repository from the list of existing repositories. Save your selection.
    The selected technologies are listed on the Develop screen. This may take a while.
  8. Create Technology Groups
    Organize your added technologies by creating technology groups. To create a group, click Click here to add a group.
    Give your group a meaningful name that reflects the shared purpose or functionality of the technologies within. For example, you may want to create separate groups to organize your front-end essentials, back-end frameworks together, data pipeline stack, and test automation technologies.
    Click the checkmark (✓) to save the group name, and arrange your technologies by dragging them into the designated groups.
  9. Click the accordion in the right of the added technology to access the following options:  
    • Start Coding - Click this option to start coding in the Visual Studio Code source code editor.
    • Source Code - Click this option to access your configured source code repository.
    • CI/CD pipeline - Click this option to go to the CI/CD pipeline in the Dev stage of the Deploy phase. This option is enabled after you deploy the technology.
    • Live URL - Click this to access the live URL of your deployed application. This option is enabled after you deploy the technology.

Now that your technologies are added and configured, you are ready to start coding! After your coding is done, you may want to deploy the technology.

Related Topics Link IconRecommended Topics

What's next? Deploy