Skip to content

Commit 7e1457f

Browse files
committed
Update paragraph
1 parent b2ac7e4 commit 7e1457f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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 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 double 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 it becomes `Endpoints__AppConfiguration`. If you're working with another application, enter the corresponding environment variable name, then select **Done**.
4848

4949
1. Use default values for everything else.
5050

0 commit comments

Comments
 (0)