Skip to content

Commit c970dbd

Browse files
Merge pull request #245887 from cmcclister/Broken-link-fix-normesta
Broken Links Fixed
2 parents 84e0da5 + 9152c8a commit c970dbd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/data-lake-store/data-lake-store-copy-data-azure-storage-blob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: normesta
1717
>
1818
>
1919
20-
Data Lake Storage Gen1 provides a command-line tool, [AdlCopy](https://www.microsoft.com/download/details.aspx?id=50358), to copy data from the following sources:
20+
Data Lake Storage Gen1 provides a command-line tool, AdlCopy, to copy data from the following sources:
2121

2222
* From Azure Storage blobs into Data Lake Storage Gen1. You can't use AdlCopy to copy data from Data Lake Storage Gen1 to Azure Storage blobs.
2323
* Between two Data Lake Storage Gen1 accounts.
@@ -35,7 +35,7 @@ Before you begin this article, you must have the following:
3535
* **Azure Storage blobs** container with some data.
3636
* **A Data Lake Storage Gen1 account**. For instructions on how to create one, see [Get started with Azure Data Lake Storage Gen1](data-lake-store-get-started-portal.md)
3737
* **Data Lake Analytics account (optional)** - See [Get started with Azure Data Lake Analytics](../data-lake-analytics/data-lake-analytics-get-started-portal.md) for instructions on how to create a Data Lake Analytics account.
38-
* **AdlCopy tool**. Install the [AdlCopy tool](https://www.microsoft.com/download/details.aspx?id=50358).
38+
* **AdlCopy tool**. Install the AdlCopy tool.
3939

4040
## Syntax of the AdlCopy tool
4141

articles/storage/blobs/data-lake-storage-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ If you want to store your logs for both near real-time query and long term reten
196196

197197
If you want to access your logs through another query engine such as Splunk, you can configure your diagnostic settings to send logs to an event hub and ingest logs from the event hub to your chosen destination.
198198

199-
Azure Storage logs in Azure Monitor can be enabled through the Azure portal, PowerShell, the Azure CLI, and Azure Resource Manager templates. For at-scale deployments, Azure Policy can be used with full support for remediation tasks. For more information, see [Azure/Community-Policy](https://github.com/Azure/Community-Policy/tree/master/Policies/Storage/deploy-storage-monitoring-log-analytics) and [ciphertxt/AzureStoragePolicy](https://github.com/ciphertxt/AzureStoragePolicy).
199+
Azure Storage logs in Azure Monitor can be enabled through the Azure portal, PowerShell, the Azure CLI, and Azure Resource Manager templates. For at-scale deployments, Azure Policy can be used with full support for remediation tasks. For more information, see [ciphertxt/AzureStoragePolicy](https://github.com/ciphertxt/AzureStoragePolicy).
200200

201201

202202
## See also

articles/storage/queues/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ landingContent:
5050
- linkListType: how-to-guide
5151
links:
5252
- text: Get started with Azure Queue storage using .NET
53-
url: storage-dotnet-how-to-use-queues.md
53+
url: /azure/storage/queues/storage-quickstart-queues-dotnet?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli
5454
- text: How to use Queue storage from Java
55-
url: storage-java-how-to-use-queue-storage.md
55+
url: /azure/storage/queues/storage-quickstart-queues-java?tabs=powershell%2Cpasswordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli
5656
- text: How to use Queue storage from Node.js
57-
url: storage-nodejs-how-to-use-queues.md
57+
url: /azure/storage/queues/storage-quickstart-queues-nodejs?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli
5858
- text: How to use Queue Storage from C++
5959
url: storage-c-plus-plus-how-to-use-queues.md
6060
- text: How to use Queue storage from Python
61-
url: storage-python-how-to-use-queue-storage.md
61+
url: /azure/storage/queues/storage-quickstart-queues-python?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli
6262

6363
# Card
6464
- title: Manage queues

articles/storage/queues/storage-queues-introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Queue Storage contains the following components:
3737
## Next steps
3838

3939
- [Create a storage account](../common/storage-account-create.md?toc=/azure/storage/queues/toc.json)
40-
- [Get started with Queue Storage using .NET](storage-dotnet-how-to-use-queues.md)
41-
- [Get started with Queue Storage using Java](storage-java-how-to-use-queue-storage.md)
42-
- [Get started with Queue Storage using Python](storage-python-how-to-use-queue-storage.md)
43-
- [Get started with Queue Storage using Node.js](storage-nodejs-how-to-use-queues.md)
40+
- [Get started with Queue Storage using .NET](/azure/storage/queues/storage-quickstart-queues-dotnet?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli)
41+
- [Get started with Queue Storage using Java](/azure/storage/queues/storage-quickstart-queues-java?tabs=powershell%2Cpasswordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli)
42+
- [Get started with Queue Storage using Python](/azure/storage/queues/storage-quickstart-queues-python?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli)
43+
- [Get started with Queue Storage using Node.js](/azure/storage/queues/storage-quickstart-queues-nodejs?tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli)

0 commit comments

Comments
 (0)