Skip to content
New issue

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

Use Microsoft Defender for Storage instead of Microsoft Defender for Storage classic pricing plan #2205

Closed
BenjaminEngeset opened this issue May 12, 2023 · 2 comments · Fixed by #2222
Labels
pillar: security Aligned to the Security pillar. rule: defender-for-cloud Rules for Microsoft Defender for Cloud
Milestone

Comments

@BenjaminEngeset
Copy link
Contributor

Existing rule

No response

Suggested rule

The new Defender for Storage plan was launched on March 28, 2023.

The new plan includes advanced security capabilities to help protect against malicious file uploads, sensitive data exfiltration, and data corruption. It also provides a more predictable and flexible pricing structure for better control over coverage and costs.

The recommended approach is to enable the new plan at the subsciption level.

The classic plan will be deprecated in the future, and the deprecation will be announced three years in advance. All future capabilities will only be added to the new plan.

To enable the new plan on a subscription a v2 subplan is required.
Example:

resource StorageAccounts 'Microsoft.Security/pricings@2023-01-01' = {
  name: 'StorageAccounts'
  properties: {
    pricingTier: 'Standard'
    subPlan: 'DefenderForStorageV2'
  }
}

Pillar

Security

Additional context

https://learn.microsoft.com/azure/defender-for-cloud/defender-for-storage-classic-migrate
https://learn.microsoft.com/azure/storage/common/azure-defender-storage-configure
https://learn.microsoft.com/azure/templates/microsoft.security/pricings

@BenjaminEngeset BenjaminEngeset added Needs: Triage 🔍 rule The issue relates to a rule labels May 12, 2023
@BenjaminEngeset
Copy link
Contributor Author

@BernieWhite Should we refactor the current rule or create a new dedicated? I'm a bit unsure what is the best approach here as the current rule really only checks for the tier and doesn't go this deep into the specs.

@BernieWhite
Copy link
Collaborator

@BenjaminEngeset I think for this case using a similar model to the Microsoft Defender for Servers, we should update the existing rule.

So let's bump the existing rule into the next baseline (currently 2023_06) when the updates to check the additional property subPlan are added.

The updated rule would check both pricingTier and subPlan and fail if both are not met.

Docs should be updated to reflect this.

@BernieWhite BernieWhite added rule: defender-for-cloud Rules for Microsoft Defender for Cloud pillar: security Aligned to the Security pillar. and removed rule The issue relates to a rule Needs: Triage 🔍 labels May 16, 2023
@BernieWhite BernieWhite added this to the v1.27.0 milestone May 21, 2023
@BernieWhite BernieWhite mentioned this issue May 30, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pillar: security Aligned to the Security pillar. rule: defender-for-cloud Rules for Microsoft Defender for Cloud
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants