From b7bee9ba15547be69134b47182528c3f7cb70965 Mon Sep 17 00:00:00 2001 From: nellyk <3062772+nellyk@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:31:42 +0100 Subject: [PATCH] Alter default outbound Networking options #619 --- helper/src/configpresets/principals.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/helper/src/configpresets/principals.json b/helper/src/configpresets/principals.json index 79a1b5c83..636313e37 100644 --- a/helper/src/configpresets/principals.json +++ b/helper/src/configpresets/principals.json @@ -281,7 +281,8 @@ "vnet_opt": "custom", "vnetprivateend": false, "afw": false, - "bastion": false + "bastion": false, + "aksOutboundTrafficType":"loadBalancer" } } }, @@ -386,7 +387,8 @@ "vnet_opt": "custom", "vnetprivateend": true, "afw": true, - "bastion": true + "bastion": true, + "aksOutboundTrafficType": "userDefinedRouting" } } } @@ -426,8 +428,6 @@ "automationAccountScheduledStartStop": "Weekday" }, "net": { - "createNatGateway": false, - "aksOutboundTrafficType": "loadBalancer" } } }, @@ -462,8 +462,6 @@ "automationAccountScheduledStartStop": "" }, "net": { - "createNatGateway": true, - "aksOutboundTrafficType": "natGateway" } } }