Skip to content

Commit 00eba58

Browse files
committed
patch env
1 parent f33a92f commit 00eba58

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/a2a/.env_automation

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ A2A_PORT=8001
44
A2A_LOG_LEVEL=INFO
55

66
# Base application URL for monitoring
7-
BASE_APP_URL=https://zava-aa51ac9e-app.azurewebsites.net
7+
BASE_APP_URL=https://zava-faf734f3-app.azurewebsites.net
88

99
# Azure monitoring integration
10-
APPLICATION_INSIGHTS_CONNECTION_STRING=InstrumentationKey=67e4c5f2-f4db-4b91-87ed-9dacd39089ae;IngestionEndpoint=https://westus3-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus3.livediagnostics.monitor.azure.com/;ApplicationId=8d8f42cf-e616-4785-b54f-bfb31224600b
11-
LOG_ANALYTICS_WORKSPACE_ID=120893fa-3dbe-4219-9535-88080316e8ee
10+
APPLICATION_INSIGHTS_CONNECTION_STRING=InstrumentationKey=b16f2aab-9b8d-4734-8318-1a4128698c04;IngestionEndpoint=https://westus3-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus3.livediagnostics.monitor.azure.com/;ApplicationId=ef0dd860-3ddd-454b-88ac-c86c9a7f1395
11+
LOG_ANALYTICS_WORKSPACE_ID=df142d8f-5c43-46d7-8269-d44b0fbc4936
1212

1313
# Automation features
1414
ENABLE_PROCESS_MANAGEMENT=true

src/a2a/status_automation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if () {
1111

1212
# Check automation endpoint
1313
try {
14-
= Invoke-RestMethod -Uri "https://zava-aa51ac9e-app.azurewebsites.net/a2a/automation/status" -TimeoutSec 5
14+
= Invoke-RestMethod -Uri "https://zava-faf734f3-app.azurewebsites.net/a2a/automation/status" -TimeoutSec 5
1515
Write-Host "Automation Status: "
1616
} catch {
1717
Write-Host "Automation endpoint not accessible"

0 commit comments

Comments
 (0)