diff --git a/.azure/main.bicep b/.azure/main.bicep index 9eee5ee..e822393 100644 --- a/.azure/main.bicep +++ b/.azure/main.bicep @@ -74,6 +74,9 @@ module redirect_ruleset './ruleset.bicep' = { frontdoor_name: frontdoor_name ruleset_name: 'RedirectsToStatic' } + dependsOn: [ + frontdoor + ] }