JosiahSiegel / AzViz-Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzViz (Azure Visualizer) Docker

Open in Visual Studio Code

Donate to AzViz Developer

Synopsis

Dockerized AzViz, bypassing the requirement to install PowerShell and Azure modules locally.

Steps

  1. Update configuration file viz_config.sh:
    • To init: cp -n sample.viz_config.sh viz_config.sh
  2. Connect to Azure when prompted:
    • *WARNING: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXX to authenticate.
  3. Run ./run_azviz.sh

Quick start

cp -n sample.viz_config.sh viz_config.sh
# Update viz_config.sh
./run_azviz.sh

Dependencies

About

License:MIT License


Languages

Language:Shell 40.8%Language:PowerShell 40.1%Language:Dockerfile 19.1%