VMware 3V0-21.25 Question Answer
An administrator is responsible for managing a VMware Cloud Foundation (VCF) fleet and the administrator has been tasked with the following:
• Create DNS records before each virtual machine (VM) is deployed using VCF Automation.
The administrator has already completed the following tasks:
• Created two VCF Operations Orchestrator Workflows with corresponding Event Subscriptions:
Create DNS Record
Delete DNS Record
• Created a new blueprint to deploy a VM:
Added two string inputs, hostname and domainName
Added hostname: '${input.hostname}' as a custom property of the Virtual Machine resource.
Added domainName: '${input.domainName}' as a custom property of the Virtual Machine resource.
What should the administrator configure within the Event subscription to ensure that the DNS record is only created when the hostname is provided?

