Provision BTP Services
Here we will learn how to Administer (create/enable) different BTP services both from BTP Cockpit and BTP CLI
Types of Services
Typically you will find two categories of services in BTP:
Subscription Services
Instance Services

Before creating any service instance inside your subaccount level, you need to first enable the service Entitlement here.

Business Application Studio:
Here we will create a BAS service instance, which will be used by your developers as IDE.

We will assign corresponding Standard Roles to the Users (Developers) for the BAS service


BTP CLI for Entitlement & Services
Let's explore the different CLI commands to administer your Subaccount-Services.
Here we will work with Alert Notification Service, we will first enable the service and then we will create a service instance of the same service using BTP CLI Commands.
BTP assign accounts/entitlement
Assign an entitlement to a subaccount or directory.
Assign or update the entitlement plan of a service, multitenant application, or environment, to a subaccount or directory. Note that some environments, such as Cloud Foundry, are available by default to all global accounts and their subaccounts, and therefore are not made available as entitlements.
BTP create services/instance
Create a service instance.
Provide all the parameters of one of the two following groups when creating a new instance: Group 1: '--name', '--plan-name', '--offering-name' Group 2: '--name','--plan'.

For more BTP CLI Commands:
Last updated