I'm sorry, am I the only one here finding this a little ridiculous? Is there some sort of event / webhook that Microsoft can provide so that we can actually prepare for the outbound ip change? According to this logic, let's assume we have outbound ips set on a azure sql server firewall. When Microsoft decides to randomly change these outbound ips on our app service, the developer and company will have NO IDEA the app service can no longer access the azure sql server UNTIL a user complains or someone notices an error. Is the only solution Microsoft has for this issue is 'wait until it breaks then go paste in the new outbound ips in real quick , no biggie' . I mean, seriously?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi @Yashuaa - We appreciate your concerns. However, can you please clarify which Azure App Service you are referring to? This feedback portal is for Documentation issues, and not product feedback. The feedback you left is for the Azure SQL IP firewall page. Please locate the product page that you want, and find the feedback for the Product at the bottom of the page.

On your app service, have a look at the "Properties" blade, and on the line "Additional Outbound IP Addresses" will be the superset of all possible IP addresses that your service will be seen as coming from. Whitelist those, and you'll be fine.
@LarrySmith-1437 So if the outbound IPs do change, they will never change to anything other than those additional ips listed in my app service property, is that correct?