Skip to content

Commit bde9093

Browse files
Carol SmithCarol Smith
authored andcommitted
Remove CentOS references and section
1 parent d107379 commit bde9093

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/virtual-machines/linux/azure-dns.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.collection: linux
1212
---
1313
# DNS Name Resolution options for Linux virtual machines in Azure
1414

15-
> [!CAUTION]
16-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
17-
1815
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Flexible scale sets
1916

2017
Azure provides DNS name resolution by default for all virtual machines that are in a single virtual network. You can implement your own DNS name resolution solution by configuring your own DNS services on your virtual machines that Azure hosts. The following scenarios should help you choose the one that works for your situation.
@@ -114,7 +111,7 @@ sudo systemctl start dnsmasq.service
114111
sudo netconfig update
115112
```
116113

117-
# [CentOS/RHEL](#tab/rhel)
114+
# [RHEL](#tab/rhel)
118115

119116
1. Install the dnsmasq package:
120117

@@ -180,11 +177,6 @@ The `/etc/resolv.conf` file is auto-generated and should not be edited. The spec
180177
1. Add `timeout:1 attempts:5` to the `NETCONFIG_DNS_RESOLVER_OPTIONS=""` parameter in `/etc/sysconfig/network/config`.
181178
2. Run `sudo netconfig update` to update.
182179

183-
**CentOS by Rogue Wave Software (formerly OpenLogic)** (uses NetworkManager)
184-
185-
1. Add `RES_OPTIONS="timeout:1 attempts:5"` to `/etc/sysconfig/network`.
186-
2. Run `systemctl restart NetworkManager` to update.
187-
188180
## Name resolution using your own DNS server
189181

190182
Your name resolution needs may go beyond the features that Azure provides. For example, you might require DNS resolution between virtual networks. To cover this scenario, you can use your own DNS servers.

0 commit comments

Comments
 (0)