- - 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**.
0 commit comments