Skip to content

Commit 6ecfedb

Browse files
author
Carolina Uribe-Gosselin
committed
acrolinx suggestions + minor changes
1 parent ffbe88a commit 6ecfedb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/container-apps/services.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ ms.author: cshoe
1212
# Connect to services in Azure Container Apps (preview)
1313

1414
> [!IMPORTANT]
15-
> The public preview add-ons feature will be retired on September 30th, 2025. To prepare for this change, transition to Azure-managed services, such as Azure Cache for Redis or Azure Database for PostgreSQL for production-level service. For development and testing purposes, review the supported OSS quickstarts.
15+
> The public preview add-ons feature will be retired on September 30, 2025. To prepare for this change, transition to Azure-managed services, such as Azure Cache for Redis or Azure Database for PostgreSQL for a production-level service. For development and testing purposes, review the supported open-source software (OSS) quickstarts.
1616
1717
As you develop applications in Azure Container Apps, you often need to connect to different services. Rather than creating services ahead of time and manually connecting them to your container app, you can quickly create instances of development-grade services that are designed for nonproduction environments known as add-ons.
1818

19-
Add-ons allow you to use OSS services without the burden of manual downloads, creation, and configuration. Since add-ons will be retired on September 30th, 2025, we recommend you use our new OSS quickstarts if you want to continue using these OSS services for nonproduction envrionments.
19+
Add-ons allow you to use OSS services without the burden of manual downloads, creation, and configuration. Since add-ons will be retired on September 30, 2025, we recommend you use our new OSS quickstarts if you want to continue using these OSS services for nonproduction envrionments.
2020

2121
If you're ready for your app to use a production level service, you can connect your application to an Azure managed service.
2222

2323
## Migration Guide
2424

25-
As add-ons are being retired, you'll need to plan how to transition your applications away from this preview feature. Whether you're looking for a production level service or simply want to continue exploring open-source technologies in a dev/test capacity, the following steps will help you migrate smoothly.
25+
As add-ons are being retired, you'll need to plan how to transition your applications away from this preview feature. Whether you're looking for a production level service or simply want to continue exploring open source technologies in a dev/test capacity, the following steps will help you migrate smoothly.
2626

2727
Please note, you're responsible for data continuity between your add-on and your new Container App.
2828

@@ -50,7 +50,7 @@ If you're ready for a production level service, follow these steps to transition
5050
5151
1. Create a new container app.
5252
53-
Create a new app using the [Azure Portal](quickstart-portal.md) or [CLI](get-started.md?tabs=bash).
53+
Create a new app using the [Azure portal](quickstart-portal.md) or [CLI](get-started.md?tabs=bash).
5454
5555
1. Configure connection settings.
5656
@@ -68,9 +68,9 @@ If you're ready for a production level service, follow these steps to transition
6868
--resource-group <RESOURCE-GROUP>
6969
```
7070
71-
### Option 2: Use open source images
71+
### Option 2: Use open source quickstart images
7272
73-
If you only need these services for development or testing environments and do not require production-level guarantees, follow these steps to switch to use the open-source quickstart images:
73+
If you only need these services for development or testing environments and don't require production-level guarantees, follow these steps to switch to use the open-source quickstart images.
7474
7575
1. Identify add-ons in use. Run the following command to locate all existing add-ons in your environment.
7676
@@ -82,13 +82,13 @@ If you only need these services for development or testing environments and do n
8282
--resource-group <RESOURCE_GROUP>
8383
```
8484
85-
1. Review available quickstarts for Redis, PostgreSQL, MariaDB, Qdrant, and Kafka.
85+
1. Review the supported quickstart images: Redis, PostgreSQL, MariaDB, Qdrant, and Kafka.
8686
8787
1. Plan data continuity.
8888
8989
Create a backup or snapshot of your data in the current add-on if applicable.
9090
91-
1. Create a new [Container App](quickstart-portal.md).
91+
1. Create a new [Container App](quickstart-portal.md) using a quickstart image.
9292
9393
1. Remove the add-on.
9494
@@ -105,7 +105,7 @@ If you only need these services for development or testing environments and do n
105105
## Add-ons
106106
107107
> [!IMPORTANT]
108-
> The public preview add-ons feature will be retired on September 30th, 2025. To prepare for this change, transition to Azure-managed services, such as Azure Cache for Redis or Azure Database for PostgreSQL for production-level service. For development and testing purposes, review the supported open-source quickstarts.
108+
> The public preview add-ons feature will be retired on September 30, 2025. To prepare for this change, transition to Azure-managed services, such as Azure Cache for Redis or Azure Database for PostgreSQL for a production-level service. For development and testing purposes, review the supported open-source quickstarts.
109109
110110
Services available as an add-on include:
111111
@@ -212,7 +212,7 @@ For more information on the service commands and arguments, see the
212212
- Add-ons are in public preview.
213213
- Any container app created before May 23, 2023 isn't eligible to use add-ons.
214214
- Add-ons come with minimal guarantees. For instance, they're automatically restarted if they crash, however there's no formal quality of service or high-availability guarantees associated with them. For production workloads, use Azure-managed services.
215-
- If you use your own VNET, you must use a workload profiles environment. The Add-ons feature is not supported in consumption only environments that use custom VNETs.
215+
- If you use your own virtual network (VNET), you must use a workload profiles environment. The Add-ons feature isn't supported in consumption only environments that use custom VNETs.
216216

217217
## Next steps
218218

0 commit comments

Comments
 (0)