28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.05k stars 258 forks source link

Hosting on Azure #78

Open SebastianAtWork opened 4 years ago

SebastianAtWork commented 4 years ago

Hi, has anyone tried hosting this awesome tool on Azure? Either App Service or Azure Function is fine. I tried a few things but I am a python beginner so I am basically just asking for any clues on how to get it running :)

SebastianAtWork commented 4 years ago

I got it to work (kind of) with a Linux VM in Azure with Ubuntu installed. On it i used Docker Compose with a custom Image (see https://github.com/28mm/blast-radius/issues/68). I also had to copy my Terraform main.tf into the root directory of the repository. No passing parameter to docker-compose or the yaml file helped pointing the Docker Container to the right terraform directory