Framework/Configurations/SVT/ControlSettings.json

{
  "Diagnostics_RetentionPeriod_Min": 365,
  "Diagnostics_RetentionPeriod_Forever": 0,
  "KeyVault": {
    "KeyRotationDuration_Days": 365,
    "SecretRotationDuration_Days": 180,
    "KeyType": "RSA-HSM",
    "ADAppCredentialTypeCrt": "AsymmetricX509Cert",
    "ADAppCredentialTypePwd": "Password"
  },
  "SqlServer": {
    "AuditRetentionPeriod_Days": 365
  },
  "AnalysisService": {
    "Max_Admin_Count": 2
  },
  "VirtualMachine": {
    "RDP_Port": 3389,
    "WinRM_Port": 5985
  },
  "NoOfApprovedAdmins": 5,
  "NoOfClassicAdminsLimit": 2,
  "WhitelistedMgmtCerts": {
    "Thumbprints": [],
    "ApprovedValidityRangeInDays": 732
  },
  "UniversalIPRange": "0.0.0.0-255.255.255.255",
  "IPRangeStartIP": "0.0.0.0",
  "IPRangeEndIP": "255.255.255.255",
  "MetricAlert": {
    "Batch": [
      {
        "Condition": {
          "DataSource": {
            "MetricName": "PoolDeleteCompleteEvent"
          },
          "Operator": "GreaterThan",
          "Threshold": 0,
          "TimeAggregation": "Total",
          "WindowsSize": "01:00:00"
        },
        "Status": "Enabled",
        "Actions": {
          "SendToServiceOwners": true
        }
      },
      {
        "Condition": {
          "DataSource": {
            "MetricName": "PoolDeleteStartEvent"
          },
          "Operator": "GreaterThan",
          "Threshold": 0,
          "TimeAggregation": "Total",
          "WindowsSize": "01:00:00"
        },
        "Status": "Enabled",
        "Actions": {
          "SendToServiceOwners": true
        }
      }
    ],
    "Storage": [
      {
        "Condition": {
          "DataSource": {
            "MetricName": "AnonymousSuccess"
          },
          "Operator": "GreaterThan",
          "Threshold": 0,
          "TimeAggregation": "Total",
          "WindowsSize": "01:00:00"
        },
        "Status": "Enabled",
        "Actions": {
          "SendToServiceOwners": true
        }
      }
    ]
  },
  "StorageKindMapping": [
    {
      "Kind": "BlobStorage",
      "Services": [
        "blob"
      ],
      "DiagnosticsLogServices": [
        "blob"
      ]
    },
    {
      "Kind": "Storage",
      "Services": [
        "blob",
        "file",
        "queue",
        "table"
      ],
      "DiagnosticsLogServices": [
        "blob",
        "queue",
        "table"
      ]
    }
  ],
  "AppService": {
    "Backup_RetentionPeriod_Min": 365,
    "Backup_RetentionPeriod_Forever": 0,
    "LatestDotNetFrameworkVersionNumber": "v4.0",
    "Minimum_Instance_Count": 2,
    "AADAuthAPIVersion": "2016-08-01",
    "LoadCertAppSettings": "WEBSITE_LOAD_CERTIFICATES"
  },
  "StorageDiagnosticsSkuMapping": [
    "StandardGRS",
    "StandardLRS",
    "StandardRAGRS",
    "StandardZRS"
  ],
  "StorageGeoRedundantSku": [
    "StandardGRS",
    "StandardRAGRS"
  ],
  "RedisCache": {
    "FirewallApplicableSku": [
      "Premium"
    ],
    "RDBBackApplicableSku": [
      "Premium"
    ]
  }
}