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 fd95c77 commit 7bc1190Copy full SHA for 7bc1190
examples/virtual-hard-disk/02-VirtualHardDisks.sh
@@ -9,7 +9,7 @@ printf "\n2. Creating a new storage account"
9
result=`azure storage account new --resourcegroupname "$groupName" --name "$groupName" --location "$location" --type "$storageAccountType"`
10
11
printf "\n3. Uploading a virtual hard disk"
12
-result=`azure vhd add -o --resourcegroupname "$groupName" --destination https://"$groupName".blob.core.windows.net/test/test.vhd --localfilepath $(dirname $0)/test.vhd`
+result=`azure vhd add -o --resourcegroupname "$groupName" --destination https://"$groupName".blob.core.windows.net/test/test.vhd --localfilepath $BASEDIR/virtual-hard-disk/test.vhd`
13
14
printf "\n4. Downloading a virtual hard disk"
15
0 commit comments