I want to know if there is a way to use Azure Logic Apps or Azure Function to do the following;
- Scrape content from
- Filter to only IPv4 addresses and strip out all the rest
- Use that list of IPv4 addresses and save somewhere as a .CSV file
- Use that .CSV file and upload it to an IP-Group in Azure
- Use the IP-GROUP and apply it to an Azure Firewall rule
Reason; this way, the dynamically changing list of MS O365 IP addresses will be dynamically updated every 15 days so that the Azure Firewall Ruleset is updated automatically too.