Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created March 8, 2017 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/a3c25fa8b881945cbafdecde65517436 to your computer and use it in GitHub Desktop.
Save marrobi/a3c25fa8b881945cbafdecde65517436 to your computer and use it in GitHub Desktop.
Data Disk
"dataDisks": [
{
"lun": "1",
"name": "gwcdata",
"diskSizeGB": "1023",
"caching": "readwrite",
"managedDisk": {
"storageAccountType": "Premium_LRS"
},
"createOption": "empty"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment