File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -53,7 +53,7 @@ First, create a Computer Vision resource
|
53 | 53 |
|
54 | 54 | ```bash
|
55 | 55 | COGNITIVE_RESOURCE_GROUP="rg_cognitive_test"
|
56 |
| -REGION="eastasia" |
| 56 | +REGION="westeurope" |
57 | 57 | COGNITIVE_ACCOUNT_NAME="mycompvision001"
|
58 | 58 |
|
59 | 59 | echo "Create Resource Group: $COGNITIVE_RESOURCE_GROUP"
|
@@ -82,7 +82,7 @@ echo "API KEY: $COMPUTER_VISION_API_KEY"
|
82 | 82 | Create an Azure Storage Account
|
83 | 83 | ```bash
|
84 | 84 | RESOURCE_GROUP="rg-testfunctions"
|
85 |
| -REGION="japaneast" |
| 85 | +REGION="westeurope" |
86 | 86 | STORAGE_ACCOUNT="teststore"
|
87 | 87 | az storage account create --name $STORAGE_ACCOUNT \
|
88 | 88 | --location $REGION \
|
|
You can’t perform that action at this time.
0 commit comments