
OSIRIS JSON Producer for Microsoft Azure
The OSIRIS JSON Azure producer connects to Microsoft Azure via the Azure CLI ( az ) and generates OSIRIS JSON snapshots of your subscription topology - virtual networks, subnets, NICs, NSGs, load balancers, firewalls, VMs, and more. To begin using OSIRIS JSON for Microsoft Azure, install the core dispatcher and the Azure producer: go install go.osirisjson.org/producers/cmd/osirisjson-producer@latest go install go.osirisjson.org/producers/cmd/osirisjson-producer-azure@latest The core dispatcher lets you run osirisjson-producer azure ... . Without it, invoke the vendor binary directly as osirisjson-producer-azure ... . Make sure $GOPATH/bin (or $HOME/go/bin ) is in your PATH . See the getting started page for more install options. Prerequisites Install the Azure CLI Authenticate: az login The authenticate user must have a read permission to one or multiple target subscriptions, you can execute the producer on your local machine or decide to invoke the producer using a scheduled job using
Continue reading on Dev.to
Opens in a new tab



