-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAsBuiltReport.Microsoft.Azure.json
65 lines (65 loc) · 1.68 KB
/
AsBuiltReport.Microsoft.Azure.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
56
57
58
59
60
61
62
63
64
65
{
"Report": {
"Name": "Microsoft Azure As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"ShowSectionInfo": true,
"ShowTags": true
},
"Filter": {
"Subscription": ["*"]
},
"InfoLevel": {
"_comment_": "0 = Disabled, 1 = Enabled / Summary, 2 = Detailed, 3 = Comprehensive",
"AvailabilitySet": 1,
"Bastion": 1,
"DnsPrivateResolver": 1,
"ExpressRoute": 1,
"Firewall": 1,
"IpGroup": 1,
"KeyVault": 1,
"LoadBalancer": 1,
"NetworkSecurityGroup": 1,
"Policy": {
"Assignments": 1,
"Definitions": 0
},
"RecoveryServicesVault": 1,
"RouteTable": 1,
"SiteRecovery": 1,
"StorageAccount": 1,
"Subscription": 1,
"Tenant": 0,
"VirtualNetwork": 1,
"VirtualMachine": 1
},
"HealthCheck": {
"ExpressRoute": {
"CircuitStatus": true
},
"SiteRecovery": {
"ReplicationHealth": true,
"FailoverHealth": true
},
"StorageAccount": {
"ProvisioningState": true,
"StorageAccountKeyAccess": true,
"SecureTransfer": true,
"BlobAnonymousAccess": true,
"PublicNetworkAccess": true,
"MinimumTlsVersion": true
},
"VirtualMachine": {
"Status": true,
"DiskEncryption": true,
"BootDiagnostics": true,
"BackupEnabled": true
}
}
}