VCP-CMA 2024 Question 132
Select 3An organization wants to standardize the naming convention for all virtual machine deployments in VMware Aria Automation Assembler. The naming template should include the department name, project name, and a unique sequence number. Which of the following steps should the administrator take to configure a custom naming template to meet this requirement?
- A
Navigate to the 'Infrastructure' tab and select 'Projects' to assign the naming template at the project level.
- B
Go to 'Infrastructure > Naming' and create a new naming template with placeholders for department, project, and sequence.
- C
Use the syntax '${department}-${project}-${##}' in the naming template to define the required structure.
- D
Enable the 'Enforce Naming' option to ensure all deployments adhere to the configured naming template.
- E
Manually apply the naming template to each blueprint used in VMware Aria Automation Assembler.
Show answer and explanation
Correct answers: B, C, D
Explanation
To configure a custom naming template in VMware Aria Automation Assembler, administrators must navigate to the 'Infrastructure > Naming' section to create a new template. Placeholders such as '${department}', '${project}', and '${##}' can be used to dynamically generate names based on deployment attributes. Enabling the 'Enforce Naming' option ensures compliance with the naming standards. Assigning the template to projects happens after the template is created and configured, and it is not necessary to manually apply the template to each blueprint.
- A. Incorrect.
Incorrect. While naming templates can be associated with projects, creating and configuring the naming template itself is done under the 'Naming' section of VMware Aria Automation Assembler.
- B. Correct.
Correct. Naming templates are created in the 'Infrastructure > Naming' section, where administrators can define custom naming conventions using placeholders.
- C. Correct.
Correct. The syntax '${department}-${project}-${##}' is used to define dynamic naming based on attributes like department, project, and sequence.
- D. Correct.
Correct. Enabling the 'Enforce Naming' option ensures that all VM deployments must adhere to the naming template, maintaining consistency across the environment.
- E. Incorrect.
Incorrect. Naming templates are applied automatically to deployments based on the project configuration, not manually to each blueprint.