Skip to content

Commit

Permalink
missing change (Azure#5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos authored Apr 17, 2019
1 parent e28b39b commit 030c0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public async Task HelloWorldExtended()
{
// Retrieve the connection string from the configuration store.
// You can get the string from your Azure portal or using Azure CLI.
var connectionString = Environment.GetEnvironmentVariable("AZ_CONFIG_CONNECTION");
var connectionString = Environment.GetEnvironmentVariable("APP_CONFIG_CONNECTION");

// Instantiate a client that will be used to call the service.
var client = new ConfigurationClient(connectionString);
Expand Down

0 comments on commit 030c0a7

Please sign in to comment.