diff --git a/azure_jumpstart_arcbox/ARM/azuredeploy.json b/azure_jumpstart_arcbox/ARM/azuredeploy.json index 051cd7c93a..bbb5d1c28f 100644 --- a/azure_jumpstart_arcbox/ARM/azuredeploy.json +++ b/azure_jumpstart_arcbox/ARM/azuredeploy.json @@ -39,7 +39,7 @@ }, "vmAutologon": { "type": "bool", - "defaultValue": false, + "defaultValue": true, "metadata": { "description": "Enable automatic logon into ArcBox Virtual Machine" } @@ -9237,4 +9237,4 @@ "value": "[if(equals(parameters('flavor'), 'DataOps'), format('{0}@{1}', parameters('windowsAdminUsername'), parameters('addsDomainName')), '')]" } } -} \ No newline at end of file +}