Skip to content

Commit

Permalink
CI: fix certificate id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jone-Torgersen committed Jan 31, 2025
1 parent 86eeca5 commit d35a08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/modules/containerAppFrontend.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ resource containerApp 'Microsoft.App/containerApps@2023-08-01-preview' = {
allowInsecure: false
customDomains: [
{
name: 'surveyapi.bouvetapps.io'
certificateId: resourceId('Microsoft.App/managedEnvironments', 'bds-prod-containerenv-frontend', 'managedCertificates', 'survey.bouvetapps.io-bds-prod-250120105916')
name: 'survey.bouvetapps.io'
certificateId: resourceId('Microsoft.App/managedEnvironments', containerAppEnvironmentId, 'managedCertificates', 'survey.bouvetapps.io-bds-prod-250120105916')
}
]
}
Expand Down

0 comments on commit d35a08f

Please sign in to comment.