Source
Repository Azure Landing Zones (ALZ) GitHub
JSON Deny-EH-minTLS
Display name
Event Hub namespaces should use a valid TLS version
Id
Deny-EH-minTLS
Version
1.1.0 Details on versioning
Category
Event Hub
Description
Event Hub namespaces should use a valid TLS version.
Cloud environments
AzureChinaCloud AzureCloud AzureUSGovernment
Mode
All
Type
Custom Azure Landing Zones (ALZ)
Preview
False
Deprecated
False
Effect
Default Deny
Allowed Audit, Deny, Disabled
RBAC role(s)
none
Rule aliases
IF (1)
Rule resource types
IF (1) Microsoft.EventHub/namespaces
Initiatives usage
Records: 10 25 100 200 Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators:
< ,
<= ,
> ,
>= ,
= ,
* ,
! ,
{ ,
} ,
|| ,
&& ,
[empty] ,
[nonempty] ,
rgx: Learn more ? Page 1 of 1
Clear Encryption Clear Deprecated GA
Initiative DisplayName
Initiative Id
Initiative Category
State
[Deprecated]: Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit
Enforce-EncryptTransit_20240509
Encryption
Deprecated
Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit
Enforce-EncryptTransit_20241211
Encryption
GA
No results
History
Date/Time (UTC ymd) (i)
Change type
Change detail
2024-10-10 01:17:21
change
Minor (1.0.0 > 1.1.0)
2024-06-03 17:39:43
add
Deny-EH-minTLS
JSON compareHide
compare mode:
side-by-side
line-by-line
version left: 1.0.0
version right: 1.1.0 1.0.0
@@ -3,9 +3,9 @@
3
"mode": "All",
4
"displayName": "Event Hub namespaces should use a valid TLS version",
5
"description": "Event Hub namespaces should use a valid TLS version.",
6
"metadata": {
7
-
"version": "1.0.0",
8
"category": "Event Hub",
9
"source": "https://github.com/Azure/Enterprise-Scale/",
10
"alzCloudEnvironments": [
11
"AzureCloud",
@@ -46,9 +46,9 @@
46
{
47
"anyOf": [
48
{
49
"field": "Microsoft.EventHub/namespaces/minimumTlsVersion",
50
-
"notEquals": "[parameters('minTlsVersion')]"
51
},
52
{
53
"field": "Microsoft.EventHub/namespaces/minimumTlsVersion",
54
"exists": "false"
3
"mode": "All",
4
"displayName": "Event Hub namespaces should use a valid TLS version",
5
"description": "Event Hub namespaces should use a valid TLS version.",
6
"metadata": {
7
+
"version": "1.1 .0",
8
"category": "Event Hub",
9
"source": "https://github.com/Azure/Enterprise-Scale/",
10
"alzCloudEnvironments": [
11
"AzureCloud",
46
{
47
"anyOf": [
48
{
49
"field": "Microsoft.EventHub/namespaces/minimumTlsVersion",
50
+
"less ": "[parameters('minTlsVersion')]"
51
},
52
{
53
"field": "Microsoft.EventHub/namespaces/minimumTlsVersion",
54
"exists": "false"
JSON
Copy definition Copy definition 4 EPAC EPAC
{ 7 items policyType: "Custom" , mode: "All" , displayName: "Event Hub namespaces should use a valid TLS version" , description: "Event Hub namespaces should use a valid TLS version." , metadata: { 4 items version: "1.1.0" , category: "Event Hub" , source: "https://github.com/Azure/Enterprise-Scale/" , alzCloudEnvironments: [ 3 items "AzureCloud" , "AzureChinaCloud" , "AzureUSGovernment" ] } , parameters: { 2 items } , policyRule: { 2 items } }