We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a6fe commit 47a2ee4Copy full SHA for 47a2ee4
articles/ai-services/agents/includes/quickstart-csharp.md
@@ -75,7 +75,7 @@ public class Sample_Agent
75
{
76
static async Task Main()
77
78
- var connectionString = Environment.GetEnvironmentVariable("AZURE_AI_CONNECTION_STRING");
+ var connectionString = Environment.GetEnvironmentVariable("PROJECT_CONNECTION_STRING");
79
80
AgentsClient client = new AgentsClient(connectionString, new DefaultAzureCredential());
81
0 commit comments