stefanstranger / AIPAS

AIPAS (Azure IP Address Solution) is built in Azure to let (Network) Administrators keep up-to-date records of IP assignments and available addresses used to configure Azure Virtual Networks (VNets).
Apache License 2.0
76 stars 18 forks source link

Registering specific subnet and release unused addresses #13

Open GniewkoZ opened 2 years ago

GniewkoZ commented 2 years ago

Hi Everyone,

The original flow looks like:

  1. Adding address space
  2. Registering address
  3. Update address

ad. 1 I do not really know if it follows the Azure Network concept: address space > subnet

I imagine that I can add entire address space for whole Azure setup (HUB + Landing Zones).

ad.2 When I have the address space for the Azure setup then I can register address space for new VNET (from the range added on step 1) and assign smaller chunk to the specific subnets.

ad.3 I can update the range from step 1 or release unused address range (added in step 2).

Does anyone considered it?

stefanstranger commented 2 years ago

Hi KniewkoZ 🙂

Thanks for taking the time to share your thoughts about AIPAS. Maybe it helps to also have a look at the blog post from me on how AIPAS could be used in scenario where a central platform (connectivity) team can manage the IP address ranges.

Check the blog post here

Does this help answer your questions?

Regards, Stefan Stranger