GithubHelp home page GithubHelp logo

adminph-de / ps-azure-bginfo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from othneildrew/best-readme-template

0.0 0.0 0.0 1.26 MB

Quick deployment of BGinfo to an Azure IaaS virutal maschine (Extention) with PowerShell

Home Page: https://github.code-snipes.de/ps-azure-bginfo/

License: MIT License

PowerShell 100.00%
bginfo azure-extensions powershell-script

ps-azure-bginfo's Introduction

BGInfo Deployment on Azure IaaS

Contributors Forks Stargazers Issues MIT License LinkedIn


Code Snipes

Deply a BGInfo Extension to your virtual machines in Azure.
Bug Report · Request Feature

Content

Documentation

Find a detaild documentation at http://github.code-snipes.de/ps-azure-bginfo

Prerequisites

It is mandatory to have the InstallAzure Module "AZ" module installed.

if ($PSVersionTable.PSEdition -eq 'Desktop' -and (Get-Module -Name AzureRM -ListAvailable)) {
    Write-Warning -Message ('Az module not installed. Having both the AzureRM and ' +
      'Az modules installed at the same time is not supported.')
} else {
    Install-Module -Name Az -AllowClobber -Scope CurrentUser
}

Installation

Clone the git reop to start:

git clone https://github.com/adminph-de/ps-azure-bginfo.git

Usage

Change the JSON file (bginfo.json)

[
    {
       "bginfo": {
           "location": "westeurope",
           "resourcegroup": "myRG",
           "vmname": "myVm"
     }
    }
]

Execute the script

ps-azure-bginfo.ps1

Copy the configuration file to the virtual machine

config.bgi to C:\Packages\Plugins\Microsoft.Compute.BGInfo\2.1\

Output after running:

Code Snipes

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch git checkout -b feature/AmazingFeature
  3. Commit your Changes git commit -m 'Add some AmazingFeature'
  4. Push to the Branch git push origin feature/AmazingFeature
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/adminph-de/ps-azure-bginfo

Patrick Hayo

N00ky2010

Acknowledgements

Referenzes

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.