How to create a child DNS zones in Azure DNS

Manjunath Pai K [MAHE] 20 Reputation points
2024-08-13T09:21:01.3566667+00:00

we have a domain for example main.test.edu. Also we have a child domain child@main.test.edu. And all child domain records are currently in main.test.edu. Now we have a requirement to create webex@child.main.test.edu DNS record. Since all child.main.test.edu records are at root level this DNS entry is not able to create.

To create webex@child.main.test.edu, we need to create a child DNS zone child.main.test.edu

How we can create? Is it the right way?

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
665 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,175 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 44,311 Reputation points Microsoft Employee
    2024-08-13T10:45:14.65+00:00

    @Manjunath Pai K [MAHE] ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I am afraid your naming conventions are misleading.

    When you say "we have a domain for example main.test.edu. Also we have a child domain child@main.test.edu"

    • Don't you mean you have records such as "www1.child**.main.test.edu" and "www2.child.**main.test.edu" ? (. and not @ )

    The correct way to create a childzone in Azure is by following : Create a child DNS zone

    • Once done, you should be able to create new records such as "webex" within the newly created child zone "child.main.test.edu"
    • So, the effective record becomes "webex.child.main.test.edu"

    If my understanding is incorrect, please do let me know and please elaborate your query so we can assist you better.

    Thanks,

    Kapil


    Please Accept an answer if correct.

    Original posters help the community find answers faster by identifying the correct answer.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.