Skip to content

Commit

Permalink
Explicitly call out dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Nov 5, 2021
1 parent debf5cb commit f83f30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/repost-app/repost-app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ module appServiceModule 'modules/appservice-module.bicep' = {
cosmosAccountName: cosmosAccountName
siteName: siteName
}
dependsOn: [
cosmosModule
]
}

0 comments on commit f83f30f

Please sign in to comment.