We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7ba96 + 7efde91 commit 2b71a1fCopy full SHA for 2b71a1f
1 file changed
docs/sql-server/azure-arc/point-in-time-restore.md
@@ -82,8 +82,8 @@ To enable automated backups:
82
```
83
84
### Considerations
85
-
86
-The default backup location for SQL Server (SQL 2019 and above) can be verified via:
+- Currently automated backups is only supported for SQL Server versions 2019 and above.
+- The backup files are stored in the default backup location. The default backup location for SQL Server (SQL 2019 and above) can be verified via:
87
88
```sql
89
SELECT SERVERPROPERTY('InstanceDefaultBackupPath')
0 commit comments