From 7b1abfad1e8d848d9d4e06ea3b58e654dba83535 Mon Sep 17 00:00:00 2001 From: Jenny Chen Date: Tue, 26 Nov 2024 15:08:31 -0800 Subject: [PATCH] region --- config/config.msft.yaml | 4 +--- dev-infrastructure/configurations/region.tmpl.bicepparam | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/config.msft.yaml b/config/config.msft.yaml index 27feb9372..503e9fad5 100644 --- a/config/config.msft.yaml +++ b/config/config.msft.yaml @@ -50,9 +50,7 @@ defaults: # Maestro maestro: eventGrid: - # revert once region infra pipeline is ready - # name: arohcp-maestro-{{ .ctx.regionShort }} - name: maestro-eventgrid-{{ .ctx.region }} + name: arohcp-maestro-{{ .ctx.regionShort }} maxClientSessionsPerAuthName: '4' private: false certDomain: 'selfsigned.maestro.keyvault.azure.com' diff --git a/dev-infrastructure/configurations/region.tmpl.bicepparam b/dev-infrastructure/configurations/region.tmpl.bicepparam index 65ed549df..75d89cc50 100644 --- a/dev-infrastructure/configurations/region.tmpl.bicepparam +++ b/dev-infrastructure/configurations/region.tmpl.bicepparam @@ -7,5 +7,5 @@ param regionalDNSSubdomain = '{{ .regionalDNSSubdomain }}' // maestro param maestroEventGridNamespacesName = '{{ .maestro.eventGrid.name }}' -param maestroEventGridMaxClientSessionsPerAuthName = {{ .maestro.eventGrid.maxClientSessionsPerAuthName }} -param maestroEventGridPrivate = {{ .maestro.eventGrid.private }} +param maestroEventGridMaxClientSessionsPerAuthName = any('{{ .maestro.eventGrid.maxClientSessionsPerAuthName }}') +param maestroEventGridPrivate = any('{{ .maestro.eventGrid.private }}')