Skip to content

Commit 95f022a

Browse files
committed
PR review
1 parent 7f93e9a commit 95f022a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ In this quickstart, you use Azure App Configuration in an app running in Azure C
3030

3131
1. In the Azure portal, navigate to your Container App instance.
3232

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.
3434

35-
1. In the **Basics** tab:
35+
1. In the **Basics** tab:
3636

3737
- Under **Service type**, select **App Configuration**
38-
- Select your App Configuration store
38+
- Under **App Configuration**, select your App Configuration store.
3939

4040
:::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":::
4141

@@ -44,14 +44,11 @@ In this quickstart, you use Azure App Configuration in an app running in Azure C
4444
- Select the **System-assigned managed identity** authentication type
4545
- Expand the **Advanced** menu
4646
- 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**.
4848

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.
5150

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.
5552

5653
## Build a container
5754

0 commit comments

Comments
 (0)