Skip to content

Commit

Permalink
FQDN output attempt Azure#2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmakanthOS committed Jan 26, 2022
1 parent 48e7f6a commit 17106f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,10 @@
"type": "string",
"value": "[variables('lampCommon').siteURL]"
},
"frontDoorFQDN": {
"type": "string",
"value": "[variables('lampCommon').frontdoorFQDN]"
},
"controllerInstanceIP": {
"type": "string",
"value": "[reference('controllerTemplate').outputs.controllerIP.value]"
Expand Down Expand Up @@ -1120,8 +1124,8 @@
"appGwBePoolName": "[concat('appgw-bepool-', variables('resourceprefix'))]",
"appGwName": "[concat('appgw-', variables('resourceprefix'))]",
"appGwPipName": "[concat('appgw-pubip-',variables('resourceprefix'))]",
"myLampFrontDoor": "[concat('phpFrontDoor-', variables('resourceprefix'))]",
"frontDoorFQDN": "[format('{0}.azurefd.net', concat('phpFrontDoor-', variables('resourceprefix')))]",
"myLampFrontDoor": "[concat('myLampFrontDoor-', variables('resourceprefix'))]",
"frontdoorFQDN" : "[format('{0}.azurefd.net', concat('myLampFrontDoor-', variables('resourceprefix')))]",
"appGwSslCertKeyVaultResourceId": "[parameters('appGwSslCertKeyVaultResourceId')]",
"appGwSslCertKeyVaultSecretName": "[parameters('appGwSslCertKeyVaultSecretName')]",
"appGwSkuCapacity": "[parameters('appGwSkuCapacity')]",
Expand Down

0 comments on commit 17106f4

Please sign in to comment.