Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
330 stars 209 forks source link

AS-Disable-Microsoft-Entra-ID-User-From-Entity Sentinel PlaybookTemplate BUG #589

Closed PotterOtukile54 closed 7 months ago

PotterOtukile54 commented 7 months ago

What happened? Provide a clear and concise description of the bug, including deployment details.

Several attempts at deploying via the Portal result in the same error every time:

ERROR TYPE {"customHtml":{"htmlTemplate":"

The template validation failed: 'The 'runAfter' property of template action 'HTTP_-_Authenticate' at line '1' and column '810' contains non-existent action: 'Initializevariable-_Affected_Azure_AD_Users'.'.
","viewModel":null}}

image

Please provide the correlation id associated with your error or bug.

95ae5d49-060c-445a-b1cf-9f1af2063f50

What was the expected outcome?

Succesful Deployment

Relevant log output

ERROR TYPE {"customHtml":{"htmlTemplate":"<code><div>The template validation failed: 'The 'runAfter' property of template action 'HTTP_-_Authenticate' at line '1' and column '810' contains non-existent action: 'Initialize_variable_-_Affected_Azure_AD_Users'.'.</div></code>","viewModel":null}}

Raw Log
{
  "code": "DeploymentFailed",
  "target": "/subscriptions/XXXXXX/resourceGroups/XXXXXXXXXX/providers/Microsoft.Resources/deployments/Microsoft.Template-20240222004911",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "code": "InvalidTemplate",
      "message": "The template validation failed: 'The 'runAfter' property of template action 'HTTP_-_Authenticate' at line '1' and column '810' contains non-existent action: 'Initialize_variable_-_Affected_Azure_AD_Users'.'."
    }
  ]
}
danycontre commented 7 months ago

@PotterOtukile54 please provide the details of your deployment, you can get this info from the deployments at the subscription level (Microsoft.Template-20240222004911).