From 2ab38f90851b22c444f1b015876469863fda69b3 Mon Sep 17 00:00:00 2001 From: Haris Catakovic Date: Wed, 7 Jan 2026 22:14:15 -0500 Subject: [PATCH 1/3] Rename env variables in Python .env-template --- samples/python/quickstart/.env-template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/python/quickstart/.env-template b/samples/python/quickstart/.env-template index 14d01f4c9..6dbc5816a 100644 --- a/samples/python/quickstart/.env-template +++ b/samples/python/quickstart/.env-template @@ -2,6 +2,6 @@ # Update with appropriate values # Rename the file to .env after updating -AZURE_AI_FOUNDRY_PROJECT_ENDPOINT="https://.services.ai.azure.com/api/projects/" -AZURE_AI_FOUNDRY_AGENT_NAME="MyAgent" -AZURE_AI_FOUNDRY_MODEL_DEPLOYMENT_NAME="gpt-4.1-mini" \ No newline at end of file +PROJECT_ENDPOINT="https://.services.ai.azure.com/api/projects/" +AGENT_NAME="MyAgent" +MODEL_DEPLOYMENT_NAME="gpt-4.1-mini" From 9e30552fdbcb237b4d58fba56c28b426f5b9afc6 Mon Sep 17 00:00:00 2001 From: Haris Catakovic Date: Wed, 7 Jan 2026 22:14:54 -0500 Subject: [PATCH 2/3] Rename env var in .env-template --- samples/csharp/quickstart/.env-template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/csharp/quickstart/.env-template b/samples/csharp/quickstart/.env-template index 0ec5c4639..e0d4f9028 100644 --- a/samples/csharp/quickstart/.env-template +++ b/samples/csharp/quickstart/.env-template @@ -1,3 +1,3 @@ -AZURE_AI_PROJECT_ENDPOINT= -AZURE_AI_FOUNDRY_AGENT_NAME=MyAgent -AZURE_AI_FOUNDRY_MODEL_DEPLOYMENT_NAME=gpt-4.1-mini \ No newline at end of file +PROJECT_ENDPOINT= +AGENT_NAME=MyAgent +MODEL_DEPLOYMENT_NAME=gpt-4.1-mini From 546cf0d49c9b0d092e86f136b555c4d8c0b82826 Mon Sep 17 00:00:00 2001 From: Haris Catakovic Date: Wed, 7 Jan 2026 22:15:20 -0500 Subject: [PATCH 3/3] Rename env var in .env-template --- samples/typescript/quickstart/.env-template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/typescript/quickstart/.env-template b/samples/typescript/quickstart/.env-template index 0ec5c4639..e0d4f9028 100644 --- a/samples/typescript/quickstart/.env-template +++ b/samples/typescript/quickstart/.env-template @@ -1,3 +1,3 @@ -AZURE_AI_PROJECT_ENDPOINT= -AZURE_AI_FOUNDRY_AGENT_NAME=MyAgent -AZURE_AI_FOUNDRY_MODEL_DEPLOYMENT_NAME=gpt-4.1-mini \ No newline at end of file +PROJECT_ENDPOINT= +AGENT_NAME=MyAgent +MODEL_DEPLOYMENT_NAME=gpt-4.1-mini