Skip to content

Commit 276d77b

Browse files
Merge pull request #549 from microsoft/psl-hb-minorfix
ci: fix output variable name in main.bicep
2 parents 4ba95c8 + c454d0b commit 276d77b

File tree

2 files changed

+885
-698
lines changed

2 files changed

+885
-698
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module appserviceModule 'deploy_app_service.bicep' = {
220220
}
221221

222222
@description('Contains WebApp URL')
223-
output webAppUrl string = appserviceModule.outputs.webAppUrl
223+
output WEB_APP_URL string = appserviceModule.outputs.webAppUrl
224224

225225
// ========== Cosmos DB module ========== //
226226
module cosmosDBModule 'deploy_cosmos_db.bicep' = {

0 commit comments

Comments
 (0)