diff --git a/docs/guides/mssqlserver/README.md b/docs/guides/mssqlserver/README.md index aca2f935c9..6c5ab86ccc 100644 --- a/docs/guides/mssqlserver/README.md +++ b/docs/guides/mssqlserver/README.md @@ -29,18 +29,20 @@ Microsoft SQL Server is one of the most popular relational database management s | Authentication & Authorization | ✓ | | Externally manageable Auth Secret | ✓ | | Instant and Scheduled Backup ([KubeStash](https://kubestash.com/)) | ✓ | -| Continuous Archiving using `wal-g` | ✗ | +| Continuous Archiving using `wal-g` | ✓ | | Initialization from WAL archive | ✓ | | Initializing from Snapshot ([KubeStash](https://kubestash.com/)) | ✓ | | Reconfigurable Health Checker | ✓ | | Persistent volume | ✓ | | Builtin Prometheus Discovery | ✓ | | Using Prometheus operator | ✓ | -| Automated Version Update | ✓ | -| Automatic Vertical Scaling, Volume Expansion | ✓ | -| Horizontal Scaling | ✓ | +| Automated Version Update | ✓ | +| Automated Vertical Scaling, Volume Expansion | ✓ | +| Automated Horizontal Scaling | ✓ | +| Autoscaler for Compute and Storage Resources | ✓ | | Reconfiguration | ✓ | | TLS | ✓ | +| Grafana Dashboards | ✓ | | Autoscaling (vertically) | ✓ | diff --git a/docs/guides/mssqlserver/clustering/ag_cluster.md b/docs/guides/mssqlserver/clustering/ag_cluster.md index 43ec6acc69..1483c0429c 100644 --- a/docs/guides/mssqlserver/clustering/ag_cluster.md +++ b/docs/guides/mssqlserver/clustering/ag_cluster.md @@ -3,7 +3,7 @@ title: SQL Server Availability Group Cluster Guide menu: docs_{{ .version }}: identifier: ms-clustering-availability-group - name: Availability Group (HA) Cluster + name: Availability Group (HA Cluster) parent: ms-clustering weight: 10 menu_name: docs_{{ .version }}