This template creates a Ubuntu VM and installs the OSPathing extension
This Azure Resource Manager (ARM) template was created by a member of the community and not by Microsoft. Each ARM template is licensed to you under a licence agreement by its owner, not Microsoft. Microsoft is not responsible for ARM templates provided and licensed by community members and does not screen for security, compatibility or performance. Community ARM templates are not supported under any Microsoft support programme or service and are made available AS IS without warranty of any kind.
Parameters
Parameter Name | Description |
---|---|
vmSize | Size of vm |
username | Username for the Virtual Machine. |
password | Password for the Virtual Machine. |
newStorageAccountName | Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed. |
dnsNameForPublicIP | Unique DNS Name for the Public IP used to access the Virtual Machine. |
rebootAfterPatch | The reboot behavior after patching. |
category | Type of patches to install. |
installDuration | The allowed total time for installation. |
oneoff | Patch the OS immediately. |
dayOfWeek | The patching date (of the week)You can specify multiple days in a week. |
startTime | Start time of patching. |
idleTestScript | The uri of the idle test script |
healthyTestScript | The uri of the healthy test script |
storageAccountName | The name of storage account. |
storageAccountKey | The access key of storage account. |
location | Location for all resources. |
Use the template
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-ospatching-extension-on-ubuntu/azuredeploy.jsonInstall and configure Azure PowerShell
Command line
azure config mode armInstall and Configure the Azure Cross-Platform Command-Line Interface
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-ospatching-extension-on-ubuntu/azuredeploy.json