You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code does not do as the comment here and here.
The conditional expression in routingintent.bicep does as expected for the true-true and true-false case but both the false-false and false-true case will deploy a PrivateTrafficRoutingPolicy. The comments says that false-false will disable the RoutingIntent feature which is not the case.
Either change comment or correct the code.
The text was updated successfully, but these errors were encountered:
Azure Virtual WAN Routing Intent and Policies
Issue Details
The code does not do as the comment here and here.
The conditional expression in routingintent.bicep does as expected for the true-true and true-false case but both the false-false and false-true case will deploy a PrivateTrafficRoutingPolicy. The comments says that false-false will disable the RoutingIntent feature which is not the case.
Either change comment or correct the code.
The text was updated successfully, but these errors were encountered: