I’m setting up Bicep for APIM and need to output the TXT record value after deployment, similar to how it’s done for App Services. Currently, when I run the deployment, it throws an error that includes the TXT record value, but I haven’t found an alternative method to retrieve this value. Any suggestions or examples would be greatly appreciated!
Output Example:
output hostname string = publicIP.properties.dnsSettings.fqdn
Sheleby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.