From 82ad39b2353081b654f77fd9746dda23218e796e Mon Sep 17 00:00:00 2001 From: Sebastian <11445087+sebader@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:23:26 +0100 Subject: [PATCH] Mention managed-record-types --- docs/tutorials/azure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/azure.md b/docs/tutorials/azure.md index e02c2fb0bc..7f9cba25d2 100644 --- a/docs/tutorials/azure.md +++ b/docs/tutorials/azure.md @@ -20,6 +20,8 @@ Only the following types are currently supported: - TXT - NS +**Note:** To manage `NS` records, you need to explicitly enable those through the [managed-record-types](https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/types.go#L426) switch. + ## Creating an Azure DNS zone The Azure provider for ExternalDNS will find suitable zones for domains it manages; it will not automatically create zones.