---
title: Subscribe to the Multi-Tenant Application from Consumer Subaccount
description: This tutorial shows you how to subscribe to a multi-tenant application from a consumer subaccount.
parser: v2
auto_validation: true
time: 10
tags: [ tutorial>beginner, software-product>sap-cap-operator--kubernetes-environment, topic>cloud-operations, software-product-function>sap-cloud-application-programming-model, programming-tool>node-js, software-product>sap-business-technology-platform, software-product>sap-btp--kyma-runtime]
primary_tag: software-product>sap-cap-operator--kubernetes-environment
author_name: Anirudh Prasad
author_profile: https://github.com/anirudhprasad-sap
slug: cap-operator-06-subscribe
canonical_url: https://developers.sap.com/tutorials/cap-operator-06-subscribe
---

## You will learn

- How to subscribe to a multi-tenant application from a consumer subaccount using the CAP Operator.

## Prerequisites

- You've deployed the application. Follow the steps in the [Deploy your Application using CAP Operator](cap-operator-05-deploy-app) tutorial that is part of the [Application Lifecycle Management using CAP Operator](group.kyma-cap-operator-lifecycle) tutorial group.
- You're an administrator of the global account in SAP BTP.

### Create new subaccount

Create a new subaccount in the same global account where you have deployed the multi-tenant CAP application in the previous tutorial, for example, `Customer`. You can find the steps to create a new subaccount in the [Create Subaccounts](https://help.sap.com/docs/btp/sap-business-technology-platform/create-subaccount) documentation.

### Subscribe to the multi-tenant application

1. Navigate to your subaccount and choose **Services** &rarr; **Service Marketplace** on the left.

2. Type your application name in the search box and choose **Create**.

    ![application-search](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cap-operator-06-subscribe/img/application-search.png)

    > When you enter your application name, ensure it matches the one you used in the previous tutorial. For instance, if you used **incident-tutorial** earlier, use that same name here.

3. In the **New Instance or Subscription** popup, choose **Create**.

    ![subscribe-application](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cap-operator-06-subscribe/img/subscribe-application.png)

    > This subscribes your subaccount to the multi-tenant application deployed in the provider subaccount.

4. In the **Creation in Progress** popup, choose **View Subscription**.

5. Wait until the subscription status changes to **Subscribed** and choose **Go to Application**.

    ![subscription-succeeded](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cap-operator-06-subscribe/img/subscription-succeeded.png)

    > You've successfully subscribed to the multi-tenant application from your consumer subaccount.
