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 committed Apr 18, 2024
1 parent f527fc5 commit 5502a9e
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 @@ -851,7 +851,7 @@ variable "app_gateway_defaults" {
waf_policy = null
probe = [{
name = "default-probe"
path = "/SASLogon/apiMeta"
path = "/SASLogon/login"
}]
}
}
Expand Down

0 comments on commit 5502a9e

Please sign in to comment.