Automate verification of Email Communication Services Domain #12985
tobiashein
started this conversation in
Authoring Help
Replies: 1 comment
-
You can make use of the properties of your emailServiceDomain. So you can output the dns settings or use them to add the details to your Zone
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to automate the provisioning of a new Email Communication Service resource with a custom domain binding via bicep. While the creation of the resource works fine, I'm not exactly sure how to automate the domain verification process.
Given a module like this, is there a way to access the values for the TXT and CNAME records I need to add to my DNS server, so I can return them as output values?
Beta Was this translation helpful? Give feedback.
All reactions