Skip to content

Sentinel example does not work without onboarding workspace resource #14256

Open
@tvriesde

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'
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions