Skip to content

Latest commit

 

History

History
59 lines (25 loc) · 2.66 KB

File metadata and controls

59 lines (25 loc) · 2.66 KB

Create User-Provided Service Instances Using the Cloud Foundry Command Line Interface

Use the Cloud Foundry Command Line Interface to make a user-provided service instance available to Cloud Foundry applications.

For more informaton on user-provided service instances, see https://docs.cloudfoundry.org/devguide/services/user-provided.html.

Procedure

Open a command line and enter the following string to create a user-provided service instance:

cf create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS]

Specify the following parameters:

  • SERVICE_INSTANCE: The new name for your service instance.

  • CREDENTIALS: Credentials as JSON

To bind your application to the user-provided service instance, follow the steps described in Bind Service Instances to Applications Using the Cloud Foundry Command Line Interface.

Related Information

Creating Service Instances

Creating Service Keys

About Services