Currently the script fetch_external_clouds_vendors_nets.py in puppet is trying to download the azure ip ranges using the url https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519 and then parsing its html, but now that page returns a 404.
This is because microsoft changed its website mechanism to directly offer a json to download from https://www.microsoft.com/en-us/download/details.aspx?id=56519.
We need to update our script to follow this change.