Skip to content

Commit 5db1665

Browse files
committed
fixes
1 parent 5136b99 commit 5db1665

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/dns/dns-alerts-metrics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Metrics and alerts - Azure DNS
33
description: With this learning path, get started with Azure DNS metrics and alerts.
44
services: dns
55
documentationcenter: na
6-
author: rohinkoul
6+
author: greg-lindsay
77
manager: kumudD
88
ms.service: dns
99
ms.topic: article
1010
ms.tgt_pltfrm: na
1111
ms.workload: infrastructure-services
12-
ms.date: 04/26/2021
13-
ms.author: rohink
12+
ms.date: 09/27/2022
13+
ms.author: greglin
1414
---
1515

1616
# Azure DNS metrics and alerts
@@ -70,14 +70,14 @@ To view this metric, select **Metrics** explorer experience from the **Monitor**
7070

7171
## Alerts in Azure DNS
7272

73-
Azure Monitor has alerting that you can configure for each available metric values. See [Azure Monitor alerts](../azure-monitor/alerts/alerts-metric.md) for more information.
73+
Azure Monitor has alerting that you can configure for each available metric value. See [Azure Monitor alerts](../azure-monitor/alerts/alerts-metric.md) for more information.
7474

7575
1. To configure alerting for Azure DNS zones, select **Alerts** from *Monitor* page in the Azure portal. Then select **+ New alert rule**.
7676

7777
:::image type="content" source="./media/dns-alerts-metrics/alert-metrics.png" alt-text="Screenshot of Alert button on Monitor page.":::
7878

7979

80-
1. Click the **Select resource** link in the Scope section to open the *Select a resource* page. Filter by **DNS zones** and then select the Azure DNS zone you want as the target resource. Select **Done** once you have choose the zone.
80+
1. Click the **Select resource** link in the Scope section to open the *Select a resource* page. Filter by **DNS zones** and then select the Azure DNS zone you want as the target resource. Select **Done** once you've chosen the zone.
8181

8282
:::image type="content" source="./media/dns-alerts-metrics/select-resource.png" alt-text="Screenshot of select resource page in configuring alerts.":::
8383

articles/dns/private-dns-import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following notes provide additional technical details about the zone import p
5252
* These record types are supported: A, AAAA, CAA, CNAME, MX, NS, SOA, SRV, and TXT.
5353
* The SOA record is created automatically by Azure DNS when a zone is created. When you import a zone file, all SOA parameters are taken from the zone file *except* the `host` parameter. This parameter uses the value provided by Azure DNS. This is because this parameter must refer to the primary name server provided by Azure DNS.
5454
* The name server record set at the zone apex is also created automatically by Azure DNS when the zone is created. Only the TTL of this record set is imported. These records contain the name server names provided by Azure DNS. The record data is not overwritten by the values contained in the imported zone file.
55-
* During Public Preview, Azure DNS supports only single-string TXT records. Multistring TXT records are be concatenated and truncated to 255 characters.
55+
* During Public Preview, Azure DNS supports only single-string TXT records. Multistring TXT records will be concatenated and truncated to 255 characters.
5656

5757
### CLI format and values
5858

articles/dns/private-resolver-reliability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 09/27/2022 #Required; mm/dd/yyyy format.
1515
This article describes reliability support in Azure DNS Private Resolver, and covers both regional resiliency with [availability zones](#availability-zones) and cross-region resiliency with disaster recovery.
1616

1717
> [!NOTE]
18-
> Azure DNS Private Resolver supports availability zones without any further configuration! When the service is provisioned, it's deployed across the different Availability Zones, and will provide zone resiliency out of the box.
18+
> Azure DNS Private Resolver supports availability zones without any further configuration! When the service is provisioned, it's deployed across the different availability zones, and will provide zone resiliency out of the box.
1919
2020
For a comprehensive overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
2121

@@ -31,9 +31,9 @@ For more information about availability zones, see [Regions and availability zon
3131

3232
For a list of regions that support availability zones, see [Azure regions with availability zones](/azure/availability-zones/az-region#azure-regions-with-availability-zones). If your Azure DNS Private Resolver is located in one of the regions listed, you don't need to take any other action beyond provisioning the service.
3333

34-
#### Enabling Availability Zones with private resolver
34+
#### Enabling availability zones with private resolver
3535

36-
To enable AZ support for Azure DNS Private Resolver, you do not need take further steps beyond provisioning the service. Just create the private resolver in the region with AZ support, and it will be available across all AZs.
36+
To enable AZ support for Azure DNS Private Resolver, you do not need to take further steps beyond provisioning the service. Just create the private resolver in the region with AZ support, and it will be available across all AZs.
3737

3838
For detailed steps on how to provision the service, see [Create an Azure private DNS Resolver using the Azure portal](dns-private-resolver-get-started-portal.md).
3939

0 commit comments

Comments
 (0)