From a75398e47e3e065a1e75f97f95153c195ebfe71d Mon Sep 17 00:00:00 2001 From: Cormac Garvey Date: Thu, 16 Apr 2020 08:58:49 -0500 Subject: [PATCH] Changed beegfs mgt node to D4s_v4 (supports premium disks). --- examples/beegfs_data_disk/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/beegfs_data_disk/config.json b/examples/beegfs_data_disk/config.json index 7f72a78a..1abd73bf 100644 --- a/examples/beegfs_data_disk/config.json +++ b/examples/beegfs_data_disk/config.json @@ -64,7 +64,7 @@ }, "beegfsm": { "type": "vm", - "vm_type": "Standard_D4_v3", + "vm_type": "Standard_D4s_v3", "accelerated_networking": true, "image": "variables.image", "subnet": "compute",