Deply a BGInfo Extension to your virtual machines in Azure.
Bug Report
·
Request Feature
- BGInfo Deployment on Azure IaaS
Find a detaild documentation at http://github.code-snipes.de/ps-azure-bginfo
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
}
git clone https://github.com/adminph-de/ps-azure-bginfo.git
[
{
"bginfo": {
"location": "westeurope",
"resourcegroup": "myRG",
"vmname": "myVm"
}
}
]
ps-azure-bginfo.ps1
config.bgi
to C:\Packages\Plugins\Microsoft.Compute.BGInfo\2.1\
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.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/adminph-de/ps-azure-bginfo