Skip to content

Instantly share code, notes, and snippets.

@straubt1
Created October 26, 2018 13:31
Show Gist options
  • Save straubt1/37f23d9e8f7038db8200f399ecae3dd1 to your computer and use it in GitHub Desktop.
Save straubt1/37f23d9e8f7038db8200f399ecae3dd1 to your computer and use it in GitHub Desktop.
storage_data_disk {
name = "datadisk0"
lun = 0
disk_size_gb = 32
create_option = "Empty"
managed_disk_type = "Standard_LRS"
}
storage_data_disk {
name = "datadisk1"
lun = 1
disk_size_gb = 128
create_option = "Empty"
managed_disk_type = "Standard_LRS"
}
storage_data_disk {
name = "datadisk2"
lun = 2
disk_size_gb = 64
create_option = "Empty"
managed_disk_type = "Standard_LRS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment