Skip to content

Commit fbeeff6

Browse files
committed
fix links
1 parent cec901c commit fbeeff6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Either:
166166
167167
1. When the state of the job has changed to `SUCCEEDED`, you can retrieve the results of the job from Azure Blob storage. The `statusdir` parameter that is passed with the query contains the location of the output file. In this example, the location is `/example/curl`. This address stores the output of the job in the clusters default storage at `/example/curl`.
168168
169-
You can list and download these files by using the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). For more information on working with blobs from the Azure CLI, see the [Using the Azure CLI with Azure Storage](../../storage/common/storage-azure-cli.md#create-and-manage-blobs) document.
169+
You can list and download these files by using the [Azure CLI](/cli/azure/install-azure-cli). For more information on using the Azure CLI to work with Azure Blob storage, see [Quickstart: Create, download, and list blobs with Azure CLI](../../storage/blobs/storage-quickstart-blobs-cli.md).
170170
171171
## Next steps
172172

articles/iot-hub/iot-hub-configure-file-upload-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To complete this tutorial, you need the following:
2424

2525
* An Azure IoT hub. If you don't have an IoT hub, you can use the [`az iot hub create` command](https://docs.microsoft.com/cli/azure/iot/hub#az-iot-hub-create) to create one or [Create an IoT hub using the portal](iot-hub-create-through-portal.md).
2626

27-
* An Azure Storage account. If you don't have an Azure Storage account, you can use the [Azure CLI - Manage storage accounts](../storage/common/storage-azure-cli.md#manage-storage-accounts) to create one or use the portal to [Create a storage account](../storage/common/storage-create-storage-account.md).
27+
* An Azure Storage account. If you don't have an Azure Storage account, you can use the Azure CLI to create one. For more information, see [Create a storage account](../storage/common/storage-create-storage-account.md).
2828

2929
## Sign in and set your Azure account
3030

articles/virtual-machines/workloads/sap/planning-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ New-AzDisk -ResourceGroupName <resource group name> -DiskName <disk name> -Disk
10581058

10591059
##### Azure CLI
10601060

1061-
You can use Azure CLI to copy a VHD as shown in [this article][storage-azure-cli-copy-blobs]. To create a new Managed Disk, use *az disk create* as shown in the following example.
1061+
You can use Azure CLI to copy a VHD. To create a new Managed Disk, use *az disk create* as shown in the following example.
10621062

10631063
```
10641064
az disk create --source "/subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Compute/disks/<disk name>" --name <disk name> --resource-group <resource group name> --location <location>
@@ -1160,8 +1160,6 @@ az storage blob show --name <target blob name> --container <target container nam
11601160

11611161
* Attach the new VHD to a virtual machine as described above.
11621162

1163-
For examples see [this article][storage-azure-cli-copy-blobs].
1164-
11651163
### Disk Handling
11661164

11671165
#### <a name="4efec401-91e0-40c0-8e64-f2dceadff646"></a>VM/disk structure for SAP deployments

0 commit comments

Comments
 (0)