Skip to content

Commit 776d5c7

Browse files
committed
refined data store again
1 parent 9bed739 commit 776d5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/use-cases/use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Some applications are designed to run in stateful environments. For example, a C
3434

3535
## Data Stores
3636

37-
Defang now offers paid tier support for managed [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis) data store services. While Defang is primarily designed for stateless workloads, it can now support stateful workloads if used with one of the managed services mentioned above.
37+
While Defang is primarily designed for stateless workloads, Defang now offers support for stateful workloads through our [managed storage](./concepts/managed-storage) options, including [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis).
3838

3939
:::warning
40-
Using unsupported data stores (e.g., ElasticSearch) with Defang is strongly discouraged. Doing so may result in permanent data loss. Stick to Defang's managed services like Postgres and Redis for reliable data persistence.
40+
Using unsupported data stores (e.g., ElasticSearch) with Defang is strongly discouraged. Doing so may result in permanent data loss. Stick to Defang's managed services like [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis) for reliable data persistence.
4141
:::
4242

4343
Please be aware that if you choose not to use a Defang-supported managed service, there is a risk that any data stored in a container may be lost if the container is replaced.

0 commit comments

Comments
 (0)