From 26d35823a4dcb6a08fe897dc4734d8a65dfb0ab5 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Thu, 10 Nov 2022 23:58:23 -0800 Subject: [PATCH] Removed reference of storage account aoigeospatial (#98) --- deploy/scripts/copy_geotiff.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/scripts/copy_geotiff.sh b/deploy/scripts/copy_geotiff.sh index b598e3f..16eccb0 100755 --- a/deploy/scripts/copy_geotiff.sh +++ b/deploy/scripts/copy_geotiff.sh @@ -35,7 +35,7 @@ export AZURE_STORAGE_AUTH_MODE declare -A array key1='sample_4326.tif' -value1='https://aoigeospatial.blob.core.windows.net/public/samples/sample_4326.tif' +value1='https://naipeuwest.blob.core.windows.net/naip/v002/ca/2020/ca_060cm_2020/32117/m_3211716_se_11_060_20200428.tif' key2='custom_vision_object_detection.json' value2='https://raw.githubusercontent.com/Azure/Azure-Orbital-Analytics-Samples/main/src/aimodels/custom_vision_object_detection_offline/specs/custom_vision_object_detection.json' @@ -56,6 +56,8 @@ else echo "Container $container_name created successfully" fi +set -x + for key in "${!array[@]}"; do echo "Copying $key from source" az storage blob copy start --destination-blob $key --destination-container "$container_name" --source-uri "${array[$key]}"