
Explanation:
Correct answer is dependsOn. By specifying dependencies using the dependsOn option in your configuration files or templates, Deployment Manager ensures that these dependencies are created or updated before the resource itself. This is crucial for managing explicit dependencies in your deployments. Reference: Cloud Deployment Manager Documentation.
Ultimate access to all questions.
No comments yet.
You are preparing to deploy some Cloud Deployment Manager templates and need to ensure specific requirements ("explicit") exist before the templates deploy. Which option would you add to your templates or configuration files to achieve this?
A
properties
B
deployON
C
variables
D
dependsOn