Skip to content

Commit 7f93e9a

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

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
@@ -47,7 +47,7 @@ In this quickstart, you use Azure App Configuration in an app running in Azure C
4747
- 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]
50-
> Service connector doesn't take in colons (`:`). If your variable contains a colon, replace it with an underscore (`_`).
50+
> Service connector doesn't accept colons (`:`). If your variable contains a colon, replace it with an underscore (`_`).
5151
5252
- Use default values for everything else.
5353

0 commit comments

Comments
 (0)