File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First, create a Computer Vision resource
5353

5454
```bash
5555
COGNITIVE_RESOURCE_GROUP="rg_cognitive_test"
56-
REGION="eastasia"
56+
REGION="westeurope"
5757
COGNITIVE_ACCOUNT_NAME="mycompvision001"
5858

5959
echo "Create Resource Group: $COGNITIVE_RESOURCE_GROUP"
@@ -82,7 +82,7 @@ echo "API KEY: $COMPUTER_VISION_API_KEY"
8282
Create an Azure Storage Account
8383
```bash
8484
RESOURCE_GROUP="rg-testfunctions"
85-
REGION="japaneast"
85+
REGION="westeurope"
8686
STORAGE_ACCOUNT="teststore"
8787
az storage account create --name $STORAGE_ACCOUNT \
8888
--location $REGION \

0 commit comments

Comments
 (0)