Configuring MS SQL Server on Cloud Foundry

For persistence support with the monitoring application, you can also configure MS SQL Server with user-provided service.

Creating User Provided Service for MS SQL Server

Procedure

  • Run the following command to create the user provided service.
    cf cups <service_instances_name> -p "db_url,db_username,db_password"
    Note: Define the <SERVICE_INSTANCE_NAME> as bwcemon_mssql.
    MS SQL is now configured with the user provided service on the Cloud Foundry environment.

    To configure TIBCO BusinessWorks Container Edition Monitoring with Azure Managed MS SQL Server, set the property the DB_ENCRYPT to true. By default, this property is set to false.