An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hello Pavel Radkovič
No, it is not possible to convert an existing Azure Standard Public IP from non‑zone‑redundant to zone‑redundant while retaining the same IP address once the Public IP has already been created and associated with a resource such as an Application Gateway. Microsoft documentation clearly states that the availability zone configuration of a Public IP is immutable after creation, meaning a Public IP that was created as non‑zonal or zonal cannot later be changed to zone‑redundant in place.
Although Microsoft announced in September 2024 that new Standard Public IPs are zone‑redundant by default in supported regions (including Germany West Central), this behavior applies only to newly created Public IPs or Basic‑to‑Standard upgrades and does not retroactively modify existing Standard Public IPs.
For Application Gateway Standard_v2 or WAF_v2, Microsoft confirms that enabling zone redundancy requires redeploying the Application Gateway if it was originally deployed without zone awareness.
The supported migration options are either to deploy a new zone‑redundant Application Gateway with a new zone‑redundant Public IP and perform a DNS cutover, or to delete and redeploy the Application Gateway while reusing the same Public IP only if that IP already meets the desired zonal configuration, which is not the case for non‑zone‑redundant IPs. As a result, there is no supported workaround that preserves the same Public IP address while migrating a non‑zone‑redundant Application Gateway to a zone‑redundant architecture; DNS‑based migration remains the only supported and documented approach for production environments.
Reference docs: https://azure.microsoft.com/en-us/blog/azure-public-ips-are-now-zone-redundant-by-default/
Reference docs: https://docs.azure.cn/en-us/reliability/migrate-app-gateway-v2
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.