Framework/Configurations/SVT/PowerPlatform/PowerPlatform.Environment.json

{
  "FeatureName": "Environment",
  "Reference": "aka.ms/azskpp/environment",
  "IsMaintenanceMode": false,
  "Controls": [
    {
        "ControlID": "PowerPlatform_Environment_Limit_Demo_Apps",
        "Description": "Minimize the number of test/demo apps owned by you",
        "Id": "Environment110",
        "ControlSeverity": "Medium",
        "Automated": "Yes",
        "MethodName": "CheckDemoAppsLimit",
        "Rationale": "Demo apps are usually a risk to the environment.",
        "Recommendation": "Refer: TBD",
        "Tags": [
          "SDL",
          "TCP"
        ],
        "Enabled": true
    },
    {
      "ControlID": "PowerPlatform_Environment_Remove_GitHub_Connections",
      "Description": "GitHub connections should be removed from the environment",
      "Id": "Environment120",
      "ControlSeverity": "High",
      "Automated": "Yes",
      "MethodName": "CheckGitHubConnections",
      "Rationale": "GitHub connections can lead to compromise of corporate data and are not considered safe currently.",
      "Recommendation": "Refer: TBD",
      "Tags": [
        "SDL",
        "TCP"
      ],
      "Enabled": true
    },
    {
      "ControlID": "PowerPlatform_Environment_Remove_Sql_Connections",
      "Description": "Sql connections should be removed from the environment",
      "Id": "Environment130",
      "ControlSeverity": "High",
      "Automated": "Yes",
      "MethodName": "CheckSqlConnections",
      "Rationale": "Sql connections can lead to compromise of corporate data and are not considered safe currently.",
      "Recommendation": "Refer: TBD",
      "Tags": [
        "SDL",
        "TCP"
      ],
      "Enabled": true
    }
  ]
}