Skip to content

Commit 19f9c2c

Browse files
committed
change NuGet spelling back
1 parent 1efdf0c commit 19f9c2c

24 files changed

+41
-43
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
href: https://azure.microsoft.com/pricing/calculator/
558558
- name: Videos
559559
href: https://azure.microsoft.com/documentation/videos/index/?services=storage
560-
- name: Nuget packages (.NET)
560+
- name: NuGet packages (.NET)
561561
items:
562562
- name: Microsoft.Azure.Storage.Common (version 11.x)
563563
href: https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.reviewer: prishet
1515
This article shows you how to use .NET to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
1616

1717
> [!IMPORTANT]
18-
> The [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake) Nuget package that is featured in this article is currently in public preview.
18+
> The [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake) NuGet package that is featured in this article is currently in public preview.
1919
20-
[Package (Nuget)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake) | [API reference](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
20+
[Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake) | [API reference](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
2121

2222
## Prerequisites
2323

@@ -27,9 +27,9 @@ This article shows you how to use .NET to create and manage directories, files,
2727
2828
## Set up your project
2929

30-
To get started, install the [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/) Nuget package.
30+
To get started, install the [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/) NuGet package.
3131

32-
For more information about how to install Nuget packages, see [Install and manage packages in Visual Studio using the Nuget Package Manager](https://docs.microsoft.com/nuget/consume-packages/install-use-packages-visual-studio).
32+
For more information about how to install NuGet packages, see [Install and manage packages in Visual Studio using the NuGet Package Manager](https://docs.microsoft.com/nuget/consume-packages/install-use-packages-visual-studio).
3333

3434
Then, add these using statements to the top of your code file.
3535

@@ -300,7 +300,7 @@ public async Task ListFilesInDirectory(DataLakeFileSystemClient fileSystemClient
300300
## See also
301301

302302
* [API reference documentation](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake)
303-
* [Package (Nuget)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake)
303+
* [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake)
304304
* [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake)
305305
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md)
306306
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)

articles/storage/blobs/storage-blob-change-feed-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ To learn more about the change feed, see [Change feed in Azure Blob Storage (Pre
2121
2222
## Get the blob change feed processor library
2323

24-
1. In Visual Studio, add the URL `https://azuresdkartifacts.blob.core.windows.net/azuresdkpartnerdrops/index.json` to your Nuget package sources.
24+
1. In Visual Studio, add the URL `https://azuresdkartifacts.blob.core.windows.net/azuresdkpartnerdrops/index.json` to your NuGet package sources.
2525

2626
To learn how, see [package sources](https://docs.microsoft.com/nuget/consume-packages/install-use-packages-visual-studio#package-sources).
2727

28-
2. In the Nuget Package Manager, Find the **Microsoft.Azure.Storage.Changefeed** package, and install it to your project.
28+
2. In the NuGet Package Manager, Find the **Microsoft.Azure.Storage.Changefeed** package, and install it to your project.
2929

3030
To learn how, see [Find and install a package](https://docs.microsoft.com/nuget/consume-packages/install-use-packages-visual-studio#find-and-install-a-package).
3131

articles/storage/blobs/storage-blob-scalable-app-create-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For this tutorial, there are pre-requisites that must be installed on the virtua
101101
> * Install chocolatey
102102
> * Install GIT
103103
> * Clone the sample repo
104-
> * Restore Nuget packages
104+
> * Restore NuGet packages
105105
> * Creates 50 1-GB files with random data
106106
107107
Run the following cmdlet to finalize configuration of the virtual machine. This step takes 5-15 minutes to complete.

articles/storage/blobs/storage-c-plus-plus-how-to-use-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide demonstrates how to perform common scenarios using Azure Blob storage
1717
To learn more about Blob storage, see [Introduction to Azure Blob storage](storage-blobs-introduction.md).
1818

1919
> [!NOTE]
20-
> This guide targets the Azure Storage Client Library for C++ version 1.0.0 and above. Microsoft recommends using the latest version of the Storage Client Library for C++, available via [Nuget](https://www.nuget.org/packages/wastorage) or [GitHub](https://github.com/Azure/azure-storage-cpp).
20+
> This guide targets the Azure Storage Client Library for C++ version 1.0.0 and above. Microsoft recommends using the latest version of the Storage Client Library for C++, available via [NuGet](https://www.nuget.org/packages/wastorage) or [GitHub](https://github.com/Azure/azure-storage-cpp).
2121
2222
[!INCLUDE [storage-create-account-include](../../../includes/storage-create-account-include.md)]
2323

@@ -35,7 +35,7 @@ To install the Azure Storage Client Library for C++, you can use the following m
3535
.\vcpkg.exe install azure-storage-cpp
3636
```
3737

38-
You can find a guide for how to build the source code and export to Nuget in the [README](https://github.com/Azure/azure-storage-cpp#download--install) file.
38+
You can find a guide for how to build the source code and export to NuGet in the [README](https://github.com/Azure/azure-storage-cpp#download--install) file.
3939

4040
## Configure your application to access Blob storage
4141
Add the following include statements to the top of the C++ file where you want to use the Azure storage APIs to access blobs:

articles/storage/blobs/storage-create-geo-redundant-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Install the required dependencies. To do this, open a command prompt, navigate t
168168

169169
# [.NET](#tab/dotnet)
170170

171-
In Visual Studio, press **F5** or select **Start** to begin debugging the application. Visual studio automatically restores missing Nuget packages if configured, visit [Installing and reinstalling packages with package restore](https://docs.microsoft.com/nuget/consume-packages/package-restore#package-restore-overview) to learn more.
171+
In Visual Studio, press **F5** or select **Start** to begin debugging the application. Visual studio automatically restores missing NuGet packages if configured, visit [Installing and reinstalling packages with package restore](https://docs.microsoft.com/nuget/consume-packages/package-restore#package-restore-overview) to learn more.
172172

173173
A console window launches and the application begins running. The application uploads the **HelloWorld.png** image from the solution to the storage account. The application checks to ensure the image has replicated to the secondary RA-GRS endpoint. It then begins downloading the image up to 999 times. Each read is represented by a **P** or an **S**. Where **P** represents the primary endpoint and **S** represents the secondary endpoint.
174174

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the Azure Blob Storage client library for .NET to:
2323
* List all of the blobs in a container
2424
* Delete a container
2525

26-
[API reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/storage?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-storage-net/tree/master/Blob) | [Package (Nuget)](https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/) | [Samples](https://azure.microsoft.com/resources/samples/?sort=0&service=storage&platform=dotnet&term=blob)
26+
[API reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/storage?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-storage-net/tree/master/Blob) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/) | [Samples](https://azure.microsoft.com/resources/samples/?sort=0&service=storage&platform=dotnet&term=blob)
2727

2828
[!INCLUDE [storage-multi-protocol-access-preview](../../../includes/storage-multi-protocol-access-preview.md)]
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Azure Blob storage client library v12 for .NET to:
2525
* Download the blob to your local computer
2626
* Delete a container
2727

28-
[API reference documentation](/dotnet/api/azure.storage.blobs) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs) | [Package (Nuget)](https://www.nuget.org/packages/Azure.Storage.Blobs) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples)
28+
[API reference documentation](/dotnet/api/azure.storage.blobs) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Blobs) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples)
2929

3030
[!INCLUDE [storage-multi-protocol-access-preview](../../../includes/storage-multi-protocol-access-preview.md)]
3131

articles/storage/blobs/storage-xamarin-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow these steps to create your application:
2626

2727
1. If you haven't already, download and install [Xamarin for Visual Studio](https://www.xamarin.com/download).
2828
2. Open Visual Studio, and create a Blank App (Native Portable): **File > New > Project > Cross-Platform > Blank App(Native Portable)**.
29-
3. Right-click your solution in the Solution Explorer pane and select **Manage Nuget Packages for Solution**. Search for **WindowsAzure.Storage** and install the latest stable version to all projects in your solution.
29+
3. Right-click your solution in the Solution Explorer pane and select **Manage NuGet Packages for Solution**. Search for **WindowsAzure.Storage** and install the latest stable version to all projects in your solution.
3030
4. Build and run your project.
3131

3232
You should now have an application that allows you to click a button which increments a counter.

articles/storage/common/storage-auth-aad-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ A completed sample web application that acquires a token and uses it to create a
120120

121121
#### Add references and using statements
122122

123-
From Visual Studio, install the Azure Storage client library. From the **Tools** menu, select **Nuget Package Manager**, then **Package Manager Console**. Type the following commands into the console window to install the necessary packages from the Azure Storage client library for .NET:
123+
From Visual Studio, install the Azure Storage client library. From the **Tools** menu, select **NuGet Package Manager**, then **Package Manager Console**. Type the following commands into the console window to install the necessary packages from the Azure Storage client library for .NET:
124124

125125
```console
126126
Install-Package Microsoft.Azure.Storage.Blob

0 commit comments

Comments
 (0)