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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ In this quickstart, you use Azure App Configuration in an app running in Azure C
30
30
31
31
1. In the Azure portal, navigate to your Container App instance.
32
32
33
-
1. Follow the [Service Connector quickstart for Azure Container Apps](../service-connector/quickstart-portal-container-apps.md) to create a service connection for your App Configuration store, using the settings below.
33
+
1. Follow the [Service Connector quickstart for Azure Container Apps](../service-connector/quickstart-portal-container-apps.md) to create a service connection for your App Configuration store, using the following settings.
34
34
35
-
1. In the **Basics** tab:
35
+
1. In the **Basics** tab:
36
36
37
37
- Under **Service type**, select **App Configuration**
38
-
-Select your App Configuration store
38
+
-Under **App Configuration**, select your App Configuration store.
39
39
40
40
:::image type="content" border="true" source="media\connect-container-app\use-service-connector.png" alt-text="Screenshot the Azure platform showing a form in the Service Connector menu in a Container App." lightbox="media\connect-container-app\use-service-connector.png":::
41
41
@@ -44,14 +44,11 @@ In this quickstart, you use Azure App Configuration in an app running in Azure C
44
44
- Select the **System-assigned managed identity** authentication type
45
45
- Expand the **Advanced** menu
46
46
- Assign your identity the **App Configuration Data Reader** role
47
-
- Under **Configuration information**, you find an environment variable named `AZURE_APPCONFIGURATION_ENDPOINT`. Select the pencil icon on the right and edit the environment variable name to match the variable name in your application that contains your App Configuration endpoint. If you built your application following the [ASP.NET Core quickstart](./quickstart-aspnet-core-app.md), your variable name is `Endpoints:AppConfiguration`. When editing the variable name, replace the colon with an underscore so that `Endpoints:AppConfiguration` becomes `Endpoints_AppConfiguration`. If you're working with another application, enter the corresponding environment variable name, ensuring that any colons are replaced with underscores, then select **Done**.
47
+
- Under **Configuration information**, you find an environment variable named `AZURE_APPCONFIGURATION_ENDPOINT`. Select the pencil icon on the right and edit the environment variable name to match the variable name in your application that you load your App Configuration endpoint from. If you built your application following the [ASP.NET Core quickstart](./quickstart-aspnet-core-app.md), your variable name is `Endpoints:AppConfiguration`. When editing the variable name, replace the colon with double underscores so that `Endpoints:AppConfiguration` becomes `Endpoints__AppConfiguration`. If you're working with another application, enter the corresponding environment variable name, ensuring that any colons are replaced with underscores, then select **Done**.
48
48
49
-
> [!NOTE]
50
-
> Service connector doesn't accept colons (`:`). If your variable contains a colon, replace it with an underscore (`_`).
49
+
1. Use default values for everything else.
51
50
52
-
- Use default values for everything else.
53
-
54
-
When the connection is created, an environment variable named `Endpoints_AppConfiguration` is added to the container of your Container App resource. Its value is a reference to your App Configuration store endpoint.
51
+
When the connection is created, an environment variable named `Endpoints_AppConfiguration` is added to the container of your Container App resource. Its value is a reference of the Container App secret, the endpoint of your App Configuration store.
0 commit comments