Skip to content

Commit 2c8d3d8

Browse files
chore(agentserver-demos): commit azd env files for both durable demos
Pin both durable demos to the shared rapida-0687 Foundry project so deploys are reproducible: - invocations durable-agent-demo (.azure/demo-dev) - responses durable-responses-agent-demo (.azure/durable-responses-agent-demo) Force-added past the .azure/.gitignore. Contains resource pointers (subscription/resource-group/project/ACR/endpoint) only — no secrets; .env.lock and state/ remain ignored. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0aa8a59 commit 2c8d3d8

6 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defaultEnvironment":"demo-dev"}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
AZURE_ENV_NAME="demo-dev"
2+
AZURE_SUBSCRIPTION_ID="47f1c914-e299-4953-a99d-3e34644cfe1c"
3+
AZURE_RESOURCE_GROUP="agents-westus2"
4+
AZURE_LOCATION="westus2"
5+
AZURE_AI_ACCOUNT_NAME="rapida-0687-resource"
6+
AZURE_AI_ACCOUNT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource"
7+
AZURE_AI_PROJECT_NAME="rapida-0687"
8+
AZURE_AI_PROJECT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource/projects/rapida-0687"
9+
AZURE_AI_FOUNDRY_PROJECT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource/projects/rapida-0687"
10+
AZURE_AI_PROJECT_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687"
11+
FOUNDRY_PROJECT_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687"
12+
AZURE_OPENAI_ENDPOINT="https://rapida-0687-resource.openai.azure.com/"
13+
AZURE_AI_MODEL_DEPLOYMENT_NAME="gpt-4o"
14+
AZURE_CONTAINER_REGISTRY_ENDPOINT="cragentdemo0687w2.azurecr.io"
15+
AZURE_AI_PROJECT_ACR_CONNECTION_NAME="cragentdemo0687w2"
16+
USE_EXISTING_AI_PROJECT="true"
17+
ENABLE_HOSTED_AGENTS="true"
18+
DEMO_MODE="1"
19+
AGENT_DURABLE_RESEARCH_AGENT_NAME="durable-research-agent"
20+
AGENT_DURABLE_RESEARCH_AGENT_INVOCATIONS_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687/agents/durable-research-agent/endpoint/protocols/invocations?api-version=2025-11-15-preview"
21+
AGENT_DURABLE_RESEARCH_AGENT_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687/agents/durable-research-agent"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defaultEnvironment":"durable-responses-agent-demo"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
AGENT_DURABLE_RESPONSES_AGENT_DEMO_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687/agents/durable-responses-agent-demo/versions/30"
2+
AGENT_DURABLE_RESPONSES_AGENT_DEMO_NAME="durable-responses-agent-demo"
3+
AGENT_DURABLE_RESPONSES_AGENT_DEMO_RESPONSES_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687/agents/durable-responses-agent-demo/endpoint/protocols/openai/responses?api-version=2025-11-15-preview"
4+
AGENT_DURABLE_RESPONSES_AGENT_DEMO_VERSION=30
5+
AI_PROJECT_DEPLOYMENTS="[{\\\"name\\\":\\\"gpt-4o\\\",\\\"model\\\":{\\\"name\\\":\\\"gpt-4o\\\",\\\"format\\\":\\\"OpenAI\\\",\\\"version\\\":\\\"2024-11-20\\\"},\\\"sku\\\":{\\\"name\\\":\\\"GlobalStandard\\\",\\\"capacity\\\":50}}]"
6+
AZURE_AI_ACCOUNT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource"
7+
AZURE_AI_ACCOUNT_NAME="rapida-0687-resource"
8+
AZURE_AI_FOUNDRY_PROJECT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource/projects/rapida-0687"
9+
AZURE_AI_PROJECT_ACR_CONNECTION_NAME="cragentdemo0687w2"
10+
AZURE_AI_PROJECT_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687"
11+
AZURE_AI_PROJECT_ID="/subscriptions/47f1c914-e299-4953-a99d-3e34644cfe1c/resourceGroups/agents-westus2/providers/Microsoft.CognitiveServices/accounts/rapida-0687-resource/projects/rapida-0687"
12+
AZURE_AI_PROJECT_NAME="rapida-0687"
13+
AZURE_CONTAINER_REGISTRY_ENDPOINT="cragentdemo0687w2.azurecr.io"
14+
AZURE_ENV_NAME="durable-responses-agent-demo"
15+
AZURE_LOCATION="westus2"
16+
AZURE_RESOURCE_GROUP="agents-westus2"
17+
AZURE_SUBSCRIPTION_ID="47f1c914-e299-4953-a99d-3e34644cfe1c"
18+
ENABLE_CAPABILITY_HOST="false"
19+
ENABLE_HOSTED_AGENTS="true"
20+
FOUNDRY_PROJECT_ENDPOINT="https://rapida-0687-resource.services.ai.azure.com/api/projects/rapida-0687"
21+
USE_EXISTING_AI_PROJECT="true"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)