|
| 1 | +--- |
| 2 | +title: What's new? |
| 3 | +titleSuffix: Azure SQL Database |
| 4 | +description: Learn about the new features and documentation improvements for Azure SQL Database. |
| 5 | +services: sql-database |
| 6 | +author: MashaMSFT |
| 7 | +ms.author: mathoma |
| 8 | +ms.service: sql-database |
| 9 | +ms.subservice: service-overview |
| 10 | +ms.custom: sqldbrb=2, references_regions |
| 11 | +ms.devlang: |
| 12 | +ms.topic: conceptual |
| 13 | +ms.date: 09/21/2021 |
| 14 | +--- |
| 15 | +# What's new in Azure SQL Database? |
| 16 | +[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)] |
| 17 | + |
| 18 | +This article summarizes the documentation changes associated with new features and improvements in the recent releases of [Azure SQL Database](https://azure.microsoft.com/products/azure-sql/database/). To learn more about Azure SQL Database, see the [overview](sql-database-paas-overview.md). |
| 19 | + |
| 20 | +For Azure SQL Managed Instance, see [What's new](../managed-instance/doc-changes-updates-release-notes-whats-new.md). |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +## Preview |
| 25 | + |
| 26 | +The following table lists the features of Azure SQL Database that are currently in preview: |
| 27 | + |
| 28 | +| Feature | Details | |
| 29 | +| ---| --- | |
| 30 | +| [Azure AD-only authentication](authentication-azure-ad-only-authentication.md) | It's possible to configure your Azure SQL Database to allow authentication only from Azure Active Directory. | |
| 31 | +| [Change data capture](/sql/relational-databases/track-changes/about-change-data-capture-sql-server) | Change data capture (CDC) lets you track all the changes that occur on a database. Though this feature has been available for SQL Server for quite some time, using it with Azure SQL Database is currently in preview. | |
| 32 | +| [Elastic jobs](elastic-jobs-overview.md) | The elastic jobs feature is the SQL Server Agent replacement for Azure SQL Database as a PaaS offering. | |
| 33 | +| [Elastic queries](elastic-query-overview.md) | The elastic queries feature allows for cross-database queries in Azure SQL Database. | |
| 34 | +| [Elastic transactions](elastic-transactions-overview.md) | Elastic transactions can be distributed among cloud databases in Azure SQL Database and Azure SQL Managed Instance. | |
| 35 | +| [Ledger](ledger-overview.md) | The Azure SQL Database ledger feature allows you to cryptographically attest to other parties, such as auditors or other business parties, that your data hasn't been tampered with. | |
| 36 | +| [Maintenance window](maintenance-window.md)| The maintenance window feature allows you to configure maintenance schedule for your Azure SQL Database. | |
| 37 | +| [Query editor in the Azure portal](connect-query-portal.md) | The query editor in the portal allows you to run queries against your Azure SQL Database directly from the [Azure portal](https://portal.azure.com).| |
| 38 | +| [Query Store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-current&preserve-view=true) | Use query hints to optimize your query execution via the OPTION clause. | |
| 39 | +| [SQL Analytics](../../azure-monitor/insights/azure-sql.md)|Azure SQL Analytics is an advanced cloud monitoring solution for monitoring performance of all of your Azure SQL databases at scale and across multiple subscriptions in a single view. Azure SQL Analytics collects and visualizes key performance metrics with built-in intelligence for performance troubleshooting.| |
| 40 | +| [SQL insights](../../azure-monitor/insights/sql-insights-overview.md) | SQL insights is a comprehensive solution for monitoring any product in the Azure SQL family. SQL insights uses dynamic management views to expose the data you need to monitor health, diagnose problems, and tune performance.| |
| 41 | +| [Zone redundant configuration for general purpose tier](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability-preview) | The zone redundant configuration feature utilizes [Azure Availability Zones](../../availability-zones/az-overview.md#availability-zones) to replicate databases across multiple physical locations within an Azure region. By selecting [zone redundancy](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability-preview), you can make your general purpose databases and elastic pools resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. The feature is currently only available in the general purpose tier. | |
| 42 | +||| |
| 43 | + |
| 44 | +## General availability (GA) |
| 45 | + |
| 46 | +The following table lists the features of Azure SQL Database that have transitioned from preview to general availability (GA) within the last 12 months: |
| 47 | + |
| 48 | +| Feature | GA Month | Details | |
| 49 | +| ---| --- |--- | |
| 50 | +| [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).| |
| 51 | +| [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 | +|||| |
| 53 | + |
| 54 | +## Documentation changes |
| 55 | + |
| 56 | +Learn about significant changes to the Azure SQL Database documentation. |
| 57 | + |
| 58 | +### September 2021 |
| 59 | + |
| 60 | + |
| 61 | +| Changes | Details | |
| 62 | +| --- | --- | |
| 63 | +| **Maintenance Window support for availability zones** | You can now use the [Maintenance Window feature](maintenance-window.md) if your Azure SQL Database is deployed to an availability zone. This feature is currently in preview. | |
| 64 | +||| |
| 65 | + |
| 66 | + |
| 67 | +### July 2021 |
| 68 | + |
| 69 | +| Changes | Details | |
| 70 | +| --- | --- | |
| 71 | +| **Azure AD-only authentication** | It's now possible to restrict authentication to your Azure SQL Database to Azure Active Directory users only. This feature is currently in preview. To learn more, see [Azure AD-only authentication](authentication-azure-ad-only-authentication.md). | |
| 72 | +||| |
| 73 | + |
| 74 | +### June 2021 |
| 75 | + |
| 76 | +| Changes | Details | |
| 77 | +| --- | --- | |
| 78 | +| **Query store hints** | It's now possible to use query hints to optimize your query execution via the OPTION clause. This feature is currently in preview. To learn more, see [Query store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-current&preserve-view=true). | |
| 79 | +||| |
| 80 | + |
| 81 | +### May 2021 |
| 82 | + |
| 83 | +| Changes | Details | |
| 84 | +| --- | --- | |
| 85 | +| **Change data capture** | Using change data capture (CDC) with Azure SQL Database is now in preview. To learn more, see [Change data capture](/sql/relational-databases/track-changes/about-change-data-capture-sql-server). | |
| 86 | +| **SQL Database ledger** | SQL Database ledger is in preview, and introduces the ability to cryptographically attest to other parties, such as auditors or other business parties, that your data hasn't been tampered with. To learn more, see [Ledger](ledger-overview.md). | |
| 87 | +||| |
| 88 | + |
| 89 | +### March 2021 |
| 90 | + |
| 91 | +| Changes | Details | |
| 92 | +| --- | --- | |
| 93 | + | **Maintenance window** | The maintenance window feature allows you to configure a maintenance schedule for your Azure SQL Database, currently in preview. To learn more, see [maintenance window](maintenance-window.md).| |
| 94 | +| **SQL insights** | SQL insights is a comprehensive solution for monitoring any product in the Azure SQL family. SQL insights uses dynamic management views to expose the data you need to monitor health, diagnose problems, and tune performance. To learn more, see [SQL insights](../../azure-monitor/insights/sql-insights-overview.md). | |
| 95 | +||| |
| 96 | + |
| 97 | +## Contribute to content |
| 98 | + |
| 99 | +To contribute to the Azure SQL documentation, see the [Docs contributor guide](/contribute/). |
0 commit comments