Skip to content

Commit e42cc87

Browse files
authored
Merge pull request #259923 from greg-lindsay/dns-freshness
[SCOPED] DNS freshness
2 parents 829be21 + 94f538a commit e42cc87

39 files changed

+58
-58
lines changed

articles/dns/cli-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: sample
8-
ms.date: 09/27/2022
8+
ms.date: 11/30/2023
99
ms.author: greglin
1010
ms.custom: devx-track-azurecli
1111

articles/dns/delegate-subdomain-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: how-to
8-
ms.date: 09/27/2022
8+
ms.date: 11/30/2023
99
ms.author: greglin
1010
ms.custom: devx-track-azurepowershell
1111
---

articles/dns/dns-alerts-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: dns
99
ms.topic: article
1010
ms.tgt_pltfrm: na
1111
ms.workload: infrastructure-services
12-
ms.date: 09/27/2022
12+
ms.date: 11/30/2023
1313
ms.author: greglin
1414
---
1515

articles/dns/dns-alias-appservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: how-to
8-
ms.date: 09/27/2022
8+
ms.date: 11/30/2023
99
ms.author: greglin
1010
---
1111

articles/dns/dns-delegate-domain-azure-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: tutorial
8-
ms.date: 09/27/2022
8+
ms.date: 11/30/2023
99
ms.author: greglin
1010
ms.custom: template-tutorial
1111
#Customer intent: As an experienced network administrator, I want to configure Azure DNS, so I can host DNS zones.

articles/dns/dns-domain-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand how to change domain delegation and use Azure DNS name s
44
services: dns
55
author: greg-lindsay
66
ms.service: dns
7-
ms.date: 09/27/2022
7+
ms.date: 11/30/2023
88
ms.author: greglin
99
ms.topic: conceptual
1010
---

articles/dns/dns-faq-private.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: dns
88
ms.topic: faq
9-
ms.date: 09/27/2022
9+
ms.date: 11/30/2023
1010
ms.author: greglin
1111
title: Azure Private DNS FAQ
1212
summary: The following are frequently asked questions about Azure private DNS.
@@ -103,8 +103,8 @@ sections:
103103
answer: |
104104
We strongly recommend that you migrate to the new resource model as soon as possible. Legacy resource model will be supported, however, further features won't be developed on top of this model. In future, we intend to deprecate it in favor of new resource model. For guidance on how to migrate your existing private DNS zones to new resource model see[migration guide for Azure DNS private zones](private-dns-migration-guide.md).
105105
106-
### Does Azure DNS private zones store any customer content?
107-
No, Azure DNS private zones doesn't store any customer content.
106+
### Do Azure DNS private zones store any customer content?
107+
No, Azure DNS private zones don't store any customer content.
108108
109109
additionalContent: |
110110

articles/dns/dns-for-azure-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: article
1313
ms.tgt_pltfrm: na
1414
ms.custom: H1Hack27Feb2017
1515
ms.workload: infrastructure-services
16-
ms.date: 09/27/2022
16+
ms.date: 11/30/2023
1717
ms.author: greglin
1818
---
1919
# How Azure DNS works with other Azure services

articles/dns/dns-get-started-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a DNS zone and record in Azure DNS. This is a s
55
services: dns
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 09/27/2022
8+
ms.date: 11/30/2023
99
ms.topic: quickstart
1010
ms.service: dns
1111
ms.custom: subject-armqs, mode-arm, devx-track-bicep

articles/dns/dns-get-started-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: 'Quickstart: Create an Azure DNS zone and record - Azure Resource Manager
33
titleSuffix: Azure DNS
44
description: Learn how to create a DNS zone and record in Azure DNS. This article is a step-by-step quickstart to create and manage your first DNS zone and record using Azure Resource Manager template (ARM template).
55
services: dns
6-
author: duongau
7-
ms.author: duau
8-
ms.date: 09/27/2022
6+
author: greg-lindsay
7+
ms.author: greglin
8+
ms.date: 11/30/2023
99
ms.topic: quickstart
1010
ms.service: dns
1111
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
@@ -66,7 +66,7 @@ To find more templates that are related to Azure Traffic Manager, see [Azure Qui
6666
6767
1. Enter the values.
6868
69-
The template deployment creates a zone with one `A` record pointing to two IP addresses. The resource group name is the project name with **rg** appended.
69+
The template deployment creates a zone with one `A` record pointing to two IP addresses. The resource group name is the project name with `rg` appended.
7070
7171
It takes a couple seconds to deploy the template. When completed, the output is similar to:
7272
@@ -80,7 +80,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
8080
8181
1. Select **Resource groups** from the left pane.
8282
83-
1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
83+
1. Select the resource group that you created in the previous section. The default resource group name is the project name with `rg` appended.
8484
8585
1. The resource group should contain the following resources seen here:
8686

0 commit comments

Comments
 (0)