Skip to content

Commit 705dd14

Browse files
authored
Merge pull request #112693 from tamram/tamram-0424
remove orphaned articles and redirect
2 parents b3a3c7c + f6301ef commit 705dd14

21 files changed

+122
-659
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28376,6 +28376,16 @@
2837628376
"redirect_url": "/azure/storage/common/storage-java-hudson-continuous-integration-solution",
2837728377
"redirect_document_id": true
2837828378
},
28379+
{
28380+
"source_path": "articles/storage/common/storage-java-hudson-continuous-integration-solution.md",
28381+
"redirect_url": "/azure/storage/blobs/storage-blobs-introduction",
28382+
"redirect_document_id": false
28383+
},
28384+
{
28385+
"source_path": "articles/storage/common/storage-cors-support.md",
28386+
"redirect_url": "/azure/storage/common/storage-account-overview",
28387+
"redirect_document_id": false
28388+
},
2837928389
{
2838028390
"source_path": "articles/storage/storage-java-jenkins-continuous-integration-solution.md",
2838128391
"redirect_url": "/azure/jenkins/storage-java-jenkins-continuous-integration-solution",
@@ -28481,6 +28491,11 @@
2848128491
"redirect_url": "/azure/storage/common/storage-powershell-guide-full",
2848228492
"redirect_document_id": true
2848328493
},
28494+
{
28495+
"source_path": "articles/storage/common/storage-powershell-guide-full.md",
28496+
"redirect_url": "https://docs.microsoft.com/powershell/module/az.storage",
28497+
"redirect_document_id": false
28498+
},
2848428499
{
2848528500
"source_path": "articles/storage/storage-premium-storage-performance.md",
2848628501
"redirect_url": "/azure/storage/common/storage-premium-storage-performance",

articles/event-hubs/get-started-capture-python-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this quickstart, you:
4343
- An Azure storage account, a blob container in the storage account, and a connection string to the storage account. If you don't have these items, do the following:
4444
1. [Create an Azure storage account](../storage/common/storage-quickstart-create-account.md?tabs=azure-portal)
4545
1. [Create a blob container in the storage account](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
46-
1. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md#view-and-copy-a-connection-string)
46+
1. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
4747

4848
Be sure to record the connection string and container name for later use in this quickstart.
4949
- Enable the Capture feature for the event hub. To do so, follow the instructions in [Enable Event Hubs Capture using the Azure portal](event-hubs-capture-enable-through-portal.md). Select the storage account and the blob container you created in the preceding step. You can also enable the feature when you create an event hub.

articles/event-hubs/get-started-dotnet-standard-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In this quickstart, you use Azure Storage as the checkpoint store. Follow these
123123
124124
1. [Create an Azure Storage account](/azure/storage/common/storage-account-create?tabs=azure-portal)
125125
2. [Create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
126-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
126+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
127127
128128
Note down the connection string and the container name. You'll use them in the receive code.
129129

articles/event-hubs/get-started-node-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To create an Azure storage account and a blob container in it, do the following
117117

118118
1. [Create an Azure storage account](../storage/common/storage-account-create.md?tabs=azure-portal)
119119
2. [Create a blob container in the storage account](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
120-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
120+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
121121

122122
Be sure to record the connection string and container name for later use in the receive code.
123123

articles/event-hubs/get-started-python-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Create an Azure storage account and a blob container in it by doing the followin
9090
9191
1. [Create an Azure Storage account](../storage/common/storage-account-create.md?tabs=azure-portal)
9292
2. [Create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
93-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
93+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
9494
9595
Be sure to record the connection string and container name for later use in the receive code.
9696

articles/storage/blobs/data-lake-storage-directory-file-acl-powershell.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,7 @@ The following table shows how the cmdlets used for Data Lake Storage Gen1 map to
407407
|Set-AzDataLakeStoreItemOwner<br>Set-AzDataLakeStoreItemPermission<br>Set-AzDataLakeStoreItemAcl|Update-AzDataLakeGen2Item|The Update-AzDataLakeGen2Item cmdlet updates a single item only, and not recursively. If want to update recursively, list items by using the Get-AzDataLakeStoreChildItem cmdlet, then pipeline to the Update-AzDataLakeGen2Item cmdlet.|
408408
|Test-AzDataLakeStoreItem|Get-AzDataLakeGen2Item|The Get-AzDataLakeGen2Item cmdlet will report an error if the item doesn't exist.|
409409

410-
411-
412410
## See also
413411

414412
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
415-
* [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
416-
* [Storage PowerShell cmdlets](/powershell/module/az.storage).
417-
413+
* [Storage PowerShell cmdlets](/powershell/module/az.storage)

articles/storage/blobs/storage-blobs-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction to Blob (object) storage - Azure Storage
2+
title: Introduction to Blob (object) storage
3+
titleSuffix: Azure Storage
34
description: Azure Blob storage stores massive amounts of unstructured object data, such as text or binary data. Azure Blob storage is highly scalable and available. Clients can access data objects in Blob storage from PowerShell or Azure CLI, programmatically via Azure Storage client libraries, or using REST.
45
services: storage
56
author: tamram

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ az group delete \
159159

160160
## Next steps
161161

162-
In this quickstart, you learned how to transfer files between a local file system and a container in Azure Blob storage. To learn more about working with blobs in Azure Storage, continue to the tutorial for working with Azure Blob storage.
162+
In this quickstart, you learned how to transfer files between a local file system and a container in Azure Blob storage. To learn more about working with Blob storage by using Azure CLI, explore Azure CLI samples for Blob storage.
163163

164164
> [!div class="nextstepaction"]
165-
> [How to: Blob storage operations with the Azure CLI](storage-how-to-use-blobs-cli.md)
165+
> [Azure CLI samples for Blob storage](/azure/storage/blobs/storage-samples-blobs-cli?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Remove-AzResourceGroup -Name $resourceGroup
112112

113113
## Next steps
114114

115-
In this quickstart, you transferred files between a local disk and Azure Blob storage. To learn more about working with Blob storage by using PowerShell, continue to How-to use Azure PowerShell with Azure Storage.
115+
In this quickstart, you transferred files between a local file system and Azure Blob storage. To learn more about working with Blob storage by using PowerShell, explore Azure PowerShell samples for Blob storage.
116116

117117
> [!div class="nextstepaction"]
118-
> [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
118+
> [Azure PowerShell samples for Azure Blob storage](storage-samples-blobs-powershell.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
119119
120120
### Microsoft Azure PowerShell Storage cmdlets reference
121121

0 commit comments

Comments
 (0)