Skip to content

Commit 7ff8fb7

Browse files
grajat341Rajat Guptakamboj-prjwl
authored
Added Dedicated backend connection and certificate validation options in template for application Gateway Backend Settings (#35161)
Co-authored-by: Rajat Gupta <[email protected]> Co-authored-by: Prajjwal Kamboj <[email protected]>
1 parent 8f6dc41 commit 7ff8fb7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2024-10-01/applicationGateway.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,24 @@
18791879
"type": "string",
18801880
"description": "Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null."
18811881
},
1882+
"dedicatedBackendConnection": {
1883+
"type": "boolean",
1884+
"description": "Enable or disable dedicated connection per backend server. Default is set to false."
1885+
},
1886+
"validateCertChainAndExpiry": {
1887+
"type": "boolean",
1888+
"default": true,
1889+
"description": "Verify or skip both chain and expiry validations of the certificate on the backend server. Default is set to true."
1890+
},
1891+
"validateSNI": {
1892+
"type": "boolean",
1893+
"default": true,
1894+
"description": "When enabled, verifies if the Common Name of the certificate provided by the backend server matches the Server Name Indication (SNI) value. Default value is true."
1895+
},
1896+
"sniName": {
1897+
"type": "string",
1898+
"description": "Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request’s host header as the SNI. Default value is null."
1899+
},
18821900
"provisioningState": {
18831901
"readOnly": true,
18841902
"$ref": "./network.json#/definitions/ProvisioningState",

0 commit comments

Comments
 (0)