Which is a feature provided for both Managed service instances and User-provided service instances in IBM Cloud Foundry?
Which is a feature provided for both Managed service instances and User-provided service instances in IBM Cloud Foundry?
A . Automatic encryption of service instance metadata.
B . Instance lifecycle management via the Cloud Controller.
C . Automatic creation of service instances during application deployment.
D . Expose service instance metadata to applications via the VCAP_SERVICES environment variable.
Answer: D
Explanation:
When you bind a service to your application Bluemix will add details about the service to an environment
variable VCAP_SERVICES. VCAP_SERVICES allows your application to discover bound services and how to access the service.
User-provided services (private to an organization) can be created – accessed the same way as a Bluemix provided service.