Coder Social home page Coder Social logo

ps-findnextcidrrange's Introduction

Introduction

"Same as FindNextCIDRRange, but with Powershell". This repo contains the code for a Powershell Function App that is meant to be a HTTP triggered. The function is set to Query a VNET in Azure with a desired CIDR range and receive a response from the Azure Vnet API of the next available block.

Goal

Exact same function as FindNextCIDRRange but written in Powershell instead of C# so it is slower but a more familiar language to scripters. More details can be found on my blog.

Variations From C# Version

  1. This version introduces a new parameter previousblock so that it can be called from Terraform multiple times. The idea is that if you want to build multiple subnets at once, you would pass this parameter so that the VNET will provide the NEXT cidr block instead of the same one over and over. I will try and write a module example on this shortly.

Terraform Notes

  1. You can use the code here to deploy this app using Terraform.

  2. You can also see the associated blog post for more details.

Other Code Used

  1. Indented.Net.IP
  2. BornToBeRoot/PowerShell

DISCLAIMER

Please do not use these scripts in a production environment without reading them over first. Please see the MIT license for more information.

ps-findnextcidrrange's People

Contributors

gerryw1389 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.