Skip to content

Commit b4b104e

Browse files
Merge pull request #37076 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-15 17:30 UTC
2 parents c1b0cfc + 7a2936c commit b4b104e

5 files changed

Lines changed: 76 additions & 81 deletions

File tree

azure-sql/database/long-term-retention-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ Many applications have regulatory, compliance, or other business reasons that re
2828
By using the LTR feature, you can store specified full SQL Database and SQL Managed Instance backups in redundant Azure Blob storage with a configurable retention policy of up to 10 years. LTR backups can then be restored as a new database. If an LTR policy is configured, automated backups are copied to different blobs for long-term storage which you can then use to restore your database to a specific point in time. The copy process is a background job that has no performance impact on the database workload. The LTR policy for each database can also specify how frequently the LTR backups are created.
2929

3030
> [!NOTE]
31-
> You can [configure long-term retention backups of Azure SQL Database as immutable](backup-immutability.md), a feature currently in preview.
32-
>
33-
> It's not currently possible to configure backups of Azure SQL Managed Instance as [immutable](/azure/storage/blobs/immutable-storage-overview). LTR backups are nonmodifiable, but you can delete them through Azure portal, Azure CLI, PowerShell, or REST API. As a workaround in Azure SQL Managed Instance, you can take [copy-only database backups](/sql/relational-databases/backup-restore/copy-only-backups-sql-server?view=azuresqldb-mi-current&preserve-view=true) and retain them in your own Azure Storage account as an immutable file.
34-
31+
> - In Azure SQL Database, you can [configure long-term retention backups as immutable](backup-immutability.md).
32+
> - In Azure SQL Managed Instance, it's not currently possible to configure backups as [immutable](/azure/storage/blobs/immutable-storage-overview). LTR backups are nonmodifiable, but you can delete them through Azure portal, Azure CLI, PowerShell, or REST API. As a workaround in Azure SQL Managed Instance, you can take [copy-only database backups](/sql/relational-databases/backup-restore/copy-only-backups-sql-server?view=azuresqldb-mi-current&preserve-view=true) and retain them in your own Azure Storage account as an immutable file.
3533
3634
To enable LTR, you can define a policy using a combination of four parameters: weekly backup retention (W), monthly backup retention (M), yearly backup retention (Y), and week of the year (WeekOfYear). If you specify W, one backup every week is copied to long-term storage. If you specify M, the first backup of each month is copied to the long-term storage. If you specify Y, one backup during the week specified by WeekOfYear is copied to the long-term storage. If the specified WeekOfYear is in the past when the policy is configured, the first LTR backup is created the following year. Each backup is kept in long-term storage according to the policy parameters that are configured when the LTR backup is created.
3735

azure-sql/database/serverless-tier-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Serverless compute tier
33
description: This article describes the new serverless compute tier and compares it with the existing provisioned compute tier for Azure SQL Database.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.reviewer: moslake, mathoma, dfurman
7-
ms.date: 2/12/2026
6+
ms.reviewer: kendalv, moslake, mathoma, dfurman
7+
ms.date: 04/14/2026
88
ms.service: azure-sql-database
99
ms.subservice: service-overview
1010
ms.topic: concept-article
@@ -18,8 +18,7 @@ ms.custom:
1818

1919
Serverless is a [compute tier](service-tiers-sql-database-vcore.md#compute) for single databases in Azure SQL Database that automatically scales compute based on workload demand and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns. The serverless compute tier is available in the [General Purpose](service-tiers-sql-database-vcore.md#general-purpose) service tier and the [Hyperscale](service-tier-hyperscale.md) service tier.
2020

21-
> [!NOTE]
22-
> Auto-pause and auto-resume are currently only supported in the General Purpose service tier.
21+
Currently, auto-pause and auto-resume are currently only supported in the General Purpose service tier.
2322

2423
## Overview
2524

@@ -202,7 +201,7 @@ Auto-resuming is triggered if any of the following conditions are true at any ti
202201
|Auto-tuning|Application and verification of auto-tuning recommendations such as auto-indexing|
203202
|Database copying|Create database as copy.<br>Export to a BACPAC file.|
204203
|SQL data sync|Synchronization between hub and member databases that run on a configurable schedule or are performed manually|
205-
|Modifying certain database metadata|Adding new database tags.<br>Changing maximum vCores, minimum vCores, or auto-pause delay.|
204+
|Modifying certain database metadata|Adding or modify Azure tags on the database.<br>Changing maximum vCores, minimum vCores, or auto-pause delay.|
206205
|SQL Server Management Studio (SSMS)|When using SSMS versions earlier than 18.1 and opening a new query window for any database in the server, any auto-paused database in the same server is resumed. This behavior does not occur if using SSMS version 18.1 or later.|
207206

208207
Monitoring, management, or other solutions performing any of these operations trigger auto-resuming. Auto-resuming is also triggered during the deployment of some service updates that require the database be online.

azure-sql/virtual-machines/windows/pricing-guidance.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ If you want to develop, test, or build a proof of concept, then use the freely l
3030
> [!NOTE]
3131
> SQL Server 2025 introduces separate Enterprise Developer and Standard Developer editions of SQL Server.
3232
33-
If you want to run a lightweight workload in production (<4 cores, <1-GB memory, <10 GB/database), use the freely licensed **SQL Server Express edition**. A SQL Server Express edition VM also only incurs charges for the cost of the VM.
33+
If you want to run a lightweight workload in production (<=4 cores, <1-GB memory, <=50 GB/database), use the freely licensed **SQL Server Express edition**. A SQL Server Express edition VM only incurs charges for the cost of the VM. However, many [features](/sql/sql-server/editions-and-components-of-sql-server-2025) necessary for production, such as Enterprise-level disaster recovery features, aren't available in the Express edition, so be sure that it meets your business needs before deployment.
3434

3535
For these development/test and lightweight production workloads, you can also save money by choosing a smaller VM size that matches these workloads. The [D2as_v5](/azure/virtual-machines/dasv5-dadsv5-series) might be a good choice in some scenarios.
3636

37-
To create an Azure VM running SQL Server 2022 with one of these images, see the following links:
37+
To create an Azure VM running SQL Server 2025 with one of these images, see the following links:
3838

3939
| Platform | Freely licensed images |
4040
|---|---|
41-
| Windows Server 2022 | [SQL Server 2022 Developer Azure VM](https://portal.azure.com/#create/microsoftsqlserver.sql2022-ws2022sqldev-gen2) |
41+
| Windows Server 2025 | [SQL Server 2025 Standard Developer Azure VM](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025stddev-gen2) |
42+
| Windows Server 2025 | [SQL Server 2025 Enterprise Developer Azure VM](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025entdev-gen2) |
4243
| Ubuntu Pro 20.04 LTS | [SQL Server 2022 Developer Azure VM](https://portal.azure.com/#create/microsoftsqlserver.sql2019-ubuntupro2004sqldev_upro-ARM) |
4344

4445
## Paid SQL Server editions

0 commit comments

Comments
 (0)