お世話になっております。
AzureでDNSの逆引き設定を行ったのですが、以下のエラーが表示され正しく設定できていない状況です。
解決策やアドバイスなどございましたらご教授お願いします。
設定値
パブリックIP
DNS名
できたこと
DNSラベルを入力して、生成されるDNS名を使っての逆引き設定。
shell
1az login 2az network public-ip update --resource-group CentOS74_resouce --name ipv4 --reverse-fqdn azuretest.japaneast.cloudapp.azure.com.
実装したいこと
できたことに記載したDNSの値ではなく、自分で設定した任意の値「test.azure.com」などで逆引き設定を行いたい。
「test.azure.com」はカスタムホストに追加済み。
試したこと
1.Aレコード追加してみた。
2.コマンド入力
shell
1az network public-ip update --resource-group CentOS74_resouce --name ipv4 --reverse-fqdn test.azure.com
3.以下エラー表示
shell
1ReverseFqdn test.azure.com that PublicIPAddress ipv4 is trying to use does not belong to subscription XXXXXXXXXXXXXXXX. One of the following conditions need to be met to establish ownership: 1) ReverseFqdn matches fqdn of any public ip resource under the subscription; 2) ReverseFqdn resolves to the fqdn (through CName records chain) of any public ip resource under the subcription; 3) It resolves to the ip address (through CName and A records chain) of a static public ip resource under the subscription.
以上です。よろしくお願い致します(´・ω・`)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。