Application Profile: Managing configuration for different OIC (VBCS) environment
Summary
Application Profile: Managing configuration for different OIC (VBCS) environmentContent
We have a VBCS application. Its using JCS based REST apis. We have three OIC (which includes VBCS) instances and three JCS instances for DEV, UAT, PROD environments.
When I create service connection am able to create multiple profiles like development, uat, prod and then I can set which profile to use for which status (dev, stage, live) of application. But all this will work if I am deploying application on single VBCS intance.
For example if I have single VBCS instance and I want to connect to dev JCS while developing, uat JCS when in stage and Prod JcS when in live status. Its fine but when we have multiple VBCS instance each for dev/uat/prod, how will this concept work.
0