Skip to content

Commit 64c022c

Browse files
more edits and updates
1 parent 79ba64b commit 64c022c

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ 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 the default mount path */tmp*.
2424

2525
> [!WARNING]
2626
> If you restart an application instance, the associated temporary storage is permanently deleted.
2727
28-
Persistent storage is a file-share container managed by Azure and allocated per application. Data stored in persistent storage is shared by all instances of an application. An Azure Spring Apps instance can have a maximum of 10 applications with persistent storage enabled. Each application is allocated 50 GB of persistent storage. The default mount path for persistent storage is /persistent.
28+
Persistent storage is a file-share container managed by Azure and allocated per application. Data stored in persistent storage is shared by all instances of an application. An Azure Spring Apps instance can have a maximum of 10 applications with persistent storage enabled. Each application is allocated 50 GB of persistent storage. The default mount path for persistent storage is */persistent*.
2929

3030
> [!WARNING]
3131
> If you disable an applications's persistent storage, all of that storage is deallocated and all of the stored data is lost.
@@ -36,8 +36,6 @@ You can enable or disable built-in persistent storage using the Azure portal or
3636

3737
#### [Portal](#tab/azure-portal)
3838

39-
### Enable or disable built-in persistent storage using the Azure portal
40-
4139
Use the following steps to enable or disable built-in persistent storage using the Azure portal.
4240

4341
1. Go to your Azure Spring Apps instance in the Azure portal.
@@ -46,15 +44,15 @@ Use the following steps to enable or disable built-in persistent storage using t
4644

4745
:::image type="content" source="media/how-to-built-in-persistent-storage/app-selected.png" lightbox="media/how-to-built-in-persistent-storage/app-selected.png" alt-text="Screenshot of the Apps pane showing apps for your service instance.":::
4846

49-
1. On the **Overview** page, select **Configuration** to open the **Configuration** page.
47+
1. On the **Overview** page, select **Configuration**.
5048

5149
:::image type="content" source="media/how-to-built-in-persistent-storage/select-configuration.png" lightbox="media/how-to-built-in-persistent-storage/select-configuration.png" alt-text="Screenshot of details for an app.":::
5250

53-
1. Select **Persistent Storage** to open the **Persistent Storage** tab.
51+
1. On the **Configuration** page, select **Persistent Storage**.
5452

5553
:::image type="content" source="media/how-to-built-in-persistent-storage/select-persistent-storage.png" lightbox="media/how-to-built-in-persistent-storage/select-persistent-storage.png" alt-text="Screenshot of the Configuration pane showing the Persistent Storage tab.":::
5654

57-
1. On the **Persistent Storage** tab, select **Enable** to enable persistent storage, or select **Disable** to disable persistent storage.
55+
1. On the **Persistent Storage** tab, select **Enable** to enable persistent storage, or **Disable** to disable persistent storage.
5856

5957
:::image type="content" source="media/how-to-built-in-persistent-storage/enable-persistent-storage.png" lightbox="media/how-to-built-in-persistent-storage/enable-persistent-storage.png" alt-text="Screenshot of the Persistent Storage tab.":::
6058

@@ -65,8 +63,6 @@ If persistent storage is enabled, the **Persistent Storage** tab displays the st
6563
6664
#### [Azure CLI](#tab/azure-cli)
6765

68-
### Use the Azure CLI to enable or disable built-in persistent storage
69-
7066
If necessary, install the Azure Spring Apps extension for the Azure CLI using this command:
7167

7268
```azurecli
@@ -100,5 +96,5 @@ Other operations:
10096
10197
## Next steps
10298
103-
- Learn about [application and service quotas](./quotas.md).
104-
- Learn how to [manually scale your application](./how-to-scale-manual.md).
99+
- Learn about [quotas and service plans for Azure Spring Apps](./quotas.md).
100+
- Learn how to [scale an application in Azure Spring Apps](./how-to-scale-manual.md).
357 Bytes
Loading

0 commit comments

Comments
 (0)