azure
Install Azure CLI on Ubuntu az – Microsoft Azure Cross-platform Command Line Interface Microsoft Azure Set rDNS Swap Boot Disk in Azure VM
Install Azure CLI on Ubuntu az – Microsoft Azure Cross-platform Command Line Interface Microsoft Azure Set rDNS Swap Boot Disk in Azure VM
To set rDNS for an IP, first make it static. Then use Azure CLI boby@hon-pc-01:~$ az network public-ip update –resource-group serverok –name ok-vmPublicIP –reverse-fqdn azure-rdns.serverok.in –dns-name ok-vm { “dnsSettings”: { “domainNameLabel”: “ok-vm”, “fqdn”: “ok-vm.southeastasia.cloudapp.azure.com”, “reverseFqdn”: “azure-rdns.serverok.in” }, “etag”: “W/\”1046148c-e501-49e0-a673-942b75dd71ad\””, “id”: “/subscriptions/7adb2f54-bc45-4d4d-a5ec-321ca213d39d/resourceGroups/serverok/providers/Microsoft.Network/publicIPAddresses/ok-vmPublicIP”, “idleTimeoutInMinutes”: 4, “ipAddress”: “52.187.107.150”, “ipConfiguration”: { “etag”: null, “id”: “/subscriptions/7adb2f54-bc45-4d4d-a5ec-321ca213d39d/resourceGroups/serverok/providers/Microsoft.Network/networkInterfaces/ok-vmVMNic/ipConfigurations/ipconfigok-vm”, “name”: null, “privateIpAddress”: null, … Read more