We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba95c8 + c454d0b commit 276d77bCopy full SHA for 276d77b
infra/main.bicep
@@ -220,7 +220,7 @@ module appserviceModule 'deploy_app_service.bicep' = {
220
}
221
222
@description('Contains WebApp URL')
223
-output webAppUrl string = appserviceModule.outputs.webAppUrl
+output WEB_APP_URL string = appserviceModule.outputs.webAppUrl
224
225
// ========== Cosmos DB module ========== //
226
module cosmosDBModule 'deploy_cosmos_db.bicep' = {
0 commit comments