From d402cf6d9c38c2550c1656816c8204affa085a33 Mon Sep 17 00:00:00 2001 From: Marlene <57748216+marlenezw@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:46:56 +0000 Subject: [PATCH] Configure Azure Developer Pipeline --- infra/main.test.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.test.bicep b/infra/main.test.bicep index e1f9ed7f..cdfb5c18 100644 --- a/infra/main.test.bicep +++ b/infra/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' param environmentName string = 'testing' -param location string = 'canadaeast' +param location string = 'swedencentral' module main 'main.bicep' = { name: 'main'