Share via

How to request DS record through Azure for DNSSEC setup

Joe K 0 Reputation points
2026-02-18T22:08:43.9166667+00:00

When I have a Public DNS Zone hosted in Azure, for a domain that was also registered through Azure, how do I set up DNSSEC for that domain? Specifically, I need to how to request, through Azure, that a DS record be created for my domain in the parent zone (in this case the com TLD)

Azure DNS
Azure DNS

An Azure service that enables hosting Domain Name System (DNS) domains in Azure.


2 answers

Sort by: Most helpful
  1. Vallepu Venkateswarlu 6,830 Reputation points Microsoft External Staff Moderator
    2026-02-19T00:23:01.2933333+00:00

    Hi @ Joe Klecha,

    Welcome to Microsoft Q&A Platform. User's image

    App Service Domain (Microsoft.DomainRegistration/domains) does not support DNSSEC because it does not allow publication of a DS record in the parent zone. This is a documented product limitation.

    If your domain was registered through Azure App Service Domain, then:

    • You cannot enable DNSSEC
    • You cannot publish a DS record in the parent zone (.com)

    There is currently no supported method, API, or support process to enable DNSSEC for domains registered through App Service Domain. Therefore, DNSSEC cannot be enabled for those domains.

    This does not mean that App Service Domain cannot be used securely, it can still support HTTPS, TLS certificates, and other security controls. However, DNSSEC chain-of-trust cannot be established under the current product capabilities.

    At this time, there is no publicly published roadmap indicating planned DNSSEC support for App Service Domain.

    If this capability is important at scale, the appropriate channel would be to submit feedback through Azure Feedback using the link: App Domain Services should support Azure DNSSEC

    Ref: How to sign your Azure Public DNS zone with DNSSEC

    If the solution is not helpful, please share the required details so we can connect on a Teams call and troubleshoot the issue together.

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.*

    0 comments No comments

  2. TP 155.2K Reputation points Volunteer Moderator
    2026-02-18T22:20:55.55+00:00

    Hi Joe,

    How long has it been since you registered the App Service Domain? If it has been over 60 days, I strongly recommend you transfer the domain away from Azure (GoDaddy/Wild West Domains) to a domain registrar. Often the transfer completes in less than a week and then you will have full ability to add DS record.

    I no longer recommend App Service Domain to people due to all the issues and limitations (no ability to do DNSSEC is just one limitation).

    To transfer to different registrar you will need authorization code. You may open Azure Cloud Shell (PowerShell mode) and execute command similar to below from App Service team blog (replace subscription id, resource group, domain name):

    Invoke-AzRestMethod -Path "/subscriptions/<SUBSCRIPTION-ID>/resourceGroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.DomainRegistration/domains/<DOMAIN-NAME>/transferout?api-version=2021-02-01" -Method PUT
    
    

    In the output from the command, you need authCode, which is what you will provide the new domain registrar when requesting transfer in.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


Your answer

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