Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6bf0574

Browse files
committed
Removing SQL VM images and backup clarifications
1 parent 7208b81 commit 6bf0574

10 files changed

Lines changed: 32 additions & 45 deletions

azure-sql/includes/virtual-machines-2008-end-of-support.md renamed to azure-sql/includes/virtual-machines-2014-end-of-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.service: azure-vm-sql-server
66
ms.topic: include
77
---
88
> [!NOTE]
9-
> SQL Server 2008 and SQL Server 2008 R2 are out of extended support and no longer available from the Azure Marketplace.
9+
> SQL Server 2012 and SQL Server 2014 are out of mainstream support and no longer available from the Azure Marketplace.

azure-sql/virtual-machines/windows/backup-restore.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ If you want to manually manage backup and restore operations on your SQL VMs, th
7272

7373
- [Backup and restore for SQL Server 2016 and later](/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases)
7474
- [Backup and restore for SQL Server 2014](/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases?viewFallbackFrom=sql-server-2014)
75-
- [Backup and restore for SQL Server 2012](/previous-versions/sql/sql-server-2012/ms187048(v=sql.110))
76-
77-
[!INCLUDE [appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
7875

7976
The following sections describe several manual backup and restore options in more detail.
8077

azure-sql/virtual-machines/windows/create-sql-vm-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To choose an image, follow these steps:
4444

4545
1. Select **Create**.
4646

47-
[!INCLUDE [appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
47+
[!INCLUDE [appliesto-sqlvm](../../includes/virtual-machines-2014-end-of-support.md)]
4848

4949
## Basic settings
5050

azure-sql/virtual-machines/windows/create-sql-vm-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Use the following variables to define the SQL Server image to use for the virtua
9494
Get-AzVMImageOffer -Location $Location -Publisher 'MicrosoftSQLServer'
9595
```
9696

97-
[!INCLUDE[appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
97+
[!INCLUDE[appliesto-sqlvm](../../includes/virtual-machines-2014-end-of-support.md)]
9898

9999
1. List the available editions for your offer with the [Get-AzVMImageSku](/powershell/module/az.compute/get-azvmimagesku).
100100

azure-sql/virtual-machines/windows/doc-changes-updates-release-notes-whats-new-archive.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Return to [What's new in SQL Server on Azure VMs?](doc-changes-updates-release-n
3838

3939
## 2023
4040

41-
[!INCLUDE[appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
42-
4341
| Changes | Month | Details |
4442
| --- | --- |--- |
4543
| **Azure Elastic SAN preview** | October | You can now place your SQL Server workloads on an Azure Elastic SAN for improved performance, throughput, and cost. The Azure Elastic SAN is currently in preview. Review [Azure Elastic SAN](performance-guidelines-best-practices-storage.md#azure-elastic-san) to learn more. |

azure-sql/virtual-machines/windows/sql-server-extend-end-of-support.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Extend support for SQL Server 2012 by migrating your SQL Server ins
44
author: dplessMSFT
55
ms.author: dpless
66
ms.reviewer: mathoma, randolphwest
7-
ms.date: 07/10/2023
7+
ms.date: 06/12/2025
88
ms.service: azure-vm-sql-server
99
ms.subservice: management
1010
ms.topic: conceptual
@@ -16,25 +16,21 @@ tags: azure-service-management
1616

1717
SQL Server 2012 has reached the [end of its support (EOS) life cycle](/lifecycle/products/microsoft-sql-server-2012). Because many customers are still using this version, we're providing several options to continue getting support. You can migrate your on-premises SQL Server instances to Azure virtual machines (VMs), migrate to Azure SQL Database, or stay on-premises and purchase extended security updates.
1818

19-
Unlike with a managed instance, migrating to an Azure VM does not require recertifying your applications. And unlike with staying on-premises, you'll receive free extended security patches by migrating to an Azure VM.
19+
Unlike with Azure SQL Managed Instance, migrating to an Azure VM doesn't require your applications to be recertified. And unlike with staying on-premises, you receive free extended security patches by migrating to an Azure VM.
2020

2121
The rest of this article provides considerations for migrating your SQL Server instance to an Azure VM.
2222

2323
For more information about end of support options, see [End of support](/sql/sql-server/end-of-support/sql-server-end-of-support-overview).
2424

2525
## Provisioning
2626

27-
There is a pay-as-you-go **SQL Server 2012 on Windows Server 2012 R2** image available on Azure Marketplace.
27+
Customers who are on an earlier version of SQL Server need to either self-install or upgrade to SQL Server 2012. Likewise, customers on an earlier version of Windows Server need to either deploy their VM from a custom VHD or upgrade to Windows Server 2012 R2.
2828

29-
[!INCLUDE[appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
30-
31-
Customers who are on an earlier version of SQL Server will need to either self-install or upgrade to SQL Server 2012. Likewise, customers on an earlier version of Windows Server will need to either deploy their VM from a custom VHD or upgrade to Windows Server 2012 R2.
32-
33-
Images deployed through Azure Marketplace come with the SQL IaaS Agent extension pre-installed. The SQL IaaS Agent extension is a requirement for flexible licensing and automated patching. Customers who deploy self-installed VMs will need to manually install the SQL IaaS Agent extension.
29+
Images deployed through Azure Marketplace come with the SQL IaaS Agent extension preinstalled. The SQL IaaS Agent extension is a requirement for flexible licensing and automated patching. Customers who deploy self-installed VMs need to manually install the SQL IaaS Agent extension.
3430

3531
> [!NOTE]
3632
>
37-
> Although the SQL Server **Create** and **Manage** options will work with the SQL Server 2012 image in the Azure portal, the following features are _not supported_: Automatic backups, Azure Key Vault integration, and R Services.
33+
> Although the SQL Server **Manage** options work with SQL Server 2012, the following features aren't supported_: Automatic backups, and Azure Key Vault integration.
3834
3935
## Licensing
4036

@@ -46,7 +42,7 @@ Self-installed SQL Server 2012 instances on an Azure VM can register with the SQ
4642

4743
## Migration
4844

49-
You can migrate EOS SQL Server instances to an Azure VM with manual backup/restore methods. This is the most common migration method from on-premises to an Azure VM.
45+
You can migrate end of support SQL Server instances to an Azure VM with manual backup/restore methods. This is the most common migration method from on-premises to an Azure VM.
5046

5147
### Azure Site Recovery
5248

@@ -60,13 +56,13 @@ The [Azure Database Migration Service](/azure/dms/dms-overview) is an option for
6056

6157
## Disaster recovery
6258

63-
Disaster recovery solutions for EOS SQL Server on an Azure VM are as follows:
59+
Disaster recovery solutions for end of support SQL Server on an Azure VM are as follows:
6460

65-
- **SQL Server backups**: Use Azure Backup to help protect your EOS SQL Server 2012 against ransomware, accidental deletion, and corruption with a 15-minute RPO and point-in-time recovery. For more details, see [this article](/azure/backup/sql-support-matrix#scenario-support).
61+
- **SQL Server backups**: Use Azure Backup to help protect your end of support SQL Server 2012 against ransomware, accidental deletion, and corruption with a 15-minute RPO and point-in-time recovery. For more information, see [this article](/azure/backup/sql-support-matrix#scenario-support).
6662

6763
- **Log shipping**: You can create a log shipping replica in another zone or Azure region with continuous restores to reduce the RTO. You need to manually configure log shipping.
6864

69-
- **Azure Site Recovery**: You can replicate your VM between zones and regions through Azure Site Recovery replication. SQL Server requires app-consistent snapshots to guarantee recovery in case of a disaster. Azure Site Recovery offers a minimum 1-hour RPO and a 2-hour (plus SQL Server recovery time) RTO for EOS SQL Server disaster recovery.
65+
- **Azure Site Recovery**: You can replicate your VM between zones and regions through Azure Site Recovery replication. SQL Server requires app-consistent snapshots to guarantee recovery if there's a disaster. Azure Site Recovery offers a minimum 1-hour RPO and a 2-hour (plus SQL Server recovery time) RTO for end of support SQL Server disaster recovery.
7066

7167
## Security patching
7268

@@ -77,11 +73,11 @@ Extended security updates for SQL Server VMs are delivered through the Microsoft
7773
For improved patching management, which also includes Cumulative Updates, try the integrated [Azure Update Manager](../azure-update-manager-sql-vm.md) experience.
7874

7975
> [!NOTE]
80-
> Registration with the [SQL IaaS Agent extension](sql-agent-extension-manually-register-single-vm.md) is not required for _manual_ installation of extended security updates on Azure virtual machines. Microsoft Update automatically detects the VM is running in Azure and presents relevant updates for download even if the extension is not installed.
76+
> Registration with the [SQL IaaS Agent extension](sql-agent-extension-manually-register-single-vm.md) isn't required for _manual_ installation of extended security updates on Azure virtual machines. Microsoft Update automatically detects the VM is running in Azure and presents relevant updates for download even if the extension isn't installed.
8177
8278

8379

84-
[Azure Update management](/azure/automation/update-management/overview) as of today does not detect patches for SQL Server Marketplace images. You should look under Windows Updates to apply SQL Server updates in this case.
80+
[Azure Update management](/azure/automation/update-management/overview) as of today doesn't detect patches for SQL Server Marketplace images. You should look under Windows Updates to apply SQL Server updates in this case.
8581

8682
## Next steps
8783

azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@ The following table provides a matrix of pay-as-you-go SQL Server images.
9090
| **SQL Server 2019** | [Windows Server 2022](https://portal.azure.com/#create/microsoftsqlserver.sql2019-ws2022enterprise-gen2), [Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2019-ws2019enterprise-ARM) |
9191
| **SQL Server 2017** | [Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2017-ws2019enterprise-ARM), [Windows Server 2016](https://portal.azure.com/#create/Microsoft.SQLServer2017EnterpriseWindowsServer2016-ARM) |
9292
| **SQL Server 2016** | [Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2016sp3-ws2019enterprise), [Windows Server 2016](https://portal.azure.com/#create/Microsoft.SQLServer2016SP2EnterpriseWindowsServer2016-ARM) |
93-
| **SQL Server 2014** | [Windows Server 2012 R2](https://portal.azure.com/#create/microsoftsqlserver.sql2014sp3-ws2012r2enterprise-ARM) |
94-
| **SQL Server 2012** | [Windows Server 2012 R2](https://portal.azure.com/#create/Microsoft.SQLServer2012SP4EnterpriseWindowsServer2012R2-ARM) |
9593

9694
<sup>1</sup> The SQL Server 2025 image is currently only available to deploy through [Azure marketplace directly](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025entdev-gen2), and not yet available to choose from the Azure SQL deployment page or as a VM image on the **Create Azure VM** page in the Azure portal.
9795

98-
[!INCLUDE [appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
96+
[!INCLUDE [appliesto-sqlvm](../../includes/virtual-machines-2014-end-of-support.md)]
9997

10098
To see the available SQL Server on Linux virtual machine images, see [Overview of SQL Server on Azure Virtual Machines (Linux)](../linux/sql-server-on-linux-vm-what-is-iaas-overview.md).
10199

azure-sql/virtual-machines/windows/sql-vm-create-portal-quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4646

4747
![New search window](./media/sql-vm-create-portal-quickstart/create-sql-2017-vm-image.png)
4848

49-
[!INCLUDE[appliesto-sqlvm](../../includes/virtual-machines-2008-end-of-support.md)]
50-
5149
## <a id="configure"></a> Provide basic details
5250

5351
The instructions for basic details vary between deploying a conventional SQL Server on Azure VM, and [SQL Server on an Azure confidential VM](sql-vm-create-confidential-vm-how-to.md).

docs/database-engine/availability-groups/windows/active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In a [distributed availability group](distributed-availability-groups.md), backu
5151

5252
## New for SQL Server 2025
5353

54-
Starting with [!INCLUDE [sssql25-md](../../../includes/sssql25-md.md)], in addition to copy-only backups, you can also perform full, and differential backups on any secondary replica.
54+
Starting with [!INCLUDE [sssql25-md](../../../includes/sssql25-md.md)], in addition to existing copy-only and transaction log backups, you can also perform full, and differential backups on any secondary replica.
5555

5656
Use the following trace flags to enable backups on secondary replicas:
5757
- [Trace flag 3261](../../../t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql.md#tf3261): Enables differential backups on secondary replicas.

0 commit comments

Comments
 (0)