diff --git a/src/content/partials/dns/dns-scan-note.mdx b/src/content/partials/dns/dns-scan-note.mdx index 8964e54ed6e042..b8b54b1cfe37b2 100644 --- a/src/content/partials/dns/dns-scan-note.mdx +++ b/src/content/partials/dns/dns-scan-note.mdx @@ -2,12 +2,4 @@ {} --- - -The [DNS records quick scan](/dns/zone-setups/reference/dns-quick-scan/) is not automatically invoked in the following cases: - -* If you choose Enterprise plan and, instead of the **Quick Scan**, choose to upload a DNS zone file or add records manually. -* If you add a zone via the [API](/api/resources/zones/methods/create/). - -You can manually invoke the quick scan via API with the [Scan DNS Records endpoint](/api/resources/dns/subresources/records/methods/scan/). - -Note that the quick scan is a best effort attempt based on a predefined list of commonly used record names and types. You can read more about this in the [reference page](/dns/zone-setups/reference/dns-quick-scan/). \ No newline at end of file +If you add a zone via the [API](/api/resources/zones/methods/create/), you can manually invoke the quick scan with the [Scan DNS Records endpoint](/api/resources/dns/subresources/records/methods/scan/).