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
Azure Spring Apps provides two types of built-in storage for your application: persistent and temporary.
22
22
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*.
24
24
25
25
> [!WARNING]
26
26
> If you restart an application instance, the associated temporary storage is permanently deleted.
27
27
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*.
29
29
30
30
> [!WARNING]
31
31
> 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
36
36
37
37
#### [Portal](#tab/azure-portal)
38
38
39
-
### Enable or disable built-in persistent storage using the Azure portal
40
-
41
39
Use the following steps to enable or disable built-in persistent storage using the Azure portal.
42
40
43
41
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
46
44
47
45
:::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.":::
48
46
49
-
1. On the **Overview** page, select **Configuration** to open the **Configuration** page.
47
+
1. On the **Overview** page, select **Configuration**.
50
48
51
49
:::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.":::
52
50
53
-
1.Select **Persistent Storage**to open the **Persistent Storage** tab.
51
+
1.On the **Configuration**page, select **Persistent Storage**.
54
52
55
53
:::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.":::
56
54
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.
58
56
59
57
:::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.":::
60
58
@@ -65,8 +63,6 @@ If persistent storage is enabled, the **Persistent Storage** tab displays the st
65
63
66
64
#### [Azure CLI](#tab/azure-cli)
67
65
68
-
### Use the Azure CLI to enable or disable built-in persistent storage
69
-
70
66
If necessary, install the Azure Spring Apps extension for the Azure CLI using this command:
71
67
72
68
```azurecli
@@ -100,5 +96,5 @@ Other operations:
100
96
101
97
## Next steps
102
98
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).
0 commit comments