diff --git a/infrastructure/repost-app/repost-app.bicep b/infrastructure/repost-app/repost-app.bicep index 300e957..5516759 100644 --- a/infrastructure/repost-app/repost-app.bicep +++ b/infrastructure/repost-app/repost-app.bicep @@ -44,4 +44,7 @@ module appServiceModule 'modules/appservice-module.bicep' = { cosmosAccountName: cosmosAccountName siteName: siteName } + dependsOn: [ + cosmosModule + ] }