Skip to content

Commit 99599d1

Browse files
author
jjohnston
committed
more descriptive copy message
1 parent d194ead commit 99599d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createVHDs.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function copy_create_image {
4343
if [ ! -z "$1" ]; then
4444
local imagename=$(get_filename "$1")
4545
local vhd_dest_url="https://$my_account_name.$storage_base_name/$my_container_name/$imagename"
46-
echo "Copying $imagename"
46+
echo "Copying $1 to $vhd_dest_url?$my_sas_token"
4747
azcopy copy "$1" "$vhd_dest_url?$my_sas_token"
4848
echo "Creating image $imagename"
4949
az image create --resource-group "$my_image_rg" --location "$my_image_loc" --name "$imagename" --os-type Linux --source "$vhd_dest_url"

0 commit comments

Comments
 (0)