Skip to content

Commit

Permalink
FIX-TEMPLATE: 201-application-gateway-sslpolicy-custom (#10820)
Browse files Browse the repository at this point in the history
* initial commit

* initial commit

* changing the password to unique one

* initial commit

* changing the password to unique one

* initial commit

* initial commit

* reverting

* adding openedx version

* STAGED

* initial commit

* revert

* initial commit

* revert

* initial commit

* changing the cert data to the one that seems to be working

Co-authored-by: olga-spektra <ssi_okuzina@qbsol.com>
Co-authored-by: olga-spektra <olga@spektrasystems.com>
  • Loading branch information
3 people committed Jun 7, 2021
1 parent f83b897 commit 7121bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 201-application-gateway-sslpolicy-custom/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"type": "Microsoft.Network/applicationGateways",
"location": "[parameters('location')]",
"dependsOn": [
"[concat('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]",
"[concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]"
"[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]",
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]"
],
"properties": {
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"value": "10.0.1.11"
},
"certData": {
"value": "GEN-CUSTOM-DOMAIN-SSLCERT-PFXDATA"
"value": "GEN-SELFSIGNED-CERT-PFXDATA"
},
"certPassword": {
"value": "GEN-CUSTOM-DOMAIN-SSLCERT-PASSWORD"
"value": "GEN-SELFSIGNED-CERT-PASSWORD"
}
}
}

0 comments on commit 7121bd0

Please sign in to comment.