Any Azure experts in the house?

We’re seeing a Message: CloudError("The template deployment 'vm_deploy_6BqG####' is not valid according to the validation procedure. The tracking id is 'a70be08b-16e7-4cdf-####'. See inner errors for details.",) when trying to share our Dradis Azure image with a team,

Hey there.
Could this be a mismatch in the selected VMSize and the config ?

eg
“vmSize”: {
“value”: “Standard_D4_v3”
},

The template deployment 'Microsoft.Template' is not valid according to the validation procedure · Issue #83 · microsoft/nav-arm-templates · GitHub shows a similar error when selecting a mismatched VM size…