Skip to content

Commit 65e81b4

Browse files
committed
Add more regions in bootstrapper script
1 parent 60ec361 commit 65e81b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

6363
if [ -z "$ARC_DC_REGION" ]
6464
then
65-
read -p "Enter a region for the new Azure Arc Data Controller (eastus or eastus2): " dc_region
65+
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region
6666
echo
6767
export ARC_DC_REGION=$dc_region
6868
fi

0 commit comments

Comments
 (0)