Skip to content

Commit

Permalink
FGT A/A: replace numberOfProbes with probeThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Oct 8, 2024
1 parent ae5e25b commit 6713fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FortiGate/Active-Active-ELB-ILB/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@
"protocol": "Tcp",
"port": 8008,
"intervalInSeconds": 5,
"numberOfProbes": 2
"probeThreshold": 2
},
"name": "lbprobe"
}
Expand Down Expand Up @@ -1256,7 +1256,7 @@
"protocol": "Tcp",
"port": 8008,
"intervalInSeconds": 5,
"numberOfProbes": 2
"probeThreshold": 2
},
"name": "lbprobe"
}
Expand Down

0 comments on commit 6713fa5

Please sign in to comment.