Lower default disk size

This commit is contained in:
Pavel Khakhulin 2017-05-29 18:19:18 +03:00
parent 09ad0ab558
commit ddcbb923fc
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
},
"dataDisks": [
{
"diskSizeGB": "1023",
"diskSizeGB": "128",
"lun": 0,
"createOption": "Empty"
}