Skip to content

Commit 50cd621

Browse files
committed
update region choices
1 parent 96255f8 commit 50cd621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141

4242
if [ -z "$ARC_DC_REGION" ]
4343
then
44-
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region
44+
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope, southeastasia, japaneast, australiaeast, koreacentral, northeurope, uksouth, or francecentral): " dc_region
4545
echo
4646
export ARC_DC_REGION=$dc_region
4747
fi

0 commit comments

Comments
 (0)