You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-java-how-to-use-file-storage.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,19 @@ Learn how to develop Java applications that use Azure Files to store data. Azure
18
18
In this article, you learn about the different approaches to developing with Azure Files in Java, and how to choose the approach that best fits the needs of your app. You also learn how to create a basic console app that interacts with Azure Files resources.
19
19
20
20
## Applies to
21
-
| File share type | SMB | NFS |
22
-
|-|:-:|:-:|
23
-
| Standard file shares (GPv2), LRS/ZRS |||
24
-
| Standard file shares (GPv2), GRS/GZRS |||
@@ -38,8 +46,8 @@ For general information about these approaches, see [Overview of application dev
38
46
39
47
This article focuses on working with Azure Files resources using the following approaches:
40
48
41
-
-[Work with Azure Files using Java file I/O libraries](#work-with-azure-files-using-systemio): Mount a file share using SMB or NFS and use Java file I/O libraries to work with files and directories in the share.
42
-
-[Work with Azure Files using the File Shares client library for Java](#work-with-azure-files-data-using-the-file-shares-client-library-for-net): Use the Azure Storage File Shares client library for Java to work with files and directories in a file share. This client library builds on the FileREST API.
49
+
-[Work with Azure Files using Java file I/O libraries](#work-with-azure-files-using-java-file-io-libraries): Mount a file share using SMB or NFS and use Java file I/O libraries to work with files and directories in the share.
50
+
-[Work with Azure Files using the File Shares client library for Java](#work-with-azure-files-using-the-file-shares-client-library-for-java): Use the Azure Storage File Shares client library for Java to work with files and directories in a file share. This client library builds on the FileREST API.
43
51
-[Manage Azure Files resources using the Azure Storage management libraries](#manage-azure-files-resources-using-the-azure-storage-management-libraries): Use the Azure Storage management libraries to manage file shares and other resources in your storage account. The management libraries build on the Azure Storage resource provider REST API.
0 commit comments