IP Address Management on Azure
Перейти к файлу
Matthew Garrett d1ec3a592e Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
.github Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
.vscode Updated docs and added skip ci message to workflow commit 2024-03-05 10:53:30 -08:00
assets Updated ZIP asset 2024-06-15 19:13:28 +00:00
deploy Merge pull request #282 from picccard/patch-1 2024-07-07 16:13:33 -07:00
docs Updated Azure IPAM Version to v3.2.0 [skip ci] 2024-06-16 06:13:54 +00:00
engine Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
examples Created new examples folder, move ESLZ example into it, and added terraform example for ipam 2022-11-07 20:52:43 -08:00
lb Added ability to specify CIDR when creating a Reservation, fixed close action for Reservations view in UI and added X-Frame-Options header to prod NGINX config 2023-10-29 17:07:57 -07:00
tests Fixed tests for external network/subnet/endpoint update APIs and improved non-admin experience within the UI 2024-07-07 13:20:41 -07:00
tools Added host.json to ZIP asset build script 2024-06-15 12:10:59 -07:00
ui Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
.dockerignore Switched Microsoft Graph calls to v1.0 endpoint 2024-04-23 20:19:18 -07:00
.env.example Reworked IP Planner tool logic and removed legacy Docker Compose file 2024-01-30 21:46:59 -08:00
.gitattributes Added gitattributes to for LF format for Shell scripts 2022-11-01 22:56:06 -07:00
.gitignore Updated Dockerfiles and gitignore 2024-06-06 23:37:02 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-10-14 13:09:50 -07:00
Dockerfile.deb Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
Dockerfile.func Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
Dockerfile.rhel Updated NPM packages and added support to freeze PIP/NPM requirements alongside release for consistent builds & deployments 2024-07-07 18:52:04 -07:00
LICENSE Initial Commit 2021-10-14 13:13:34 -07:00
README.md Migrated Function deployment to v2 model, updated README, modified health check url and moved tools to properly named directory 2024-02-03 19:45:52 -08:00
SECURITY.md SECURITY.md committed 2021-10-14 13:09:52 -07:00
SUPPORT.md Normalizing with gitattributes set 2022-11-01 23:00:56 -07:00
docker-compose.yml Migrated from CRA to Vite and updated NodeJS to v18.x 2023-09-03 11:38:54 -07:00
init.sh Added Python package installation as part of build script, fixed init script to work when it is read-only, updated Bicep templates to read the Python version from the engine folder and adjusted update script to change the app service Python version as necessary 2024-03-03 21:09:35 -08:00
sshd_config Added endpoints for IL6, updated build script, improved update script, fixed all Dockerfiles, fixed ENV variable setting process and added status API call 2024-01-22 00:24:20 -08:00

README.md

Azure IPAM

Azure IPAM is a lightweight solution developed on top of the Azure platform designed to help Azure customers manage their IP Address space easily and effectively.

Repo Contents

File/folder Description
.github/ Bug Report, Issue Templates and GitHub Actions
.vscode/ VSCode Configuration
deploy/ Deployment Bicep Templates & PowerShell Deployment Scripts
assets/ Compiled ZIP Archive
docs/ Documentation Folder
engine/ Engine Application Code
examples/ Example Templates, Scripts and Code Snippets for Azure IPAM
lb/ Load Balancer (NGINX) Configs
tests/ Testing Scripts
tools/ Lifecycle Scripts (Build/Version/Update)
ui/ UI Application Code
.dockerignore Untracked Docker Files to Ignore
.env.example Example ENV File to be Used with Docker Compose
.gitattributes Git File and Path Attributes
.gitignore Untracked Git Files to Ignore
CODE_OF_CONDUCT.md Microsoft Code of Conduct
docker-compose.yml Development Docker Compose File
Dockerfile.deb Single Container Dockerfile (Debian)
Dockerfile.func Single Container Dockerfile (Function)
Dockerfile.rhel Single Container Dockerfile (Red Hat)
init.sh Single Container Init Script
LICENSE Microsoft MIT License
README.md This README File
SECURITY.md Microsoft Open Source Security Information & Details
sshd_config Container SSH Config File
SUPPORT.md Support Contact Information

Documentation

IPAM uses both Docsify and GitHub Pages to present the project documentation, which can be found here

Questions or Comments for the team?

The IPAM team welcomes questions and contributions from the community. We have set up a GitHub Discussions page here to make it easy to engage with the IPAM team without opening an issue.

FAQ

Why should I use IPAM? You realize that you do not have a clear picture as to what is deployed into your Azure environment and connected to your private IP address space. Or, you would like a way to easily manage, assign, and track your private IP addess space usage!

What does the roadmap for IPAM look like?

  • We are assessing leveraging Azure Container Apps for hosting the two containers that make up the IPAM application
  • We are assessing support for multiple Tenants, as today the tool is designed with a single Tenant in mind
  • We are working on capturing IP address infromation for resources that support hybrid connectivity (ie Gateways)

Who are the awesome people that built this solution?? Matt and Harvey are Architects at Microsoft! We are always on the look out for interesting ways to help our customers overcome their challenges!

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.