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

MLZ does not set every Defender Pricing Tier to Standard (possibly out of date) defender.bicep #720

Closed
LManning-Dev opened this issue Jul 18, 2022 · 0 comments · Fixed by #722
Labels
bug Something isn't working

Comments

@LManning-Dev
Copy link
Contributor

Description

Steps to Reproduce

Deploy MLZ with deployDefender=$true

Expected behavior

All Defender Resources are set to Standard (Status should be On)

Actual behavior

New Resource Types are missed

Screenshots

Additional context

To Fix:
Update the bundle Array

param bundle array = (environment().name == 'AzureCloud') ? [
'AppServices'
'Arm'
'ContainerRegistry'
'Containers'
'CosmosDbs'
'Dns'
'KeyVaults'
'KubernetesService'
'OpenSourceRelationalDatabases'
'SqlServers'
'SqlServerVirtualMachines'
'StorageAccounts'
'VirtualMachines'
] : (environment().name == 'AzureUSGovernment') ? [
'Arm'
'ContainerRegistry'
'Containers'
'Dns'
'KubernetesService'
'OpenSourceRelationalDatabases'
'SqlServers'
'SqlServerVirtualMachines'
'StorageAccounts'
'VirtualMachines'
] : []

Cloud (public, Azure Government, etc.): Azure Commercial and Azure Government

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant