Skip to content

Commit 9e26a3f

Browse files
more edits
1 parent 64c022c commit 9e26a3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/spring-apps/how-to-built-in-persistent-storage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
2020

2121
Azure Spring Apps provides two types of built-in storage for your application: persistent and temporary.
2222

23-
By default, Azure Spring Apps provides temporary storage for each application instance. Temporary storage is limited to 5 GB per instance with the default mount path */tmp*.
23+
By default, Azure Spring Apps provides temporary storage for each application instance. Temporary storage is limited to 5 GB per instance with as the default mount path.
2424

2525
> [!WARNING]
2626
> If you restart an application instance, the associated temporary storage is permanently deleted.
@@ -58,9 +58,6 @@ Use the following steps to enable or disable built-in persistent storage using t
5858

5959
If persistent storage is enabled, the **Persistent Storage** tab displays the storage size and path.
6060

61-
> [!NOTE]
62-
> Built-in persistent storage is not recommended.
63-
6461
#### [Azure CLI](#tab/azure-cli)
6562

6663
If necessary, install the Azure Spring Apps extension for the Azure CLI using this command:

0 commit comments

Comments
 (0)