Skip to content

Commit d1d1092

Browse files
authored
Merge pull request #61782 from hyoshioka0128/patch-80
Typo "Azure storage"→"Azure Storage"
2 parents e267779 + dbce17f commit d1d1092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The Azure Storage data movement library for .NET is based on the core data movem
170170

171171
### REST API or client library
172172

173-
You can create a custom application to migrate your data from a general-purpose v1 storage account into a Blob storage account. Use one of the Azure client libraries or the Azure storage services REST API. Azure Storage provides rich client libraries for multiple languages and platforms like .NET, Java, C++, Node.JS, PHP, Ruby, and Python. The client libraries offer advanced capabilities such as retry logic, logging, and parallel uploads. You can also develop directly against the REST API, which can be called by any language that makes HTTP/HTTPS requests.
173+
You can create a custom application to migrate your data from a general-purpose v1 storage account into a Blob storage account. Use one of the Azure client libraries or the Azure Storage services REST API. Azure Storage provides rich client libraries for multiple languages and platforms like .NET, Java, C++, Node.JS, PHP, Ruby, and Python. The client libraries offer advanced capabilities such as retry logic, logging, and parallel uploads. You can also develop directly against the REST API, which can be called by any language that makes HTTP/HTTPS requests.
174174

175175
For more information about the Azure Storage REST API, see [Azure Storage Services REST API Reference](https://docs.microsoft.com/rest/api/storageservices/).
176176

@@ -186,4 +186,4 @@ For more information about the Azure Storage REST API, see [Azure Storage Servic
186186
## Next steps
187187

188188
- [Create a storage account](storage-account-create.md)
189-
- [Create a block blob storage account](../blobs/storage-blob-create-account-block-blob.md)
189+
- [Create a block blob storage account](../blobs/storage-blob-create-account-block-blob.md)

0 commit comments

Comments
 (0)