Skip to content

Commit

Permalink
fix: (IAC-1410) Updated the default probe path (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh authored and dhoucgitter committed Jan 6, 2025
1 parent 0e663f2 commit e0f727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ variable "app_gateway_defaults" {
waf_policy = null
probe = [{
name = "default-probe"
path = "/SASLogon/apiMeta"
path = "/SASLogon/login"
}]
}
}
Expand Down

0 comments on commit e0f727b

Please sign in to comment.