Skip to content

Commit

Permalink
Adding custom port for probe in Application Gateways. (#5758)
Browse files Browse the repository at this point in the history
* Adding custom port for probe in Application Gateways

* Fix JSON

* PR comments

* PR comments
  • Loading branch information
abjai authored and sergey-shandar committed May 1, 2019
1 parent 5d97a1f commit 407842d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,13 @@
"provisioningState": {
"type": "string",
"description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"port": {
"type": "integer",
"format": "int32",
"description": "Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 and WAF_v2 only.",
"minimum": 1,
"maximum": 65535
}
},
"description": "Properties of probe of an application gateway."
Expand Down

0 comments on commit 407842d

Please sign in to comment.