Skip to content

Commit de38043

Browse files
authored
Merge pull request #106542 from tamram/tamram-0303
remove outdated CLI articles for storage
2 parents 5c45fdb + fbeeff6 commit de38043

10 files changed

+15
-788
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26923,6 +26923,16 @@
2692326923
"redirect_url": "/azure/storage/common/storage-azure-cli",
2692426924
"redirect_document_id": true
2692526925
},
26926+
{
26927+
"source_path": "articles/storage/common/storage-azure-cli.md",
26928+
"redirect_url": "/azure/storage/blobs/storage-quickstart-blobs-cli",
26929+
"redirect_document_id": true
26930+
},
26931+
{
26932+
"source_path": "articles/storage/common/storage-azure-cli-nodejs.md",
26933+
"redirect_url": "/azure/storage/blobs/storage-quickstart-blobs-cli",
26934+
"redirect_document_id": false
26935+
},
2692626936
{
2692726937
"source_path": "articles/storage/storage-backup-and-disaster-recovery-for-azure-iaas-disks.md",
2692826938
"redirect_url": "/azure/storage/common/storage-backup-and-disaster-recovery-for-azure-iaas-disks",

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/storage/blobs/TOC.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@
421421
href: /java/azure/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage
422422
- name: Xamarin
423423
href: storage-xamarin-blob-storage.md
424-
- name: Manage blobs
425-
items:
426-
- name: Azure CLI
427-
href: ../common/storage-azure-cli.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
428-
- name: Azure classic CLI
429-
href: ../common/storage-azure-cli-nodejs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
430424
- name: Move across regions
431425
href: ../common/storage-account-move.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
432426
- name: Troubleshoot

articles/storage/blobs/storage-quickstart-blobs-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ azcopy copy 'C:\myDirectory\myTextFile.txt' 'https://mystorageaccount.blob.core.
149149

150150
## Clean up resources
151151

152-
If you no longer need any of the resources in your resource group, including the storage account you created in this quickstart, delete the resource group with the [az group delete](/cli/azure/group) command. Remember to replace placeholder values in angle brackets with your own values:
152+
If you want to delete the resources you created as part of this quickstart, including the storage account, delete the resource group by using the [az group delete](/cli/azure/group) command. Remember to replace placeholder values in angle brackets with your own values:
153153

154154
```azurecli
155155
az group delete \

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

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)