Skip to content

Commit

Permalink
added dependsOn to ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecookssw committed May 9, 2022
1 parent 3d1e13c commit 397a8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ module redirect_ruleset './ruleset.bicep' = {
frontdoor_name: frontdoor_name
ruleset_name: 'RedirectsToStatic'
}
dependsOn: [
frontdoor
]
}


Expand Down

0 comments on commit 397a8f3

Please sign in to comment.