routebyintuition
routebyintuition
There is the same issue happening on other templates currently. The workaround for the AD deployment template is to swap out image versions. Issue: https://github.com/Azure/azure-quickstart-templates/issues/12538 imageReference: { publisher: 'MicrosoftWindowsServer' offer:...
I got tech preview to work with some alternate vm settings (along with an alternate win10). ```json "vmInfoNoClient": { "DC": { "name": "DC01", "disktype": "Premium_LRS", "size": "[parameters('vmSize')]", "imageReference": { "publisher":...
@diegopozzi1 I have attached my working template. I had to swap out the win 10 images as well and the link location default value has been updated. This launched for...
Looks like the culprit was found: [Related Issue](https://github.com/Azure/azure-quickstart-templates/issues/12548) Regarding the bandaid in the template I attached, this can't be pushed to the repo as it is hard coded version numbers...