Hi @Raviraj Velankar,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
We understand that you want to know whether it is feasible to dis-associate Public IPs from Azure External Load balancer and move it to Subscription where Azure virtual WAN & SaaS firewall is present and can use same Public IPs in new DNAT rules in SaaS firewall.
- It is possible to disassociate the public ip from the azure external load balancer and you can move them to a subscription where azure vWAN and Firewall present.
- When you disassociate a public ip from an azure external load balancer, it will become available for use the other resources. You can associate this public ip to your firewall in vWAN.
Disassociate the public IP from external load balancer:
- Go to azure portal and search for load balancer > Frontend IP configuration > Public IP > Disassociate.
- If that doesn't work: Go to load balancer > Frontend IP configuration > Select the public ip > Choose the IP type as IP prefix and create a new IP prefix and save it.
- Search for Public IP address and select the one you want to disassociate and disassociate the ip from load balancer.
Associate the Public IP with Firewall in Azure vWAN:
- Go to > Firewall > Public IP configuration > Click on add a public ip configuration and associate the disassociated public ip of external load balancer.
- Go to rules and create a DNAT rule by using the new associated public ip.
Note
- You can't update the IP address if the firewall's existing IP has any DNAT rule associated with it.
- Make sure you do not have any DNAT rules or delete them and then recreate them once you updated the IP Addresses.
Kindly let us know if the above helps or you need further assistance on this issue.
If this answers your query, please do click **Accept Answer**
and **Yes**
for was this answer helpful so that other community members can find the right answers.
Thanks,
Sai Prasanna.