Learn Idem

Learn Idem

Powered by Idem Project

Idem Azure Plug-In

The various states available for use in the Idem-Azure plugin are documented briefly on the Idem Azure Plug-In States page.

To install the latest “idem-azure” Plug-In

pip install idem-azure-auto

or you can install / upgrade to an specific release

pip install idem-azure-auto==0.0.3

Please note that the Plug-Ins may have version dependencies, such as “idem-aiohttp” but pip install will update them most of the times. There are also requirements applying to idem and Python, e.g. idem version 16.0+ requires Python 3.7+ however idem-azure-auto==0.0.3 is only certified up to idem version 15.0.1.

You can verify installation with pip

pip list | grep idem-azure-auto

And obtain more details, including version and required dependencies

pip show idem-azure-auto

Idem Azure Plug-Ins Install

You can pull the container image bundle that includes the idem + idem-azure-auto plug-in

# GitHub Container Repository
docker pull ghcr.io/vmwarecmbutmm/idem-container:azure-latest

You can also learn how to launch it and gain access to the Dockerfile at VMwareCMBUTMM/idem-container

After Installing the Plug-In you can now set up the credentials needed for the Plug-In to authenticate to Azure.
Then you could follow a few use case examples .

Last updated on 20 Sep 2022
 Edit on GitHub