@@ -206,11 +206,12 @@ You can access resources in a storage account by any language that can make HTTP
206
206
### Azure Storage data API and library references
207
207
208
208
- [ 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 )
214
215
215
216
### Azure Storage management API and library references
216
217
@@ -222,13 +223,13 @@ You can access resources in a storage account by any language that can make HTTP
222
223
223
224
### Azure Storage data movement API
224
225
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 )
226
227
227
228
### Tools and utilities
228
229
229
230
- [ Azure PowerShell Cmdlets for Storage] ( /powershell/module/az.storage )
230
231
- [ 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 )
232
233
- [ 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.
233
234
- [ Azure Resource Manager templates for Azure Storage] ( https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Storage )
234
235
0 commit comments