Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.64 KB

File metadata and controls

29 lines (19 loc) · 1.64 KB

Simple deployment of an Ubuntu VM with DSC Linux Extension, configuration files are placed in public place (Github or anything else)

This template uses the Azure DSC for Linux Extension to deploy an Linux VM. Azure DSC for Linux Extension allows the owner of the Azure VMs to configure the VM using Windows PowerShell Desired State Configuration (DSC) for Linux.

With this template, you could:

  1. Push MOF configurations to the Linux VM, the MOF files should be placed in public place
  2. Distribute MOF configurations to the Linux VM with Pull Servers, the meta MOF files should be placed in public place
  3. Install custom DSC modules to the Linux VM, the resource module files should be placed in public place
  4. Register Linux VM to Azure Automation

How to deploy

Azure CLI or Powershell is recommended to deploy the template.

  1. Using Azure CLI

https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-azure-resource-manager/

  1. Using Powershell

https://azure.microsoft.com/en-us/documentation/articles/powershell-azure-resource-manager/