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": {