Skip to content

Commit

Permalink
👽 Add priority to ApplicationGateway routing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Jan 26, 2024
1 parent 12adf25 commit 6d179db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def __init__(
)
),
name="GuacamoleHttpRouting",
priority=200,
rule_type="Basic",
),
network.ApplicationGatewayRequestRoutingRuleArgs(
Expand All @@ -250,6 +251,7 @@ def __init__(
)
),
name="GuacamoleHttpsRouting",
priority=100,
rule_type="Basic",
),
],
Expand Down

0 comments on commit 6d179db

Please sign in to comment.