MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.35k forks source link

IPv6 RDNS not working #49316

Closed timriker closed 4 years ago

timriker commented 4 years ago

This is for: "d2cf9574-608e-41e0-373a-adbac913619f" or https://docs.microsoft.com/en-us/azure/virtual-network/ipv6-overview

The previous version of this article mentions that reverse DNS is not available for Azure public ip IPv6 addresses. This version does not say this, but adding RDNS to a public IP still does not work:

https://docs.microsoft.com/en-us/azure/dns/dns-reverse-dns-for-azure-services

$ az network public-ip create --name joe-v6 -g play2-rg --sku basic --allocation-method dynamic --version IPv6 --dns-name joe --reverse-fqdn joe.westus2.cloudapp.azure.com Cannot specify reverse fqdn 'joe.westus2.cloudapp.azure.com' for IPv6 PublicIp '/subscriptions/[id]/resourceGroups/play2-rg/providers/Microsoft.Network/publicIPAddresses/joe-v6'.

The article should mention this limitation. It might also mention that:


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

SaurabhSharma-MSFT commented 4 years ago

@timriker Thanks for your feedback! We will investigate and update as appropriate.

TravisCragg-MSFT commented 4 years ago

@timriker Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.

KumudD commented 4 years ago

reassign: EricTheRed999

EricTheRed999 commented 4 years ago

We've updated the IPv6 Limitations section to note that IPv6 Reverse DNS is not currently supported. It is under development and we hope to make it available soon. A couple notes on other comments- With the GA of IPv6 for Azure VNETs:

KumudD commented 4 years ago

please-close