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 Aug 29, 2024
1 parent 915afc1 commit d5abd28
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 @@ -870,7 +870,7 @@ variable "app_gateway_defaults" {
waf_policy = null
probe = [{
name = "default-probe"
path = "/SASLogon/apiMeta"
path = "/SASLogon/login"
}]
}
}
Expand Down

0 comments on commit d5abd28

Please sign in to comment.