Skip to content

Commit db2e225

Browse files
authored
Merge pull request #109421 from Karishma-Tiwari-MSFT/patch-164
(ForumsTeam) fixes MicrosoftDocs/azure-docs#50886
2 parents 369525b + ff7dce0 commit db2e225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-copy-snapshot-to-storage-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This script uses following commands to generate SAS URI for a managed snapshot a
4040
| Command | Notes |
4141
|---|---|
4242
| [Grant-AzSnapshotAccess](https://docs.microsoft.com/powershell/module/az.compute/New-AzDisk) | Generates SAS URI for a snapshot that is used to copy it to a storage account. |
43-
| [New-AzureStorageContext](https://docs.microsoft.com/powershell/module/azure.storage/New-AzureStorageContext) | Creates a storage account context using the account name and key. This context can be used to perform read/write operations on the storage account. |
44-
| [Start-AzureStorageBlobCopy](https://docs.microsoft.com/powershell/module/azure.storage/Start-AzureStorageBlobCopy) | Copies the underlying VHD of a snapshot to a storage account |
43+
| [New-AzStorageContext](https://docs.microsoft.com/powershell/module/az.storage/new-azstoragecontext) | Creates a storage account context using the account name and key. This context can be used to perform read/write operations on the storage account. |
44+
| [Start-AzStorageBlobCopy](https://docs.microsoft.com/powershell/module/az.storage/start-azstorageblobcopy) | Copies the underlying VHD of a snapshot to a storage account |
4545

4646
## Next steps
4747

@@ -51,4 +51,4 @@ This script uses following commands to generate SAS URI for a managed snapshot a
5151

5252
For more information on the Azure PowerShell module, see [Azure PowerShell documentation](/powershell/azure/overview).
5353

54-
Additional virtual machine PowerShell script samples can be found in the [Azure Windows VM documentation](../windows/powershell-samples.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
54+
Additional virtual machine PowerShell script samples can be found in the [Azure Windows VM documentation](../windows/powershell-samples.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).

0 commit comments

Comments
 (0)