Skip to content

Commit be3d1d2

Browse files
authored
Merge pull request #15322 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents 9482237 + aa5a33d commit be3d1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-stack/includes/user-compute-upload-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Use Azure Storage Explorer or AzCopy to reduce that chance that your VHD will be
3535
3. Use AzCopy to upload your VHD into the your container in the storage account.
3636

3737
```powershell
38-
set AZCOPY_DEFAULT_SERVICE_API_VERSION=2017-11-09
38+
$env:AZCOPY_DEFAULT_SERVICE_API_VERSION = "2017-11-09"
3939
azcopy cp "/path/to/file.vhd" "https://[account].blob.core.windows.net/[container]/[path/to/blob]?[SAS] --blob-type=PageBlob
4040
```
4141
4242
> [!NOTE]
4343
> Upload your VHD using syntax similar to uploading a single file to virtual directory. Add `--blob-type=PageBlob` to make sure that the VHD is uploaded as a **Page Blob**, instead of **Block** by default.
4444
45-
For more information about using AzCopy and other storage tools, see [Use data transfer tools in Azure Stack Hub Storage](../user/azure-stack-storage-transfer.md).
45+
For more information about using AzCopy and other storage tools, see [Use data transfer tools in Azure Stack Hub Storage](../user/azure-stack-storage-transfer.md).

0 commit comments

Comments
 (0)