Skip to content

Commit 70509b7

Browse files
committed
Update variable name description
1 parent a1e9110 commit 70509b7

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 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`. Customize it to `Endpoints_AppConfiguration`. If you're working with another application, enter the corresponding environment variable name, 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 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**.
4848

4949
> [!NOTE]
5050
> Service connector doesn't take in colons (`:`). If your variable contains a colon, replace it with an underscore (`_`).

0 commit comments

Comments
 (0)