Azure / SimuLand

Understand adversary tradecraft and improve detection strategies
MIT License
694 stars 79 forks source link

ARM Template Deployment #39

Open Akywondo opened 6 months ago

Akywondo commented 6 months ago

Howdy folks,

I'm trying to deploy in Azure this template and I'm getting this error message:

Any guidance would be welcomed.

Many thanks!

{"code": "MultipleErrorsOccurred", "message": "Multiple error occurred: BadRequest,BadRequest. Please see details."}

Inner Errors: {"code": "InvalidTemplate", "target": "/subscriptions/fXXXXXXXXXXXX/resourceGroups/rsg-adfslab/providers/Microsoft.Resources/deployments/CreateADForest", "message": "Deployment template validation failed: 'The value for the template parameter 'domainNetbiosName' at line '14' and column '30' is not provided. Please see https://aka.ms/arm-create-parameter-file for usage details.'.", "additionalInfo": [{"type": "TemplateViolation", "info": {"lineNumber": 14, "linePosition": 30, "path": "parameters.domainNetbiosName"}}]}

Inner Errors: {"code": "InvalidTemplate", "target": "/subscriptions/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/resourceGroups/rsg-adfslab/providers/Microsoft.Resources/deployments/JoinADFSServer", "message": "Deployment template validation failed: 'The value for the template parameter 'domainNetbiosName' at line '17' and column '30' is not provided. Please see https://aka.ms/arm-create-parameter-file for usage details.'.", "additionalInfo": [{"type": "TemplateViolation", "info": {"lineNumber": 17, "linePosition": 30, "path": "parameters.domainNetbiosName"}}]}