Skip to content

Commit a1e9110

Browse files
committed
Update variable to use _
1 parent 080e072 commit a1e9110

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ 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`. 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`. Customize it to `Endpoints_AppConfiguration`. If you're working with another application, enter the corresponding environment variable name, then select **Done**.
48+
49+
> [!NOTE]
50+
> Service connector doesn't take in colons (`:`). If your variable contains a colon, replace it with an underscore (`_`).
51+
4852
- Use default values for everything else.
4953

50-
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.
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.
5155

5256
## Build a container
5357

@@ -170,7 +174,7 @@ The web page looks like this:
170174
171175
[!INCLUDE [Azure App Configuration cleanup](../../includes/azure-app-configuration-cleanup.md)]
172176
173-
## Next steps
177+
## Related content
174178
175179
In this quickstart, you:
176180

0 commit comments

Comments
 (0)