* Fix output param value

* Doc update for SQL image and DSC extension

* missing # on bullet

* artifact location
This commit is contained in:
Paul Appleby 2018-10-05 14:11:36 +01:00 коммит произвёл Krishna Nithin
Родитель 6e557dc480
Коммит c380e242ef
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -30,9 +30,9 @@ As stated the goal of this template is to deploy the infrastructure needed to su
This template uses Azure Stack Marketplace images. These need to be available on your Azure Stack instance:
* Windows Server 2016 Datacenter Core Image (for AD and File Server VMs)
* Choice of SQL Server 2016 SP2 on Windows Server 2016 (Enterprise, Standard or Developer)
* SQL Server 2016 SP2 on Windows Server 2016 (Enterprise)
* Latest SQL IaaS Extension 1.2.x (currently 1.2.30)
* Latest DSC Extension (2.76.0, or higher)
* Latest PowerShell Desired State Configuration Extension (currently 2.76.0)
## Parameters

Просмотреть файл

@ -532,7 +532,7 @@
"outputs": {
"FileSharePath": {
"type": "string",
"value": "[concat('\\\\',reference('deployS2DCluster').outputs.sofsName.value,'\\',reference('deployS2DCluster').outputs.shareName.value)]"
"value": "[concat('\\\\',reference('deployS2DCluster').outputs.sofsName.value,'.',parameters('domainName'),'\\',reference('deployS2DCluster').outputs.shareName.value)]"
},
"FileShareOwner":{
"type": "string",
@ -551,4 +551,4 @@
"value": "[parameters('sqlLogin')]"
}
}
}
}