From c310bf22bd9f330fd3af30925a745fabd2746681 Mon Sep 17 00:00:00 2001 From: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com> Date: Thu, 4 Feb 2021 10:22:57 -0800 Subject: [PATCH] uncomment readme links. (#18429) --- .../Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md | 2 +- .../Microsoft.Azure.WebJobs.Extensions.Storage.Queues/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md index fcd9368e12bc..5410839e9b17 100644 --- a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md +++ b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md @@ -310,7 +310,7 @@ public static class BlobFunction_EnumerateBlobs_BlobClient ### Configuring the extension -Please refer to [sample functions app]. +Please refer to [sample functions app](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/samples/functionapp). ## Troubleshooting diff --git a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/README.md b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/README.md index a7c0d2371d1e..c0785e1e7687 100644 --- a/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/README.md +++ b/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/README.md @@ -261,7 +261,7 @@ public static class Function_BindingToQueueClient ### Configuring the extension -Please refer to [sample functions app]. +Please refer to [sample functions app](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/samples/functionapp). ## Troubleshooting