We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d194ead commit 99599d1Copy full SHA for 99599d1
createVHDs.bash
@@ -43,7 +43,7 @@ function copy_create_image {
43
if [ ! -z "$1" ]; then
44
local imagename=$(get_filename "$1")
45
local vhd_dest_url="https://$my_account_name.$storage_base_name/$my_container_name/$imagename"
46
- echo "Copying $imagename"
+ echo "Copying $1 to $vhd_dest_url?$my_sas_token"
47
azcopy copy "$1" "$vhd_dest_url?$my_sas_token"
48
echo "Creating image $imagename"
49
az image create --resource-group "$my_image_rg" --location "$my_image_loc" --name "$imagename" --os-type Linux --source "$vhd_dest_url"
0 commit comments