• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Azure/azure-linux-extensions: Linux Virtual Machine Extensions for Azure

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

Azure/azure-linux-extensions

开源软件地址(OpenSource Url):

https://github.com/Azure/azure-linux-extensions

开源编程语言(OpenSource Language):

Python 78.0%

开源软件介绍(OpenSource 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.71 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.5 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 3.0.129 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.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap