We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentinel-linked workspaces cannot have a resource lock. https://learn.microsoft.com/en-us/azure/sentinel/best-practices-workspace-architecture#technical-best-practices-for-creating-your-workspace.
https://learn.microsoft.com/en-us/azure/sentinel/enable-entity-behavior-analytics#prerequisites (This is the feature of sentinel that doesn't like resource locks)
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json#considerations-before-applying-your-locks
From docs page:
A read-only lock on a Log Analytics workspace prevents User and Entity Behavior Analytics (UEBA) from being enabled.
A cannot-delete lock on a Log Analytics workspace doesn't prevent [data purge operations
Remove resource lock to ensure workspace falls in line with guidance.
The text was updated successfully, but these errors were encountered:
This fix was implemented with PR #941
Sorry, something went wrong.
jayhaddad
Successfully merging a pull request may close this issue.
Benefit/Result/Outcome
Sentinel-linked workspaces cannot have a resource lock. https://learn.microsoft.com/en-us/azure/sentinel/best-practices-workspace-architecture#technical-best-practices-for-creating-your-workspace.
https://learn.microsoft.com/en-us/azure/sentinel/enable-entity-behavior-analytics#prerequisites (This is the feature of sentinel that doesn't like resource locks)
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json#considerations-before-applying-your-locks
From docs page:
A read-only lock on a Log Analytics workspace prevents User and Entity Behavior Analytics (UEBA) from being enabled.
A cannot-delete lock on a Log Analytics workspace doesn't prevent [data purge operations
Description
Remove resource lock to ensure workspace falls in line with guidance.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: