Skip to content

Commit f28dafe

Browse files
Edits
1 parent 8f85694 commit f28dafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/storage-files-developer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Azure SDK provides two sets of libraries for working with Azure Files resour
6060

6161
### Libraries for data access
6262

63-
Data plane libraries are designed to handle data access operations at the *directory* or *file* level. The following sections shows the File Shares client library for .NET, Java, Python, JavaScript, and Go.
63+
Data plane libraries are designed to handle data access operations at the *directory* or *file* level. The following section shows the File Shares client library for .NET, Java, Python, JavaScript, and Go.
6464

6565
### [.NET](#tab/dotnet)
6666

@@ -114,7 +114,7 @@ The following table shows the File Shares client library for data access:
114114

115115
Control plane libraries build on top of the Azure Storage resource provider REST API, allowing you to manage Azure Storage resources. The Azure Storage resource provider is a service that is based on [Azure Resource Manager](/azure/azure-resource-manager/management/overview), and supports both declarative (templates) and imperative (direct API call) methods.
116116

117-
Resource management libraries are designed to handle resource management operations at the *file service* or *file share* level. To learn more about the operations, see [File Services](/rest/api/storagerp/file-services) or [File Shares](/rest/api/storagerp/file-shares). The following sections shows the Azure Storage management libraries for .NET, Java, Python, JavaScript, and Go.
117+
Resource management libraries are designed to handle resource management operations at the *file service* or *file share* level. To learn more about the operations, see [File Services](/rest/api/storagerp/file-services) or [File Shares](/rest/api/storagerp/file-shares). The following section shows the Azure Storage management libraries for .NET, Java, Python, JavaScript, and Go.
118118

119119
## [.NET](#tab/dotnet)
120120

0 commit comments

Comments
 (0)