Skip to content

Commit 43157f4

Browse files
committed
Correcting problems found in PR pre-review
1 parent ce1ba25 commit 43157f4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/azure-sql/database/automated-backups-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ You can use these backups to:
6363

6464
This table summarizes the capabilities and features of [point in time restore (PITR)](recovery-using-backups.md#point-in-time-restore), [geo-restore](recovery-using-backups.md#geo-restore), and [long-term retention backups](long-term-retention-overview.md).
6565

66-
| **Backup Properties** | Point in time recovery (PITR) | Geo-restore | Long-term backup restore |           
67-
|----|--|--|--|
68-
| **Types of SQL backup** | Full, Differential, Log | Replicated copies of PITR backups | Only the full backups | 
66+
| **Backup Properties** | Point in time recovery (PITR) | Geo-restore | Long-term backup restore |
67+
|--|--|--|--|
68+
| **Types of SQL backup** | Full, Differential, Log | Replicated copies of PITR backups | Only the full backups |
6969
| **Recovery Point Objective (RPO)** |  5-10 minutes, based on compute size and amount of database activity. | Up to 1 hour, based on geo-replication.\*  |  One week (or user's policy).|
70-
| **Recovery Time Objective (RTO)** | Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time)| Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). | Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). |
71-
| **Retention** | 7 days by default, Up to 35 days |  Enabled by default, same as source.\*\* | Not enabled by default, Retention Up to 10 years. |     
70+
| **Recovery Time Objective (RTO)** | Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time)| Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). | Restore usually takes <12 hours, but could take longer dependent on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). |
71+
| **Retention** | 7 days by default, Up to 35 days |  Enabled by default, same as source.\*\* | Not enabled by default, Retention Up to 10 years. |
7272
| **Azure storage**  | Geo-redundant by default. Can optionally configure zone or locally redundant storage. | Available when PITR backup storage redundancy is set to Geo-redundant. Not available when PITR backup store is zone or locally redundant storage. | Geo-redundant by default. Can configure zone or locally redundant storage. | 
7373
| **Use to create new database in same region** | Supported | Supported | Supported |
7474
| **Use to create new database in another region** | Not Supported | Supported in any Azure region | Supported in any Azure region |
75-
| **Use to create new database in another Subscription** | Not Supported | Not Supported\*\*\* | Not Supported\*\*\* |
75+
| **Use to create new database in another Subscription** | Not Supported | Not Supported\*\*\* | Not Supported\*\*\* |
7676
| **Restore via Azure portal**|Yes|Yes|Yes|
77-
| **Restore via PowerShell** |Yes|Yes|Yes|
78-
| **Restore via Azure CLI** |Yes|Yes|Yes|
77+
| **Restore via PowerShell** |Yes|Yes|Yes|
78+
| **Restore via Azure CLI** |Yes|Yes|Yes|
7979
| | | | |
8080

8181
\* For business-critical applications that require large databases and must ensure business continuity, use [Auto-failover groups](auto-failover-group-overview.md).
@@ -485,7 +485,7 @@ Backup and restore operations for Hyperscale databases are fast regardless of da
485485

486486
### Hyperscale backup retention
487487

488-
Hyperscale backup retention is currently seven days; long-term retention policies aren't yet supported.
488+
Hyperscale backup retention is currently seven days; long-term retention policies aren't currently supported.
489489

490490
### Hyperscale storage redundancy applies to both data storage and backup storage
491491

articles/azure-sql/database/doc-changes-updates-release-notes-whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The following table lists the features of Azure SQL Database that have transitio
4949
| ---| --- |--- |
5050
| [Storage redundancy for Hyperscale databases](automated-backups-overview.md#configure-backup-storage-redundancy) | March 2022 | When creating a Hyperscale database, you can choose your preferred storage type: read-access geo-redundant storage (RA-GRS), zone-redundant storage (ZRS), or locally redundant storage (LRS) Azure standard storage. The selected storage redundancy option will be used for the lifetime of the database for both data storage redundancy and backup storage redundancy. |
5151
| [Azure Active Directory-only authentication](authentication-azure-ad-only-authentication.md) | November 2021 | It's possible to configure your Azure SQL Database to allow authentication only from Azure Active Directory. |
52-
| [AAD service principal](authentication-aad-service-principal.md) | September 2021 | Azure Active Directory (Azure AD) supports user creation in Azure SQL Database on behalf of Azure AD applications (service principals).|
53-
| [Audit management operations](../database/auditing-overview.md#auditing-of-microsoft-support-operations) | March 2021 | Azure SQL audit capabilities enable you you to audit operations done by Microsoft support engineers when they need to access your SQL assets during a support request, enabling more transparency in your workforce. |
52+
| [Azure AD service principal](authentication-aad-service-principal.md) | September 2021 | Azure Active Directory (Azure AD) supports user creation in Azure SQL Database on behalf of Azure AD applications (service principals).|
53+
| [Audit management operations](../database/auditing-overview.md#auditing-of-microsoft-support-operations) | March 2021 | Azure SQL audit capabilities enable you to audit operations done by Microsoft support engineers when they need to access your SQL assets during a support request, enabling more transparency in your workforce. |
5454
||||
5555

5656

0 commit comments

Comments
 (0)