Skip to content

Commit 2203b48

Browse files
committed
edit
1 parent 5c2629f commit 2203b48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/dns/private-dns-getstarted-portal.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ Now, create a virtual machine to test autoregistgration in your private DNS zone
135135

136136
## Search and display records
137137

138-
You can also search and display specific DNS resource records in the zone by entering a value in the search box. In the following example, only records with the name **db** are displayed.
138+
By default, the **Recordsets** node displays all record sets in the zone. A record set is a collection of records that have the same name and are the same type. Record sets are automatically fetched in batches of 100 as you scroll through the list.
139+
140+
You can also search and display specific DNS record sets in the zone by entering a value in the search box. In the following example, one record with the name **db** is displayed:
139141

140142
![Screenshot of searching for a DNS record.](./media/private-dns-portal/search-for-record.png)
141143

142-
You can search by name, type, TTL, value, or autoregistration status. For example, the record **db** in this zone is also displayed by searching for **A** (display all records of type A), **3600** (the TTL value), **10.2.0.5** (the IP address of the A record), or **False** (non-autoregistered records). All records in the zone that match the search criteria are displayed.
144+
You can search by name, type, TTL, value, or autoregistration status. For example, the record **db** in this example is also displayed by searching for **A** (display all records of type A), **3600** (the record's TTL value), **10.2.0.5** (the IP address of the A record), or **False** (non-autoregistered records). All records in the zone that match the search criteria are displayed in batches of 100.
143145

144146
## Test the private zone
145147

0 commit comments

Comments
 (0)