Azure / Azure/azure-quickstart-templates
Sentinel example does not work without onboarding workspace resource
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.operationsmanagement/azure-sentinel/main.bicep
does not work without onboarding the workspace
// Onboard Sentinel after it has been created
resource onboardingStates 'Microsoft.SecurityInsights/onboardingStates@2022-12-01-preview' = {
scope: workspace
name: 'default'
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with quickstarts/microsoft.operationsmanagement/azure-sentinel/main.bicep and inspect how the workspace and Sentinel resources are deployed. Deploy the example in a workspace without prior onboarding and verify the reported failure. Done means the template handles Sentinel onboarding as part of the deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100