File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ A2A_PORT=8001
44A2A_LOG_LEVEL=INFO
55
66# Base application URL for monitoring
7- BASE_APP_URL=https://zava-89c29415 -app.azurewebsites.net
7+ BASE_APP_URL=https://zava-aa51ac9e -app.azurewebsites.net
88
99# Azure monitoring integration
10- APPLICATION_INSIGHTS_CONNECTION_STRING=InstrumentationKey=db468090-243d-4b9c-8e5a-063f0e5f9ca6 ;IngestionEndpoint=https://westus3-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus3.livediagnostics.monitor.azure.com/;ApplicationId=f1a5d58e-12b6-4618-a3c9-c9ede48ab925
11- LOG_ANALYTICS_WORKSPACE_ID=fcb95690-218c-4e99-a3be-a552f4cf877d
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
1212
1313# Automation features
1414ENABLE_PROCESS_MANAGEMENT=true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if () {
1111
1212# Check automation endpoint
1313try {
14- = Invoke-RestMethod - Uri " https://zava-89c29415 -app.azurewebsites.net/a2a/automation/status" - TimeoutSec 5
14+ = Invoke-RestMethod - Uri " https://zava-aa51ac9e -app.azurewebsites.net/a2a/automation/status" - TimeoutSec 5
1515 Write-Host " Automation Status: "
1616} catch {
1717 Write-Host " Automation endpoint not accessible"
Original file line number Diff line number Diff line change @@ -241,17 +241,19 @@ resource "azurerm_application_insights" "appinsights" {
241241 application_type = " web"
242242 workspace_id = azurerm_log_analytics_workspace. law . id
243243
244+ # Disable billing features to avoid 404 errors
245+ daily_data_cap_in_gb = 1
246+ daily_data_cap_notifications_disabled = true
247+ sampling_percentage = 100
248+
244249 lifecycle {
245250 ignore_changes = [
246251 tags ,
247- daily_data_cap_in_gb ,
248- daily_data_cap_notifications_disabled ,
249252 disable_ip_masking ,
250253 force_customer_storage_for_profiler ,
251254 internet_ingestion_enabled ,
252255 internet_query_enabled ,
253- local_authentication_disabled ,
254- sampling_percentage
256+ local_authentication_disabled
255257 ]
256258 }
257259
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 azurerm = {
55 source = " hashicorp/azurerm"
6- version = " ~> 3.100 "
6+ version = " ~> 3.116 "
77 }
88 azapi = {
99 source = " azure/azapi"
You can’t perform that action at this time.
0 commit comments