Skip to content

Commit 731f73c

Browse files
Merge pull request #275272 from khdownie/patch-2
Update storage-java-how-to-use-file-storage.md
2 parents ae7b715 + 4707961 commit 731f73c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-java-how-to-use-file-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Develop for Azure Files with Java
3-
description: Learn how to develop Java applications and services that use Azure Files to store file data.
3+
description: Learn how to develop Java applications and services that use Azure Files to store file data. Create and delete files, file shares, and directories.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 05/26/2021
7+
ms.date: 05/13/2024
88
ms.custom: devx-track-java, devx-track-extended-java
99
ms.author: kendownie
1010
---
1111

12-
# Develop for Azure Files with Java
12+
# Develop Java applications that use Azure Files
1313

1414
[!INCLUDE [storage-selector-file-include](../../../includes/storage-selector-file-include.md)]
1515

@@ -31,7 +31,7 @@ Learn the basics developing Java applications that use Azure Files to store data
3131

3232
## Create a Java application
3333

34-
To build the samples, you'll need the Java Development Kit (JDK) and the [Azure Storage SDK for Java](https://github.com/azure/azure-sdk-for-java). You should also have created an Azure storage account.
34+
To build the samples, you'll need the Java Development Kit (JDK) and the [Azure Storage SDK for Java](https://github.com/azure/azure-sdk-for-java). You'll also need an Azure storage account.
3535

3636
## Set up your application to use Azure Files
3737

0 commit comments

Comments
 (0)