Skip to content

Commit

Permalink
Update explicit disk size to shared minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Feb 10, 2022
1 parent 58d385d commit 79cd555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcr/templates/deploy-linux-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"managedDisk": {
"storageAccountType": "[variables('osDiskType')]"
},
"diskSizeGB": 2
"diskSizeGB": 32
},
"imageReference": {
"publisher": "[parameters('imagePublisher')]",
Expand Down

0 comments on commit 79cd555

Please sign in to comment.