Skip to content

Commit 2812c55

Browse files
committed
cleaning up
1 parent 73696b3 commit 2812c55

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Backups that occur before the retention period are automatically purged based on
8686
SQL Database and SQL Managed Instance compute your total in-retention backup storage as a cumulative value. Every hour, this value is reported to the Azure billing pipeline, which is responsible for aggregating this hourly usage to calculate your consumption at the end of each month. After the database is dropped, consumption decreases as backups age. After backups become older than the retention period, billing stops.
8787

8888
> [!IMPORTANT]
89-
> Backups of a database are retained for the specified retention period, even if the database has been dropped. While dropping and re-creating a database can frequently save on storage and compute costs, it might increase backup storage costs because Microsoft retains a backup for the specified retention period (which is 7 days at minimum) for each dropped database, every time it's dropped.
89+
> Backups of a database are retained for the specified retention period, even if the database has been dropped. While dropping and re-creating a database can frequently save on storage and compute costs, it might increase backup storage costs because Microsoft retains a backup for the specified retention period for each dropped database, every time it's dropped.
9090
9191
### Monitor consumption
9292

articles/azure-sql/managed-instance/quickstart-content-reference-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ms.subservice: managed-instance
88
ms.custom: sqldbrb=1
99
ms.devlang:
1010
ms.topic: quickstart
11-
author: jovanpop-msft
12-
ms.author: jovanpop
13-
ms.reviewer: sstein, carlr
11+
author: davidtrigano
12+
ms.author: datrigan
13+
ms.reviewer: vanto
1414
ms.date: 07/11/2019
1515
---
1616
# Getting started with Azure SQL Managed Instance
@@ -35,7 +35,8 @@ As a first step, you would need to create your first SQL Managed Instance with t
3535
- Set up [point-to-site VPN connection to your SQL Managed Instance](point-to-site-p2s-configure.md) from your client computer on which you have SQL Server Management Studio and other client connectivity applications. This is other of two options for connectivity to your SQL Managed Instance and to its VNet.
3636

3737
> [!NOTE]
38-
> You can also use express route or site-to-site connection from your local network, but these approaches are out of the scope of these quickstarts.
38+
> - You can also use express route or site-to-site connection from your local network, but these approaches are out of the scope of these quickstarts.
39+
> - If you change retention period from 0 (unlimited retention) to any other value, please note that retention will only apply to logs written after retention value was changed (logs written during the period when retention was set to unlimited are preserved, even after retention is enabled).
3940
4041
As an alternative to manual creation of SQL Managed Instance, you can use [PowerShell](scripts/create-configure-managed-instance-powershell.md), [PowerShell with Resource Manager template](scripts/create-powershell-azure-resource-manager-template.md), or [Azure CLI](https://docs.microsoft.com/cli/azure/sql/mi#az-sql-mi-create) to script and automate this process.
4142

articles/azure-sql/managed-instance/sql-managed-instance-paas-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 04/02/2020
1616
# What is Azure SQL Managed Instance?
1717
[!INCLUDE[appliesto-sqlmi](../includes/appliesto-sqlmi.md)]
1818

19-
Part of the Azure SQL service portfolio, Azure SQL Managed Instance is the intelligent, scalable, cloud database service that combines the broadest SQL Server database engine compatibility with all the benefits of a fully managed and evergreen platform as a service. SQL Managed instance boasts near 100% compatibility with the latest SQL Server on-premises (Enterprise Edition) database engine, providing a native [virtual network (VNet)](../../virtual-network/virtual-networks-overview.md) implementation that addresses common security concerns, and a [business model](https://azure.microsoft.com/pricing/details/sql-database/) favorable for on-premises SQL Server customers. SQL Managed Instance allows existing SQL Server customers to lift and shift their on-premises applications to the cloud with minimal application and database changes. At the same time, the SQL Managed Instance preserves all PaaS capabilities (automatic patching and version updates, [automated backups](../database/automated-backups-overview.md), [high-availability](../database/high-availability-sla.md) ), that drastically reduce management overhead and TCO.
19+
Part of the Azure SQL product family, Azure SQL Managed Instance is the intelligent, scalable, cloud database service that combines the broadest SQL Server database engine compatibility with all the benefits of a fully managed and evergreen platform as a service. SQL Managed instance boasts near 100% compatibility with the latest SQL Server on-premises (Enterprise Edition) database engine, providing a native [virtual network (VNet)](../../virtual-network/virtual-networks-overview.md) implementation that addresses common security concerns, and a [business model](https://azure.microsoft.com/pricing/details/sql-database/) favorable for on-premises SQL Server customers. SQL Managed Instance allows existing SQL Server customers to lift and shift their on-premises applications to the cloud with minimal application and database changes. At the same time, the SQL Managed Instance preserves all PaaS capabilities (automatic patching and version updates, [automated backups](../database/automated-backups-overview.md), [high-availability](../database/high-availability-sla.md) ), that drastically reduce management overhead and TCO.
2020

2121
> [!IMPORTANT]
2222
> For a list of regions where SQL Managed Instance is currently available, see [supported regions](resource-limits.md#supported-regions).

0 commit comments

Comments
 (0)