VCP-CMA 2024 Question 150
Select 3A cloud administrator has deployed a blueprint in VMware Aria Automation, but the deployment fails with an error stating that no matching Cloud Zone was found. Upon reviewing the configuration, the administrator notices that the blueprint uses a specific capability tag. Which of the following steps should the administrator take to resolve this issue?
- A
Ensure that the Cloud Zone has the same capability tag assigned as specified in the blueprint.
- B
Verify that the project associated with the blueprint has access to the Cloud Zone.
- C
Check if the Cloud Zone is in a maintenance state and bring it back to active if necessary.
- D
Remove the capability tag from the blueprint to bypass the Cloud Zone filtering.
- E
Verify that the storage policies assigned to the Cloud Zone match the blueprint's requirements.
Show answer and explanation
Correct answers: A, B, C
Explanation
When a deployment fails due to a Cloud Zone mismatch, the key troubleshooting steps include verifying that the required capability tag exists on the Cloud Zone, ensuring the project has access to the Cloud Zone, and checking the Cloud Zone's operational state. These actions help ensure the blueprint can match and use the appropriate resources within the Cloud Zone.
- A. Correct.
Correct: Capability tags are used to match resources from the Cloud Zone to the blueprint. If the Cloud Zone does not have the required tag, the deployment will fail.
- B. Correct.
Correct: Cloud Zones are assigned to projects, and the blueprint must belong to a project with access to the appropriate Cloud Zone.
- C. Correct.
Correct: If the Cloud Zone is in a maintenance state, it will not be available for deployments. Bringing it back to active resolves this issue.
- D. Incorrect.
Incorrect: Removing the capability tag from the blueprint is not a recommended solution as it bypasses the intended resource filtering and may result in the deployment using unsuitable resources.
- E. Incorrect.
Incorrect: While storage policies are important, a mismatch in storage policies would generate a different error related to storage compatibility, not Cloud Zone matching.