You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Removed Microsoft logo from default report style due to [licensing requirements](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks)
41
-
*Changed default report style font to 'Segoe Ui' to align with [Microsoft guidelines](https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/f/font-font-style)
42
-
*Improved bug and feature request templates
57
+
*Improve section heading & TOC structure
58
+
*Remove Microsoft logo from default report style due to [licensing requirements](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks)
59
+
*Change default report style font to 'Segoe Ui' to align with [Microsoft guidelines](https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/f/font-font-style)
| ShowSectionInfo | true / false | true | Toggle to enable/disable information relating to Azure resources within each section. |
146
+
| ShowTags | true / false | true | Toggle to enable/disable the display of Azure resource tags. <br><br> _**Note:** Reporting of tags is not currently available on all Azure resources. Tags will only be displayed for Azure resources when the relevant section [InfoLevel](#infolevel) is configured to 2 or higher._|
146
147
147
148
### Filter
148
149
The **Filter** schema allows report content to be filtered to specific Azure subscriptions within a tenant.
@@ -189,7 +190,9 @@ The table below outlines the default and maximum **InfoLevel** settings for each
189
190
| IpGroup | 1 | 2 |
190
191
| KeyVault | 1 | 1 |
191
192
| LoadBalancer | 1 | 2 |
192
-
| PolicyAssignment | 1 | 1 |
193
+
| NetworkSecurityGroup | 1 | 2 |
194
+
| Policy > Assignments | 1 | 2 |
195
+
| Policy > Definitions | 0 | 1 |
193
196
| RecoveryServicesVault | 1 | 2 |
194
197
| RouteTable | 1 | 2 |
195
198
| SiteRecovery | 1 | 1 |
@@ -205,7 +208,7 @@ The **ExpressRoute** schema is used to configure health checks for Azure Express
| CircuitStatus | true / false | true | Highlights ExpressRoute circuits which are not enabled | ExpressRoute circuit is not enabled|
211
+
| CircuitStatus | true / false | true | Highlights ExpressRoute circuits which are disabled | ExpressRoute circuit is disabled|
209
212
210
213
#### SiteRecovery
211
214
The **SiteRecovery** schema is used to configure health checks for Azure Site Recovery.
@@ -218,20 +221,22 @@ The **SiteRecovery** schema is used to configure health checks for Azure Site Re
218
221
#### StorageAccount
219
222
The **StorageAccount** schema is used to configure health checks for Azure Storage Account.
| ProvisioningState | true / false | true | Highlights storage accounts which are in a critical state | Provisioning is in a critical state |
227
+
| StorageAccountKeyAccess | true / false | true | Highlights storage accounts which have storage account key access enabled | Storage account key access is enabled |
228
+
| SecureTransfer | true / false | true | Highlights storage accounts which do not have secure transfer enabled | Secure transfer is disabled |
229
+
| BlobAnonymousAccess | true / false | true | Highlights storage accounts which have Blob anonymous read access enabled | Anonymous read access is enabled |
230
+
| PublicNetworkAccess | true / false | true | Highlights storage accounts which have public network access enabled | Public network access is enabled |
231
+
| MinimumTlsVersion | true / false | true | Highlights storage accounts which have TLS 1.0 or TLS 1.1 configured | TLS version 1.0 or 1.1 configured |
227
232
228
233
#### VirtualMachine
229
234
The **VirtualMachine** schema is used to configure health checks for Azure Virtual Machines.
| Status | true / false | true | Highlights VMs which are not in a running state | VM is in a deallocated state |
234
-
| DiskEncryption | true / false | true | Highlights VMs which do not have disk encryption enabled | Disk encryption is not enabled|
239
+
| DiskEncryption | true / false | true | Highlights VMs which do not have disk encryption enabled | Disk encryption is disabled|
235
240
| BootDiagnostics | true / false | true | Highlights VMs which do not have boot diagnostics enabled with a custom storage account | Boot diagnostics is disabled <br>  Boot diagnostics is enabled with a managed storage account |
236
241
| BackupEnabled | true / false | true | Highlights VMs which do not have Azure Backup enabled | Backup is disabled |
0 commit comments