Skip to content

Commit

Permalink
Fix the output URI
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Apr 19, 2024
1 parent f4db3cc commit 285e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = {
}

output WEB_APP_NAME string = webAppName
output WEB_URI string = 'https://${web.outputs.uri}'
output WEB_URI string = web.outputs.uri
output AZURE_LOCATION string = location

output POSTGRES_DOMAIN_NAME string = postgresServer.outputs.POSTGRES_DOMAIN_NAME
Expand Down

0 comments on commit 285e6cb

Please sign in to comment.