Giter VIP home page Giter VIP logo

azure-linux-extensions's Introduction

[# Linux extensions for Microsoft Azure IaaS

This project provides the source code of Linux extensions for Microsoft Azure IaaS.

VM Extensions are injected components authored by Microsoft and Partners into Linux VM (IaaS) to enable software and configuration automation.

You can read the document about virtual machine extensions and features.

Extension List

Name Lastest Version Description
Custom Script 1.5 Allow the owner of the Azure Virtual Machines to run customized scripts in the VM
DSC 2.70 Allow the owner of the Azure Virtual Machines to configure the VM using Windows PowerShell Desired State Configuration (DSC) for Linux
OS Patching 2.0 Allow the owner of the Azure VM to configure the Linux VM patching schedule cycle
VM Access 1.3 Provide several ways to allow owner of the VM to get the SSH access back
OMS Agent 1.0 Allow the owner of the Azure VM to install the omsagent and attach it to an OMS workspace
Diagnostic 2.3 Allow the owner of the Azure Virtual Machines to obtain diagnostic data for a Linux virtual machine
Backup 1.0.9124.0 Provide application consistent backup of the virtual machine(Needs to be used in conjunction with Azure Backup)

Contributing

Please refer to the Contribution Guide.

Known Issues

  1. When you run the PowerShell command "Set-AzureVMExtension" on Linux VM, you may hit following error: "Provision Guest Agent must be enabled on the VM object before setting IaaS VM Access Extension".
  • Root Cause: When you create the Linux VM via portal, the value of provision guest agent on the VM is not always set to "True". If your VM is created using PowerShell or using the Azure new portal, you will not see this issue.

  • Resolution: Add the following PowerShell command to set the ProvisionGuestAgent to "True".

$vm = Get-AzureVM -ServiceName 'MyServiceName' -Name 'MyVMName'
$vm.GetInstance().ProvisionGuestAgent = $true

Support

The extensions in this repository are tested against Python 2.7 and higher. The extensions in this repository use OpenSSL 1.0 and higher.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

azure-linux-extensions's People

Contributors

ahmadmsft avatar ahmetb avatar anandramakrishna avatar andyliuliming avatar balukambala avatar bingosummer avatar boumenot avatar bpramod avatar diastro avatar ejarvi avatar eridai avatar jamvar avatar jasonzio avatar karataliu avatar kwirkykat avatar lagalbra avatar lizzha avatar mayank88mahajan avatar mbearup avatar narinem avatar prambms avatar shkhisti avatar shpimpal avatar simathih avatar snesha avatar soumyapattnaik avatar thomas1206 avatar vermashi avatar vityagi avatar yuezh avatar

Watchers

 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.