Skip to content

Commit

Permalink
Fixed dependency for remote access (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamasten authored Jan 17, 2024
1 parent 0f8285f commit 1a2b645
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 325 deletions.
1 change: 1 addition & 0 deletions src/bicep/mlz.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ module remoteAccess './core/remote-access.bicep' = if (deployRemoteAccess) {
}
dependsOn: [
azureMonitorPrivateLink
hubNetworkDNS
]
}

Expand Down
Loading

0 comments on commit 1a2b645

Please sign in to comment.