From 1a5b763119449920820f5465923d9727dacef6af Mon Sep 17 00:00:00 2001 From: Songbo Wang Date: Fri, 18 Oct 2024 09:50:56 +0800 Subject: [PATCH] Revert "ACA environment infrastructure in same group" (#94) Reverts Azure-Samples/java-microservices-aca-lab#93 --- infra/bicep/main.bicep | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/bicep/main.bicep b/infra/bicep/main.bicep index 108372c..c18dbac 100644 --- a/infra/bicep/main.bicep +++ b/infra/bicep/main.bicep @@ -252,7 +252,6 @@ module managedEnvironment 'modules/containerapps/aca-environment.bicep' = { '${umiApps.outputs.id}': {} } diagnosticWorkspaceId: logAnalytics.outputs.logAnalyticsWsId - infrastructureResourceGroupName: rg.name // put the infrasructure resource into same group tags: tags } }