Add more regions in bootstrapper script

This commit is contained in:
Shuo Li
2020-06-16 17:11:45 -07:00
parent 60ec3615ed
commit 65e81b448e
@@ -62,7 +62,7 @@ fi
if [ -z "$ARC_DC_REGION" ]
then
read -p "Enter a region for the new Azure Arc Data Controller (eastus or eastus2): " dc_region
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region
echo
export ARC_DC_REGION=$dc_region
fi