Giter Club home page Giter Club logo

plugin-vm-azure's Introduction

๐Ÿ”— Ligoj Azure VM plugin Maven Central

Coverage Quality Gate Codacy Badge CodeFactor Maintainability License

Ligoj EC2 AWS plugin, and extending VM plugin Provides the following features :

  • Supported operations from the VM plugin : ON, OFF, REBOOT, RESTART. No suspend or resume.
  • Use AWS secret and access key with AWS API 4.0

Dashboard features :

  • Status of the VM, including the intermediate busy mode
  • OS
  • DNS and IP
  • Disk size
  • CPU
  • RAM

Subscription parameters

  • Tenant ID (Directory ID)
  • Application ID (Identifier of application account of ligoj)
  • Key (secret token of application account of ligoj)
  • Subscription ID
  • Resource group name
  • VM (RM) name

How to create/get these Azure parameters?

Tenant ID/Application ID and Key

Everything takes place in Azure Active Directory

  • Navigate to RegisteredApps
  • Click on "New application registration"
  • Fill the form : Name="ligoj", Application type="Web app / API", Sign-on URL=ligoj URL, can be updated later
  • "Create"
  • Click on the created registration
  • Copy the "Application ID"
  • Click on "Keys" (right panel)
  • In the "Passwords" panel, fill "Key Description" and "Duration", then "Save"
  • Copy the one time displayed key value.
  • Navigate to Properties
  • Copy the "Directory ID", used as "Tenant ID" by Ligoj

Resource Group

Navigate to Resource groups Copy the resource group name Grant the rights to "ligoj" account on the selected resource group

Subscription

Technical details

Used API is "Microsoft.Compute" (2017-03-30) Authentication is OAuth2, no required CLI to be installed Only RM type "VM" are supported, no "Classic". Only the VM name is stored, not its identifier. So a deleted VM and then recreated with the same name is not lost by ligoj.

plugin-vm-azure's People

Contributors

fdaugan avatar ligoj avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.