Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custom port for probe in Application Gateways. #5758

Merged
merged 5 commits into from
May 1, 2019
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
abjai marked this conversation as resolved.
Show resolved Hide resolved
"minimum": 1
abjai marked this conversation as resolved.
Show resolved Hide resolved
"maximum": 65535
}
},
"description": "Properties of probe of an application gateway."
Expand Down