Visualize Azure Resource Group Connections
To provide a portable tool to explore the connections between the resources of a resource group.
- Portable
- Secure
- Maintable
- Minimalistic
- Clone this repo
git clone https://github.com/code4clouds/azure_visualizer
- Install Python3.5 or later
pip3 install -r requirements.txt
- Run the app
python3 app.py
-
Connect to the site using your favorite web browser (https://127.0.0.1:5000).
-
Login
-
Explore
You can create your service principal using the following methods:
Before launching the application set the following environmental variables to remove the credentials component from the browser page.
- TENANT_ID
- CLIENT_ID
- CLIENT_SECRET
- SUBSCRIPTION
- PROTOCOL
Example:
export TENANT_ID=123ABFC
Exmaple:
set TENANT=123abcf
- This project uses a self-sign certiticate, but you can bring your own if you want a Certificate Authority (CA) protection.