Hello How can I solve this error when trying to deploying the Microsoft sentinel lab
I have two errors
- Sentinel-traning-lab-ws/Microsoft.SecurityInsights/azuresentinel.azure-sentinel-solution-azuretraininglab
{
"status": "Failed",
"error": {
"code": "BadRequest",
"message": "{\"error\":{\"code\":\"BadRequest\",\"message\":\"Workspace 'Sentinel-traning-lab-ws' is not onboarded to Microsoft Sentinel.\"}}"
}
}
- alertRules
- {
"status": "Failed",
"error": {
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "BadRequest",
"message": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"{\\\"error\\\":{\\\"code\\\":\\\"BadRequest\\\",\\\"message\\\":\\\"Workspace 'Sentinel-traning-lab-ws' is not onboarded to Microsoft Sentinel.\\\"}}\"\r\n }\r\n}"
},
{
"code": "BadRequest",
"message": "{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"{\\\"error\\\":{\\\"code\\\":\\\"BadRequest\\\",\\\"message\\\":\\\"Workspace 'Sentinel-traning-lab-ws' is not onboarded to Microsoft Sentinel.\\\"}}\"\r\n }\r\n}"
},
{
"code": "Unauthorized",
"message": "{\r\n \"error\": {\r\n \"code\": \"Unauthorized\",\r\n \"message\": \"{\\\"error\\\":{\\\"code\\\":\\\"Unauthorized\\\",\\\"message\\\":\\\"Unauthorized access while trying to fetch Azure workspace details: 'Subscription: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ResourceGroup: 'MSSentinelLab', WorkspaceName: 'Sentinel-traning-lab-ws'' under the tenant: 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'\\\"}}\"\r\n }\r\n}"
}
]
Thank you