diff --git a/checklists/alz_checklist.en.json b/checklists/alz_checklist.en.json index ac842a55..bceba413 100644 --- a/checklists/alz_checklist.en.json +++ b/checklists/alz_checklist.en.json @@ -2674,6 +2674,7 @@ "guid": "b03ed428-4617-4067-a787-85468b9ccf3f", "id": "G04.01", "severity": "High", + "graph": "resources | where type =~ 'Microsoft.Storage/StorageAccounts' | extend compliant = iif(properties.supportsHttpsTrafficOnly != 'true', false, true) | project id, compliant", "link": "https://learn.microsoft.com/azure/storage/common/storage-require-secure-transfer", "training": "https://learn.microsoft.com/training/modules/secure-azure-storage-account/" }, diff --git a/checklists/azure_storage_checklist.en.json b/checklists/azure_storage_checklist.en.json index 56459f87..3655fb38 100644 --- a/checklists/azure_storage_checklist.en.json +++ b/checklists/azure_storage_checklist.en.json @@ -429,6 +429,7 @@ "guid": "cb8eb8c0-aa62-4a25-a495-6eaa8dc4a243", "id": "B01.01", "severity": "High", + "graph": "resources | where type == 'microsoft.storage/storageaccounts' | extend compliant = iif(['kind'] != 'StorageV2', false, true) | distinct id, compliant", "link": "https://learn.microsoft.com/azure/storage/common/storage-account-upgrade?tabs=azure-portal" }, {