Skip to content

Commit

Permalink
Merge branch 'policy-refresh-q1fy24' into denyacti
Browse files Browse the repository at this point in the history
  • Loading branch information
JamJarchitect committed Sep 18, 2023
1 parent 410bb73 commit 3219081
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## In this Section

- [Updates](#updates)
- [August 2023](#august-2023)
- [July 2023](#july-2023)
- [June 2023](#june-2023)
- [May 2023](#may-2023)
Expand Down Expand Up @@ -38,6 +39,18 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:

### August 2023

#### Other

- Renamed Azure Active Directory to Microsoft Entra ID

#### Policy

- Updated to the new [Configure Microsoft Defender for Storage to be enabled](https://www.azadvertizer.com/azpolicyadvertizer/cfdc5972-75b3-4418-8ae1-7f5c36839390.html) built-in policy to the `Deploy-MDFC-Config` initiative and assignment.
- Read more about the new Microsoft Defender for Storage here: [aka.ms//DefenderForStorage](https://aka.ms//DefenderForStorage).
- NOTE: there are additional cost considerations associated with this feature - [more info](https://learn.microsoft.com/azure/defender-for-cloud/defender-for-storage-introduction#malware-scanning-powered-by-microsoft-defender-antivirus).

### July 2023

Major update in this release: introducing the Policy Testing Framework foundation, along with tests for all assigned infrastructure policies that use the DENY effect. This will allow us to test the policies in a more automated fashion, and will help us to ensure that we don't introduce any regressions in the future. We will be adding tests for custom policies in the future.

#### Other
Expand All @@ -53,7 +66,7 @@ Major update in this release: introducing the Policy Testing Framework foundatio
- Deploy-SQL-minTLS
- Deploy-MySQL-sslEnforcement (changed from Owner to Contributor role, no built in roles currently available)
- Deploy-PostgreSQL-sslEnforcement (changed from Owner to Contributor role, no built in roles currently available)
- Additional policy definitions:
- Additional policy definitions:
- `DenyAction-ActivityLogs`
- `DenyAction-DiagnosticLogs`
- These two policy definitions prevent Activity Log Settings and Diagnostic Settings being deleted leveraging Azure Policy DenyAction functionality
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"displayName": "Deploy Microsoft Defender for Cloud configuration",
"description": "Deploy Microsoft Defender for Cloud configuration",
"metadata": {
"version": "5.0.1",
"version": "6.0.0.",
"category": "Security Center",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down Expand Up @@ -294,8 +294,8 @@
"groupNames": []
},
{
"policyDefinitionReferenceId": "defenderForStorageAccounts",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/74c30959-af11-47b3-9ed2-a26e03f427a3",
"policyDefinitionReferenceId": "defenderForStorageAccountsV2",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/cfdc5972-75b3-4418-8ae1-7f5c36839390",
"parameters": {
"effect": {
"value": "[[parameters('enableAscForStorage')]"
Expand Down

0 comments on commit 3219081

Please sign in to comment.