Skip to content

Commit 40d3607

Browse files
authored
fix(langgraph): uncomment FOUNDRY_PROJECT_ENDPOINT in .env.example (microsoft-foundry#411)
Leave the value empty so the Foundry toolkit VS Code extension can auto-populate the project endpoint (and model deployment name) when scaffolding from these samples.
1 parent 54695ca commit 40d3607

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=

samples/python/hosted-agents/langgraph/responses/04-mcp/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=

samples/python/hosted-agents/langgraph/responses/05-workflows/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
# This sample chains three LLM calls and requires a model strong enough

samples/python/hosted-agents/langgraph/responses/06-files/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=

samples/python/hosted-agents/langgraph/responses/08-observability/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Foundry project endpoint — auto-injected in hosted containers.
22
# Only set manually if running without `azd ai agent run`.
3-
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
3+
FOUNDRY_PROJECT_ENDPOINT=
44

55
# Model deployment name — must match a deployment in your Foundry project.
66
AZURE_AI_MODEL_DEPLOYMENT_NAME=

0 commit comments

Comments
 (0)