Skip to content

Commit fc61637

Browse files
committed
remove preview tags
1 parent c23e61e commit fc61637

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/dns/private-dns-fallback.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
2-
title: Fallback to internet for Azure Private DNS zones (Preview)
2+
title: Fallback to internet for Azure Private DNS zones
33
titleSuffix: Azure DNS
44
description: Learn how to enable fallback to internet resolution for private DNS.
55
services: dns
66
author: greg-lindsay
77
ms.service: azure-dns
8-
ms.date: 11/24/2024
8+
ms.date: 02/04/2025
99
ms.author: greglin
1010
ms.topic: how-to
1111
---
1212

13-
# Fallback to internet for Azure Private DNS zones (Preview)
13+
# Fallback to internet for Azure Private DNS zones
1414

15-
This article shows you how to set the [ResolutionPolicy](/java/api/com.azure.resourcemanager.privatedns.models.resolutionpolicy) property in Azure Private DNS to enable fallback to internet recursion when an authoritative NXDOMAIN response is received for a Private Link zone. On the DNS client side, there's no response to the DNS query.
16-
17-
> [!NOTE]
18-
> Fallback to internet for Azure Private DNS is in PREVIEW.<br>
19-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.<br><br>
20-
> This internet fallback policy preview is offered without a requirement to enroll in a pre-release feature preview.
15+
This article shows you how to set the [ResolutionPolicy](/java/api/com.azure.resourcemanager.privatedns.models.resolutionpolicy) property in Azure Private DNS to enable fallback to internet recursion when an authoritative NXDOMAIN response is received for a Private Link zone. NXDOMAIN is also known as a negative response. When a DNS resolver receives (or has cached) a negative response, it sends no DNS response to the DNS client and the query fails.
2116

2217
## Problem
2318

0 commit comments

Comments
 (0)