Skip to content

Commit d836c01

Browse files
Merge pull request #263071 from schoag-msft/docs-editor/storage-introduction-1705010380
Update storage-introduction.md
2 parents b3901c7 + 6cd4245 commit d836c01

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/storage/common/storage-introduction.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,12 @@ You can access resources in a storage account by any language that can make HTTP
206206
### Azure Storage data API and library references
207207

208208
- [Azure Storage REST API](/rest/api/storageservices/)
209-
- [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage)
210-
- [Azure Storage client library for Java/Android](/java/api/overview/azure/storage)
211-
- [Azure Storage client library for Node.js](../blobs/reference.md#javascript-client-libraries)
212-
- [Azure Storage client library for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)
213-
- [Azure Storage client library for C++](https://github.com/Azure/azure-storage-cpp)
209+
- [Azure Storage client libraries for .NET](/dotnet/api/overview/azure/storage)
210+
- [Azure Storage client libraries for Java](/java/api/overview/azure/storage)
211+
- [Azure Storage client libraries for JavaScript](/javascript/api/overview/azure/storage)
212+
- [Azure Storage client libraries for Python](/python/api/overview/azure/storage)
213+
- [Azure Storage client libraries for Go](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/)
214+
- [Azure Storage client libraries for C++](https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage)
214215

215216
### Azure Storage management API and library references
216217

@@ -222,13 +223,13 @@ You can access resources in a storage account by any language that can make HTTP
222223

223224
### Azure Storage data movement API
224225

225-
- [Storage Data Movement Client Library for .NET](/dotnet/api/microsoft.azure.storage.datamovement)
226+
- [Storage Data Movement Client Library for .NET](storage-use-data-movement-library.md)
226227

227228
### Tools and utilities
228229

229230
- [Azure PowerShell Cmdlets for Storage](/powershell/module/az.storage)
230231
- [Azure CLI Cmdlets for Storage](/cli/azure/storage)
231-
- [AzCopy Command-Line Utility](https://aka.ms/downloadazcopy)
232+
- [AzCopy Command-Line Utility](storage-use-azcopy-v10.md)
232233
- [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) is a free, standalone app from Microsoft that enables you to work visually with Azure Storage data on Windows, macOS, and Linux.
233234
- [Azure Resource Manager templates for Azure Storage](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Storage)
234235

0 commit comments

Comments
 (0)