-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(accelerator): add zero trust option (#32)
* feat(accelerator): add zero trust option * Update docs/content/accelerator/startermodules/terraform-platform-landing-zone/options/zero-trust.md Co-authored-by: Jared Holgate <jared.holgate@microsoft.com> * Update docs/content/accelerator/startermodules/terraform-platform-landing-zone/options/zero-trust.md Co-authored-by: Jared Holgate <jared.holgate@microsoft.com> --------- Co-authored-by: Jared Holgate <jared.holgate@microsoft.com>
- Loading branch information
1 parent
5409991
commit a001d55
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...ccelerator/startermodules/terraform-platform-landing-zone/options/zero-trust.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: 14 - Zero Trust Networking | ||
geekdocCollapseSection: true | ||
weight: 14 | ||
--- | ||
|
||
If you are looking to deploy [zero trust](https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/security-zero-trust) practices into your Landing Zone, you should enable Azure Firewall Premium SKU. | ||
This will enable the HTTPS inspection feature, which is a key component of zero trust. | ||
|
||
The steps to follow are: | ||
|
||
1. Update each firewall SKU to `"Premium"` in the `hub_and_spoke_vnet_virtual_networks` block setting. | ||
|
||
| Setting Type | Parent block(s) | Key | Action | Count | Notes | | ||
| - | - | - | - | - | - | | ||
| line | `hub_and_spoke_vnet_virtual_networks` > `<region>` > `hub_virtual_network` > `firewall` | `sku_tier` | Update the value from `"Standard"` to `"Premium"` | 1+ | <region> is the relevant region (e.g. primary or secondary). There will be two instances for a multi-region deployment | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters