Skip to content

Commit

Permalink
region
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Chen committed Nov 26, 2024
1 parent 11eda6f commit 7b1abfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions dev-infrastructure/configurations/region.tmpl.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}')

0 comments on commit 7b1abfa

Please sign in to comment.