From 18dbecf6492e2a36f545c50e5f85a4711786d8cb Mon Sep 17 00:00:00 2001 From: sforstre <101277925+sforstre@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:14:49 +0100 Subject: [PATCH] deleted unsupported regions (#2874) deleted westus2 and eastus2 as these regions don't support the creation of Azure Stack HCI cluster --- azure_jumpstart_hcibox/bicep/main.azd.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_jumpstart_hcibox/bicep/main.azd.bicep b/azure_jumpstart_hcibox/bicep/main.azd.bicep index 99ec11b666..32f6287ecd 100644 --- a/azure_jumpstart_hcibox/bicep/main.azd.bicep +++ b/azure_jumpstart_hcibox/bicep/main.azd.bicep @@ -41,7 +41,7 @@ param githubBranch string = 'main' param deployBastion bool = false @description('Location to deploy resources') -@allowed(['eastus', 'eastus2', 'westus2', 'westeurope', 'australiaeast']) +@allowed(['eastus', 'westeurope', 'australiaeast']) param location string @description('Override default RDP port using this parameter. Default is 3389.')