QuestionQ53

Validate Blueprints, Runbooks, Playbooks, and Automation Settings

An administrator wants to use a Self-Service blueprint to provision VMs and configure network settings in one step. However, the administrator discovers that provisioning often fails because network parameters are misconfigured.

What is the best way to optimize this blueprint?

  • A Add retry logic to the network configuration step to mask the failure.
  • B Add time delays after each config item in the network configuration step.
  • C Split steps into smaller tasks for more efficient auditing.
  • D Disable error logging to prevent alerts being triggered.
Explanation

Breaking the network configuration into smaller tasks improves auditability and makes misconfigured parameters easier to isolate and correct. Retries and delays do not resolve invalid configuration values, while disabling error logging removes useful diagnostic information.

Community Discussion

No comments yet. Be the first to start the discussion!