Erreichbarkeit eines A-records in einer privaten Azure DNS-Zone
Ich stelle hier mal eine Frage aus der Azure-Prüfungs-Umgebung in Englisch ein, vielleicht kann mir hier jemand helfen?
You have an Azure virtual machine named VM1 that connects to a virtual network named VNET1.
You create a private DNS zone named contoso.com and add an A record named host1 to the zone.
You need to ensure that VM1 can resolve host1.contoso.com.
Als Antwort habe ich hier:
From the zone, add a virtual network link
ausgewählt!
Zur Auswahl standen noch:
- Modify the Access control (IAM) settings of the zone
- From the properties of the network interface, modify the options of the DNS servers.
- From the properties of VNET1, modify the options of the DNS servers.
War meine Antwort korrekt?
You have an Azure virtual machine named VM1 that connects to a virtual network named VNET1.
You create a private DNS zone named contoso.com and add an A record named host1 to the zone.
You need to ensure that VM1 can resolve host1.contoso.com.
Als Antwort habe ich hier:
From the zone, add a virtual network link
ausgewählt!
Zur Auswahl standen noch:
- Modify the Access control (IAM) settings of the zone
- From the properties of the network interface, modify the options of the DNS servers.
- From the properties of VNET1, modify the options of the DNS servers.
War meine Antwort korrekt?
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 1223534409
Url: https://administrator.de/contentid/1223534409
Ausgedruckt am: 22.11.2024 um 02:11 Uhr
2 Kommentare
Neuester Kommentar
Eher das hier (bevorzugt), wenn die VM per DHCP ihre Config bezieht
Bei statischer IP-Config (wenn es sich bspw. um einen Server handelt und nur dieser diesen DNS Server erhalten soll)
Lesen ist immer noch die beste/nachhaltigste Lernmethode um sich Fragen selbst zu beantworten .
https://docs.microsoft.com/de-de/azure/virtual-network/virtual-networks- ...
https://docs.microsoft.com/de-de/azure/virtual-network/virtual-networks- ...
p.s.
- From the properties of VNET1, modify the options of the DNS servers.
Bei statischer IP-Config (wenn es sich bspw. um einen Server handelt und nur dieser diesen DNS Server erhalten soll)
- From the properties of the network interface, modify the options of the DNS servers.
Lesen ist immer noch die beste/nachhaltigste Lernmethode um sich Fragen selbst zu beantworten .
https://docs.microsoft.com/de-de/azure/virtual-network/virtual-networks- ...
https://docs.microsoft.com/de-de/azure/virtual-network/virtual-networks- ...
Können DNS-Server für ein VNet angegeben werden?
Ja. Sie haben die Möglichkeit, IP-Adressen von DNS-Servern in den Einstellungen des VNet anzugeben. Die Einstellung gilt als DNS-Standardserver für alle virtuellen Computer im VNET.
p.s.