How to automate IP ranges calculations in Azure using PowerShell
Suppose we have been allocated the IP range of 10.172.0.0/16
by the network team for planned Azure Landing Zones. The goal is to automate this by creating a tool that will automatically calculate IP ranges for us, based on some high-level and easy-to-understand details regarding the future networks.
This notebook demonstrates how to achieve this using the ipmgmt module.
Continue reading