Skip to content

Commit 6e91673

Browse files
author
Cynthia Nottingham
committed
bookmarks
1 parent b631791 commit 6e91673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/common/storage-azure-cli-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ azure storage file copy start --source-container srcctn --source-blob hello2.txt
229229

230230
You can find Azure classic CLI command reference for working with Storage resources here:
231231

232-
* [Azure classic CLI commands in Resource Manager mode](../../virtual-machines/azure-cli-arm-commands.md#azure-storage-commands-to-manage-your-storage-objects)
232+
* [Azure classic CLI commands in Resource Manager mode](../../virtual-machines/azure-cli-arm-commands.md#storage-objects)
233233
* [Azure classic CLI commands in Azure Service Management mode](../../cli-install-nodejs.md)
234234

235235
You may also like to try the latest version of the [Azure CLI](../storage-azure-cli.md), for use with the Resource Manager deployment model.

articles/virtual-machines/linux/sa-upload-vhd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ az vm create --resource-group myResourceGroup --location westus \
7676
--use-unmanaged-disk
7777
```
7878

79-
The destination storage account has to be the same as where you uploaded your virtual disk to. You also need to specify, or answer prompts for, all the additional parameters required by the **az vm create** command such as virtual network, public IP address, username, and SSH keys. You can read more about the [available classic CLI Resource Manager parameters](../azure-cli-arm-commands.md#azure-vm-commands-to-manage-your-azure-virtual-machines).
79+
The destination storage account has to be the same as where you uploaded your virtual disk to. You also need to specify, or answer prompts for, all the additional parameters required by the **az vm create** command such as virtual network, public IP address, username, and SSH keys. You can read more about the [available classic CLI Resource Manager parameters](../azure-cli-arm-commands.md#virtual-machines).
8080

8181
## Requirements
8282
To complete the following steps, you need:

0 commit comments

Comments
 (0)