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

Portal accelerator updates #1342

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9040fd7
.
Springstone May 31, 2023
03d84ba
.
Springstone May 31, 2023
bb644f5
.
Springstone May 31, 2023
5d29393
.
Springstone May 31, 2023
2c57f99
.
Springstone May 31, 2023
0ba3490
.
Springstone May 31, 2023
a51aa3d
.
Springstone May 31, 2023
5ad52b4
.
Springstone May 31, 2023
782c020
.
Springstone May 31, 2023
cc5ce77
.
Springstone May 31, 2023
5f4082f
Fixing TDE assignment
Springstone May 31, 2023
37e4dc3
.
Springstone May 31, 2023
c6ebaa2
.
Springstone May 31, 2023
f7c565c
.
Springstone May 31, 2023
b428a3f
.
Springstone May 31, 2023
4302329
.
Springstone May 31, 2023
f61dfb4
Auto-update Portal experience [Springstone/427ecbbf]
github-actions[bot] May 31, 2023
7b92a5a
Whats New
Springstone May 31, 2023
f301fcd
TOC Update
Springstone May 31, 2023
a3194bb
Adding Archive/Basic info panel
Springstone Jun 7, 2023
d478e27
.
Springstone Jun 7, 2023
d8fcfd8
.
Springstone Jun 7, 2023
ac69ff5
.
Springstone Jun 7, 2023
443648a
.
Springstone Jun 7, 2023
1459724
.
Springstone Jun 7, 2023
fa05e33
.
Springstone Jun 7, 2023
b783a03
What's new
Springstone Jun 7, 2023
e069fed
.
Springstone Jun 7, 2023
e60cb30
.
Springstone Jun 7, 2023
3b5c486
Policies update
Springstone Jun 7, 2023
07d3e6b
Updates
Springstone Jun 7, 2023
acb41a3
Updating RBAC
Springstone Jun 7, 2023
ebbae7c
oh my
Springstone Jun 7, 2023
97cb0b8
Fixing eslzArm to deploy correctly v1
Springstone Jun 7, 2023
3763c86
Fixing more
Springstone Jun 7, 2023
15f6ede
.
Springstone Jun 7, 2023
efb02ed
.
Springstone Jun 7, 2023
5d7662c
.
Springstone Jun 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/wiki/ALZ-Policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ The table below provides the specific **Custom** and **Built-in** **policy defin
| **Deploy Azure Policy Add-on to Azure Kubernetes Service clusters** | **Deploy Azure Policy Add-on to Azure Kubernetes Service clusters** | `Policy Definition`, **Built-in** | Use Azure Policy Add-on to manage and report on the compliance state of your Azure Kubernetes Service (AKS) clusters. | DeployIfNotExists |
| **Configure SQL servers to have auditing enabled to Log Analytics workspace** | **Configure SQL servers to have auditing enabled to Log Analytics workspace** | `Policy Definition`, **Built-in** | To ensure the operations performed against your SQL assets are captured, SQL servers should have auditing enabled. If auditing is not enabled, this policy will configure auditing events to flow to the specified Log Analytics workspace. | DeployIfNotExists |
| **Deploy Threat Detection on SQL servers** | **Configure Azure Defender to be enabled on SQL servers** | `Policy Definition`, **Built-in** | Enable Azure Defender on your Azure SQL Servers to detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases. | DeployIfNotExists |
| **Deploy TDE on SQL servers** | **Deploy TDE on SQL servers** | `Policy Definition`, **Built-in** | This policy ensures that Transparent Data Encryption is enabled on SQL Servers | DeployIfNotExists |
| **Configure backup on virtual machines without a given tag to a new recovery services vault with a default policy** | **Configure backup on virtual machines without a given tag to a new recovery services vault with a default policy** | `Policy Definition`, **Built-in** | Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. | DeployIfNotExists |
| **Virtual networks should be protected by Azure DDoS Network Protection** | **Virtual networks should be protected by Azure DDoS Network Protection** | `Policy Definition`, **Built-in** | Protect your virtual networks against volumetric and protocol attacks with Azure DDoS Network Protection . | Modify |
| **Kubernetes cluster should not allow privileged containers** | **Kubernetes cluster should not allow privileged containers** | `Policy Definition`, **Built-in** | Do not allow privileged containers creation in a Kubernetes cluster. This recommendation is part of CIS 5.2.1 which is intended to improve the security of your Kubernetes environments. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. | Deny |
Expand Down
13 changes: 13 additions & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [In this Section](#in-this-section)
- [Updates](#updates)
- [June 2023](#june-2023)
- [May 2023](#may-2023)
- [April 2023](#april-2023)
- [March 2023](#march-2023)
Expand Down Expand Up @@ -51,6 +52,18 @@ This article will be updated as and when changes are made to the above and anyth

Here's what's changed in Enterprise Scale/Azure Landing Zones:

### June 2023

#### Policy

- Fixed default assignment for SQLEncryption (DINE-SQLEncryptionPolicyAssignment) to use the correct policy definition.
- Added new default assignment for SQLThreatDetection (DINE-SQLThreatPolicyAssignment) to use the previous policy definition from DINE-SQLEncryptionPolicyAssignment.
- Updated the assignment DINE-LogAnalyticsPolicyAssignment (Deploy-Log-Analytics) to default enforcement mode to "DoNotEnforce". The Log Analytics workspace is deployed directly by the reference implementations, and as a result this policy is no longer required to deploy the Log Analytics workspace. Retaining the assignment for auditing purposes.

#### Tooling

- Updated Portal Accelerator tooltips to provide more relevance and links to associated policies or initiatives.

### May 2023

#### Policy
Expand Down
Binary file modified docs/wiki/media/ALZ Policy Assignments v2.xlsx
Binary file not shown.
Loading