Azure / Azure/reliability-workbook
MySQL Single server SLA should be 0
Open
bug
S
- Dominant language
- HCL
- Stars
- 61
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description

Remove the following line to set the SLA to 0:
```kql
// MySQL - 5 checks // score = ("status" + "sku" + "grsbackup" + "storageautogrow" + "replication") * 100 / (5 * ResourceTotal) //********* Future - "Sku family Gen5", read replica
Type == 'microsoft.dbformysql/servers', (DBOnlineStateCount + OtherSku + HealthyBackupCount + EnabledStorageAutogrow + ReplicationEnabled) * 100 / (5 * ResourceTotal),
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.