Skip to content

Commit 457a533

Browse files
committed
Review updates
1 parent 9d06aaa commit 457a533

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/sql-server/azure-arc/backup-local.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ To enable automated backups using `az` CLI:
107107
```
108108

109109
b. Configure either the default schedule or a custom schedule:
110-
111110

112111
**Default schedule**
113112

docs/sql-server/azure-arc/point-in-time-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This task creates a new database as a copy of another database. The new database
1616

1717
You can restore a database to a point-in-time:
1818

19-
- From an existing databaseF
19+
- From an existing database
2020
- To a new database on the same Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance
2121

2222
[!INCLUDE [azure-arc-sql-preview](includes/azure-arc-sql-preview.md)]
@@ -59,7 +59,7 @@ az sql db-arc restore --dest-name "new_db" --resouce-group "my-rg" --name "mysou
5959

6060
## Limitations
6161

62-
- The process described in this article requires the backup take by an Azure Arc-enabled SQL Server automated backup. For instructions, see [Manage automated backups - Azure Arc-enabled SQL Server](backup-local.md).
62+
- The process described in this article requires the backup be taken by an Azure Arc-enabled SQL Server automated backup. For instructions, see [Manage automated backups - Azure Arc-enabled SQL Server](backup-local.md).
6363

6464
## Related tasks
6565

0 commit comments

Comments
 (0)