From 51bf76967c27e5a416cefd4e8c809fe406eaf958 Mon Sep 17 00:00:00 2001 From: PCF Developer Date: Tue, 29 Jan 2019 17:57:57 +0100 Subject: [PATCH] output --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 5ca0131..6715173 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -1491,7 +1491,7 @@ ], "outputs": { "Opsman URL": { - "value": "[concat('https://',parameters('opsManFQDNPrefix'), parameters('dnsZoneName'))]", + "value": "[concat('https://',parameters('opsManFQDNPrefix'),'.', parameters('dnsZoneName'))]", "type": "string" }, "Bosh Storageaccount": {