DNS as a PR

Protected DNS request service

DNS as a PR Create an Azure DevOps pull request for DNS changes in the managed Google Cloud DNS zone. This service generates reviewable YAML and never writes directly to Cloud DNS.

Use A, AAAA, CNAME, and TXT requests for records in the existing managed zone. Use NS only when you have already created a child DNS zone elsewhere and need to delegate the subdomain to that zone's authoritative nameservers.

Choose the record type for the pull request
How the request is processed
  1. The request is validated by this service.
  2. The service creates an Azure DevOps branch and pull request.
  3. Azure Pipelines validate the generated DNS manifest.
  4. After approval and merge, Argo CD and ExternalDNS apply the approved record.