Skip to content

Commit 896d9e1

Browse files
Update application URLs for portal servers and sync function in production environment
1 parent 5275e15 commit 896d9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/tfvars/prd.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ availability_tests = [
9999
{
100100
workload = "portal-servers-integration"
101101
environment = "prd"
102-
app = "app-portal-servers-int-prd-uksouth-01-bxxyivgotrxya"
102+
app = "app-portal-servers-int-prd-uksouth-v1-66febf7b1b9d"
103103
app_insights = "portal"
104-
uri = "https://app-portal-servers-int-prd-uksouth-01-bxxyivgotrxya.azurewebsites.net/api/health"
104+
uri = "https://app-portal-servers-int-prd-uksouth-v1-66febf7b1b9d.azurewebsites.net/api/health"
105105
severity = "high"
106106
},
107107
{
108108
workload = "portal-sync"
109109
environment = "prd"
110-
app = "fn-portal-sync-func-prd-uksouth-50d011333089"
110+
app = "fn-portal-sync-func-prd-uksouth-50d011333089"`
111111
app_insights = "portal"
112112
uri = "https://fn-portal-sync-func-prd-uksouth-50d011333089.azurewebsites.net/api/health"
113113
severity = "critical"

0 commit comments

Comments
 (0)