diff --git a/prowler/compliance/azure/cis_2.1_azure.json b/prowler/compliance/azure/cis_2.1_azure.json index bf3a5a5161..32336ba368 100644 --- a/prowler/compliance/azure/cis_2.1_azure.json +++ b/prowler/compliance/azure/cis_2.1_azure.json @@ -3115,7 +3115,9 @@ { "Id": "9.4", "Description": "Ensure that Register with Entra ID is enabled on App Service", - "Checks": [], + "Checks": [ + "app_register_with_identity" + ], "Attributes": [ { "Section": "9. AppService", diff --git a/prowler/compliance/azure/cis_3.0_azure.json b/prowler/compliance/azure/cis_3.0_azure.json index bb4338556f..a72b5907ac 100644 --- a/prowler/compliance/azure/cis_3.0_azure.json +++ b/prowler/compliance/azure/cis_3.0_azure.json @@ -3220,7 +3220,9 @@ { "Id": "9.1", "Description": "Ensure 'HTTPS Only' is set to `On`", - "Checks": [], + "Checks": [ + "app_ensure_http_is_redirected_to_https" + ], "Attributes": [ { "Section": "9. AppService", @@ -3262,7 +3264,9 @@ { "Id": "9.3", "Description": "Ensure 'FTP State' is set to 'FTPS Only' or 'Disabled'", - "Checks": [], + "Checks": [ + "app_ftp_deployment_disabled" + ], "Attributes": [ { "Section": "9. AppService", @@ -3304,7 +3308,9 @@ { "Id": "9.5", "Description": "Ensure that Register with Entra ID is enabled on App Service", - "Checks": [], + "Checks": [ + "app_register_with_identity" + ], "Attributes": [ { "Section": "9. AppService",