Skip to content

Commit 852f61c

Browse files
committed
Changes from feedback - Zhenlan
1 parent dbe0b16 commit 852f61c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/azure-app-configuration/quickstart-container-apps.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ In this quickstart, you will use Azure App Configuration in an app running in Az
2020
## Prerequisites
2121

2222
- An application using an App Configuration store. If you don't have one, create an instance using the [Quickstart: Create an ASP.NET Core app with App Configuration](./quickstart-aspnet-core-app.md).
23+
- An Azure Container Apps instance. If you don't have one, create an instance using the [Azure portal](/azure/container-apps/quickstart-portal) or [the CLI](/azure/container-apps/get-started).
2324
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
2425
- The [Azure CLI](/cli/azure/install-azure-cli)
25-
- An Azure Container Apps instance. If you don't have one, create an instance using the [Azure portal](/azure/container-apps/quickstart-portal) or [the CLI](/azure/container-apps/get-started).
26-
2726
---
2827

29-
## Connect the container app to Azure App Configuration
28+
## Connect Azure App Configuration to the container app
3029

3130
The first step of this guide is to connect your container app to your configuration store. To do this, add the connection string of your App Configuration store to the secret of your Container App, and add an environment variable to your container to reference the secret. Use [Service Connector](../service-connector/overview.md) to do this in a few steps without managing the connection information yourself.
3231

33-
In the Azure portal, connect the container app to Azure App Configuration following the [Service Connector quickstart for Azure Container Apps](../service-connector/quickstart-portal-container-apps.md). While following the steps of the quickstart:
32+
In the Azure portal, navigate to your Container App instance. Follow the [Service Connector quickstart for Azure Container Apps](../service-connector/quickstart-portal-container-apps.md) to create a service connection with your App Configuration store using the settings below.
3433

3534
- In the **Basics** tab:
3635
- select **App Configuration** for **Service type**
@@ -128,7 +127,7 @@ Push the Docker image to the ACR created earlier.
128127
129128
## Add your container image to Azure Container Apps
130129
131-
Update the existing container app by importing the docker image you created and pushed to ACR earlier.
130+
Update your Container App to load the container image from your ACR.
132131
133132
#### [Portal](#tab/azure-portal)
134133

0 commit comments

Comments
 (0)