IP Address Management on Azure
Перейти к файлу
Matthew Garrett 0dc6265afe Applied fix for filtering by vnet in the visualize section of the UI 2022-09-09 13:30:25 -07:00
.github/ISSUE_TEMPLATE Update issue templates 2021-10-14 13:26:09 -07:00
.vscode Streamlined deployment script and updated admin detection in engine 2022-05-27 20:20:28 -07:00
deploy Tested new mechanism for copying nginx config file into storage account 2022-09-08 23:09:32 -07:00
docs update link to deployment section 2022-07-12 10:43:05 -07:00
engine Fixed bug in visualization, handling AccessDenied errors properly now, and prepared for unified Dockerfile for Debian and RHEL 2022-09-08 22:54:55 -07:00
ui Applied fix for filtering by vnet in the visualize section of the UI 2022-09-09 13:30:25 -07:00
.dockerignore Initial commit 2022-05-19 02:29:59 -07:00
.env.example Minor adjustments to management group name identification and env vars 2022-08-11 21:45:46 -07:00
.gitignore Multiple fixes, updates, optimizations and completed API documentation 2022-06-21 00:10:40 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-10-14 13:09:50 -07:00
Dockerfile Refactored for 2x app registrations and updated api calling mechanisms in ui 2022-05-22 23:09:47 -07:00
LICENSE Initial Commit 2021-10-14 13:13:34 -07:00
README.md README updates 2022-06-21 00:22:59 -07:00
SECURITY.md SECURITY.md committed 2021-10-14 13:09:52 -07:00
SUPPORT.md updating support information 2022-06-21 15:35:45 -07:00
default.conf Fixed bug in visualization, handling AccessDenied errors properly now, and prepared for unified Dockerfile for Debian and RHEL 2022-09-08 22:54:55 -07:00
default.dev.conf Fixed bug in visualization, handling AccessDenied errors properly now, and prepared for unified Dockerfile for Debian and RHEL 2022-09-08 22:54:55 -07:00
docker-compose.prod.yml Added support for other Azure clouds 2022-08-10 01:18:49 -07:00
docker-compose.yml Added global settings and made Azure Portal link dynamic by cloud 2022-08-15 17:58:47 -07:00
init.sh Refactored for 2x app registrations and updated api calling mechanisms in ui 2022-05-22 23:09:47 -07:00
sshd_config Refactored for 2x app registrations and updated api calling mechanisms in ui 2022-05-22 23:09:47 -07: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
.vscode/ VSCode Configuration
deploy/ Deployment Bicep Templates & PowerShell Deployment Scripts
docs/ Documentation Folder
engine/ Engine Application Code
ui/ UI Application Code
.dockerignore Untracked Docker Files to Ignore
.gitignore Untracked Git Files to Ignore
CODE_OF_CONDUCT.md Microsoft Code of Conduct
default.conf NGINX Default Configuration File
default.dev.conf NGINX Development Default Configuration File
docker-compose.prod.yml Production Docker Compose File
docker-compose.yml Development Docker Compose File
Dockerfile Development Dockerfile
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.