Skip to content

Commit 8b64bfa

Browse files
authored
Disabled linter length for new paragraph
1 parent 5016360 commit 8b64bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ Application rules allow or deny outbound traffic. You can use an application rul
107107

108108
### NSG Security Rules
109109

110-
For the MLZ NSG's, the same rules that were added to the Azure Firewall as post-configuration settings should be added as security rules as part of the defense in depth, layered defensive best practices. When adding these rules to the NSG's, make note that NSG's do not support FQDN's as a rule processing type. Instead of using FQDN rules, the NSG should be configured to allow all traffic for each specified port in the Destination filter. Each NSG rule should be configured to have a source CIDR range, source port number, and the destination filter configured to 'Any'. This allows all of the required FQDN's to pass through the Azure Firewall as the first layer of defense, followed by the NSG's as the second layer of defense.
110+
<!-- markdownlint-disable MD013 -->
111+
For the MLZ NSG's, the same rules that were added to the Azure Firewall as post-configuration settings should be added as security rules as part of the defense in depth, layered defensive best practices. When adding these rules to the NSG's, make note that NSG's do not support FQDN's as a rule processing type. Instead of using FQDN rules, the NSG should be configured to allow all traffic for each specified port in the Destination filter. Each NSG rule should be configured to have a source CIDR range, source port number, and the destination filter configured to 'Any'. This allows all of the required FQDN's to pass through the Azure Firewall as the first layer of defense, followed by the NSG's as the second layer of defense.
112+
<!-- markdownlint-enable MD013 -->
111113

112114
- **Azure Commercial**
113115
![alt text](image-30.png)

0 commit comments

Comments
 (0)