find my dns suffix

Stephen Lillioja 0 Reputation points
2024-09-18T03:36:09.57+00:00

How do I find my or create a DNS suffix in azure, I think I need this.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
691 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,509 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ganesh Patapati 1,275 Reputation points Microsoft Vendor
    2024-10-08T12:52:15.8233333+00:00

    Hello @Stephen Lillioja ,

    Greetings,

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

    DNS Suffixes are used to create fully qualified domain names (FQDNs) for resources within an Azure virtual network. This allows you to easily reference and manage these resources using DNS queries.

    Finding Your Existing DNS Suffix

    If you're using Azure's default DNS resolution, the suffix is typically internal.cloudapp.net. You can verify this by using the following methods:

    1. Using the hostname command:

    • Connect to your VM via SSH or RDP.
    • Run the hostname command. The output will include the DNS suffix.

    2. Using the ipconfig /all command (Windows):

    • Open a command prompt.
    • Run ipconfig /all. Look for the "DNS Suffix Search List" entry.

    Custom domain suffix for App Service Environments

    Refer: https://learn.microsoft.com/en-us/azure/app-service/environment/how-to-custom-domain-suffix?pivots=experience-azp


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution.

    Your contribution is highly appreciated.

    With regards,

    Ganesh

    0 comments No comments

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.