Skip to content

Commit

Permalink
CI: add custom domain to frontend bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jone-Torgersen committed Jan 31, 2025
1 parent 2c972d0 commit 391f022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/modules/containerAppFrontend.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ resource containerApp 'Microsoft.App/containerApps@2023-08-01-preview' = {
external: true
targetPort: targetPort
allowInsecure: false
customDomains: [
{
name: 'surveyapi.bouvetapps.io'
certificateId: '/subscriptions/${subscription().id}/resourceGroups/rg-bds/providers/Microsoft.App/managedEnvironments/bds-prod-containerenv-api/managedCertificates/surveyapi.bouvetapps.io-bds-prod-250120104816'
}
]
}
secrets: [
{
Expand Down

0 comments on commit 391f022

Please sign in to comment.