Skip to content

Commit 9cde889

Browse files
Final editorial pass
1 parent 36fa8f9 commit 9cde889

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/storage/common/storage-srp-dotnet-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: pauljewellmsft
88
ms.author: pauljewell
99
ms.service: azure-storage
1010
ms.topic: how-to
11-
ms.date: 07/31/2024
11+
ms.date: 08/01/2024
1212
ms.devlang: csharp
1313
ms.custom: template-how-to, devguide-csharp, devx-track-dotnet
1414
---

articles/storage/common/storage-srp-manage-account-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to manage storage account resources with the Azure Storag
55
services: storage
66
author: pauljewellmsft
77
ms.author: pauljewell
8-
ms.date: 07/31/2024
8+
ms.date: 08/01/2024
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
1111
ms.devlang: csharp

articles/storage/common/storage-srp-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: pauljewell
88

99
ms.service: azure-storage
1010
ms.topic: overview
11-
ms.date: 07/31/2024
11+
ms.date: 08/01/2024
1212
ms.custom: devguide-csharp, devguide-java, devguide-javascript, devguide-python, devguide-go
1313
---
1414

@@ -61,10 +61,10 @@ The following table shows the Azure Storage client libraries for data access:
6161

6262
| Library | Reference | Package | Source |
6363
| ------- | --------- | ------- | ------ |
64-
| **@azure/storage-blob** | [Reference](/javascript/api/@azure/storage-blob) | [NPM](https://www.npmjs.com/package/@azure/storage-blob) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob) |
65-
| **@azure/storage-file-datalake** | [Reference](/javascript/api/@azure/storage-file-datalake) | [NPM](https://www.npmjs.com/package/@azure/storage-file-datalake) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-datalake) |
66-
| **@azure/storage-file-share** | [Reference](/javascript/api/@azure/storage-file-share) | [NPM](https://www.npmjs.com/package/@azure/storage-file-share) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-share) |
67-
| **@azure/storage-queue** | [Reference](/javascript/api/@azure/storage-queue) | [NPM](https://www.npmjs.com/package/@azure/storage-queue) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue) |
64+
| **@azure/storage-blob** | [Reference](/javascript/api/@azure/storage-blob) | [npm](https://www.npmjs.com/package/@azure/storage-blob) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob) |
65+
| **@azure/storage-file-datalake** | [Reference](/javascript/api/@azure/storage-file-datalake) | [npm](https://www.npmjs.com/package/@azure/storage-file-datalake) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-datalake) |
66+
| **@azure/storage-file-share** | [Reference](/javascript/api/@azure/storage-file-share) | [npm](https://www.npmjs.com/package/@azure/storage-file-share) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-share) |
67+
| **@azure/storage-queue** | [Reference](/javascript/api/@azure/storage-queue) | [npm](https://www.npmjs.com/package/@azure/storage-queue) | [GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue) |
6868

6969
To learn more about using the Blob Storage client library for specific data access scenarios, see the [Blob Storage developer guide for JavaScript](../blobs/storage-blob-javascript-get-started.md).
7070

@@ -96,7 +96,7 @@ To learn more about using the Blob Storage client library for specific data acce
9696

9797
---
9898

99-
In most cases, you should use the data plane libraries to work with Azure Storage resources. However, if you need to manage resources, such as creating or deleting storage accounts, managing account keys, or configuring failover scenarios, you need to use the [management plane libraries](#libraries-for-resource-management).
99+
In most cases, you should use the data plane libraries to work with Azure Storage resources. However, for resource management operations, such as creating or deleting storage accounts, managing account keys, or configuring failover scenarios, you need to use the [management plane libraries](#libraries-for-resource-management).
100100

101101
## Libraries for resource management
102102

0 commit comments

Comments
 (0)