From db356f60225fb9b3dd44aeedd977864e3f0eb0f8 Mon Sep 17 00:00:00 2001 From: Cormac Garvey Date: Mon, 27 Apr 2020 10:22:06 -0500 Subject: [PATCH] Change headnode ppg to be true. --- examples/reveal_E2E/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reveal_E2E/config.json b/examples/reveal_E2E/config.json index 6c6951b1..f6800a6e 100644 --- a/examples/reveal_E2E/config.json +++ b/examples/reveal_E2E/config.json @@ -43,7 +43,7 @@ "public_ip": true, "image": "variables.image", "accelerated_networking": true, - "proximity_placement_group": false, + "proximity_placement_group": true, "os_storage_sku": "Premium_LRS", "disk_perfoptlevel": true, "storage_sku": "Premium_LRS",