Skip to content

Latest commit

 

History

History
 
 

201-dsc-linux-azure-storage-on-ubuntu

Simple deployment of an Ubuntu VM with DSC Linux Extension, configuration files are placed in Azure Storage

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 Azure Storage
  2. Distribute MOF configurations to the Linux VM with Pull Servers, the meta MOF files should be placed in Azure Storage
  3. Install custom DSC modules to the Linux VM, the resource module files should be placed in Azure Storage
  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/