Ensuring DNS Prefix Reuse for Migration from Application Gateway to VM Proxy

Leszek Jaskierny 0 Reputation points
2025-11-22T06:27:31.6266667+00:00

Due to the end of TLS 1.1 support on Azure Application Gateway, several of our IoT devices can no longer connect to their API endpoints. We need to deploy a simple VM acting as a proxy, but it must use the exact same DNS name as our current Application Gateway (xxx.westeurope.cloudapp.azure.com). Losing this DNS prefix would permanently disconnect remote devices that cannot be updated. Could you advise how to safely reuse this DNS label on the VM (e.g., coordinated release/reassignment), and whether Microsoft Support can assist to ensure a seamless migration without risk of losing the prefix?

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
{count} votes

1 answer

Sort by: Most helpful
  1. Thanmayi Godithi 2,215 Reputation points Microsoft External Staff Moderator
    2025-11-24T07:08:31.7733333+00:00

    Hi @Leszek Jaskierny,

    Can you confirm whether the Public IP address assigned to the Application Gateway is configured as Static or Dynamic?”

    The DNS name you want to reuse (e.g., xxx.westeurope.cloudapp.azure.com) is tied directly to the Public IP resource, not the Application Gateway itself.

    • If the Public IP is Static, we can safely detach it from the Gateway and reattach it to the VM, keeping the same DNS name without risk.
    • If the Public IP is Dynamic, the IP (and its DNS label) is released as soon as the Gateway is removed or reconfigured, which means the DNS prefix could be lost or taken by someone else.

    Refer: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-network-public-ip-address#create-a-public-ip-address

    User's image

    Kindly let us know if the above helps or you need further assistance on this issue.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Thanks,

    Thanmayi

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.