Skip to content

Add reverse DNS record for public ip in Azure

Azure的公网ip自助增加域名反向解析记录

1. install az tool

Install the Azure CLI: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

2. login

az login

3. run command

az network public-ip update --resource-group $(resource group of public ip) \
           --name $(resource name of public ip) --reverse-fqdn $(www.rDNS.com.)

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App