I'm trying to deploy a windows server VM using ARM Template and I have configured the OS progile as below.
"windowsConfiguration": {
"provisionVmAgent": true,
"enableAutomaticUpdates": true,
"patchSettings": {
"patchMode": "AutomaticByOS"
}
},
"secrets": [],
"allowExtensionOperations": true,
"requireGuestProvisionSignal": true
And when i deploy getting the below error.
'requireGuestProvisionSignal' is not valid because the 'Microsoft.Compute/Agentless' feature is not enabled for this subscription
I'm stuck with this error and seeking help.