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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-container-apps.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,16 @@ In this quickstart, you will use Azure App Configuration in an app running in Az
20
20
## Prerequisites
21
21
22
22
- 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).
- 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
-
27
26
---
28
27
29
-
## Connect the container app to Azure App Configuration
28
+
## Connect Azure App Configuration to the container app
30
29
31
30
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.
32
31
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.
34
33
35
34
- In the **Basics** tab:
36
35
- select **App Configuration** for **Service type**
@@ -128,7 +127,7 @@ Push the Docker image to the ACR created earlier.
128
127
129
128
## Add your container image to Azure Container Apps
130
129
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.
0 commit comments