-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
VolumeGroup_PrivateEndpoints_Audit.json
55 lines (55 loc) · 1.66 KB
/
VolumeGroup_PrivateEndpoints_Audit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"properties": {
"displayName": "ElasticSan Volume Group should use private endpoints",
"policyType": "BuiltIn",
"mode": "All",
"description": "Private endpoints lets administrator connect virtual networks to Azure services without a public IP address at the source or destination. By mapping private endpoints to volume group, administrator can reduce data leakage risks",
"metadata": {
"version": "1.0.0",
"category": "ElasticSan"
},
"version": "1.0.0",
"parameters": {
"effect": {
"type": "String",
"metadata": {
"displayName": "Effect",
"description": "Enable or disable the execution of the policy"
},
"allowedValues": [
"Audit",
"Disabled"
],
"defaultValue": "Audit"
}
},
"policyRule": {
"if": {
"allOf": [
{
"field": "type",
"equals": "Microsoft.ElasticSan/elasticSans/volumeGroups"
},
{
"count": {
"field": "Microsoft.ElasticSan/elasticSans/volumeGroups/privateEndpointConnections[*]",
"where": {
"field": "Microsoft.ElasticSan/elasticSans/volumeGroups/privateEndpointConnections[*].privateLinkServiceConnectionState.status",
"equals": "Approved"
}
},
"less": 1
}
]
},
"then": {
"effect": "[parameters('effect')]"
}
},
"versions": [
"1.0.0"
]
},
"id": "/providers/Microsoft.Authorization/policyDefinitions/1abc5157-29f8-4dbd-b28e-ff99526cb8b7",
"name": "1abc5157-29f8-4dbd-b28e-ff99526cb8b7"
}