I want to whitelist the outbound IP address of my Azure Web App in the firewall settings of the Azure sql server using Arm templates. However, I do not want to hardcode the start and end Ip addresses in the ARM template. Is there a way of dynamically adding the Ip addresses in the firewall settings at runtime?
Any help would be greatly appreciated! Thanks