Skip to content

Commit c9335f2

Browse files
Merge pull request #226587 from pauljewellmsft/pauljewell-dotnet-prereqs
Update prerequisites for .NET SDK item
2 parents 7f7cb44 + 8d115d4 commit c9335f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/storage/blobs/storage-blob-dotnet-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: template-how-to, devguide-csharp
1616

1717
# Get started with Azure Blob Storage and .NET
1818

19-
This article shows you how to connect to Azure Blob Storage by using the Azure Blob Storage client library v12 for .NET. Once connected, your code can operate on containers, blobs, and features of the Blob Storage service.
19+
This article shows you how to connect to Azure Blob Storage by using the Azure Blob Storage client library for .NET. Once connected, your code can operate on containers, blobs, and features of the Blob Storage service.
2020

2121
[Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Blobs) | [Samples](../common/storage-samples-dotnet.md?toc=/azure/storage/blobs/toc.json#blob-samples) | [API reference](/dotnet/api/azure.storage.blobs) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs) | [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
2222

@@ -26,7 +26,7 @@ This article shows you how to connect to Azure Blob Storage by using the Azure B
2626

2727
- Azure storage account - [create a storage account](../common/storage-account-create.md)
2828

29-
- Current [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) for your operating system. Be sure to get the SDK and not the runtime.
29+
- Current [.NET SDK](https://dotnet.microsoft.com/download/dotnet) for your operating system. Be sure to get the SDK and not the runtime.
3030

3131

3232
## Set up your project

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.subservice: blobs
99
ms.topic: quickstart
1010
ms.devlang: csharp
1111
ms.custom: devx-track-csharp, mode-api, passwordless-dotnet
12-
ROBOTS: NOINDEX
1312
---
1413

1514
# Quickstart: Azure Blob Storage client library for .NET
@@ -22,7 +21,7 @@ Get started with the Azure Blob Storage client library for .NET. Azure Blob Stor
2221

2322
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
2423
- Azure storage account - [create a storage account](../common/storage-account-create.md)
25-
- Current [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) for your operating system. Be sure to get the SDK and not the runtime.
24+
- Current [.NET SDK](https://dotnet.microsoft.com/download/dotnet) for your operating system. Be sure to get the SDK and not the runtime.
2625

2726
## Setting up
2827

0 commit comments

Comments
 (0)