Skip to content

Commit

Permalink
fix(service): add servicebus host name as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Oct 17, 2024
1 parent 0072488 commit c6b9710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure/applications/service/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ var containerAppEnvVars = [
name: 'AZURE_CLIENT_ID'
value: managedIdentity.properties.clientId
}
{
name: 'Infrastructure:MassTransit:Host'
value: 'sb://${serviceBusNamespaceName}.servicebus.windows.net/'
}
]

resource environmentKeyVaultResource 'Microsoft.KeyVault/vaults@2023-07-01' existing = {
Expand Down

0 comments on commit c6b9710

Please sign in to comment.