"aadJoin": {
"type": "bool",
"metadata": {
"description": "IMPORTANT: You can use this parameter for the test purpose only as AAD Join is public preview. True if AAD Join, false if AD join"
},
"defaultValue": false
},
"intune": {
"type": "bool",
"metadata": {
"description": "IMPORTANT: Please don't use this parameter as intune enrollment is not supported yet. True if intune enrollment is selected. False otherwise"
},
"defaultValue": false
},
I am trying to automate the deployment of an Azure VM, connected to Microsoft Entra ID and Intune.
As far as I can see in the template:
Intune enrollment is not supported yet.
Will this be supported soon?
"aadJoin": {
"type": "bool",
"metadata": {
"description": "IMPORTANT: You can use this parameter for the test purpose only as AAD Join is public preview. True if AAD Join, false if AD join"
},
"defaultValue": false
},
"intune": {
"type": "bool",
"metadata": {
"description": "IMPORTANT: Please don't use this parameter as intune enrollment is not supported yet. True if intune enrollment is selected. False otherwise"
},
"defaultValue": false
},
I am trying to automate the deployment of an Azure VM, connected to Microsoft Entra ID and Intune.
As far as I can see in the template:
Intune enrollment is not supported yet.
Will this be supported soon?