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.
1 parent 4ba95c8 commit c454d0bCopy full SHA for c454d0b
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