You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,12 @@ The following table lists the features of Azure SQL Managed Instance that are cu
37
37
|[Memory optimized premium-series hardware generation](resource-limits.md#service-tier-characteristics)| Deploy your SQL Managed Instance to the new memory optimized premium-series hardware generation to take advantage of the latest Intel Ice Lake CPUs. The memory optimized hardware generation offers higher memory to vCore ratios. |
38
38
|[Migration with Log Replay Service](log-replay-service-migrate.md)| Migrate databases from SQL Server to SQL Managed Instance by using Log Replay Service. |
39
39
|[Premium-series hardware generation](resource-limits.md#service-tier-characteristics)| Deploy your SQL Managed Instance to the new premium-series hardware generation to take advantage of the latest Intel Ice Lake CPUs. |
40
+
|[Query Store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-mi-current&preserve-view=true)| Use query hints to optimize your query execution via the OPTION clause. |
40
41
|[Service Broker cross-instance message exchange](/sql/database-engine/configure-windows/sql-server-service-broker)| Support for cross-instance message exchange using Service Broker on Azure SQL Managed Instance. |
41
42
|[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. |
42
43
|[Transactional Replication](replication-transactional-overview.md)| Replicate the changes from your tables into other databases in SQL Managed Instance, SQL Database, or SQL Server. Or update your tables when some rows are changed in other instances of SQL Managed Instance or SQL Server. For information, see [Configure replication in Azure SQL Managed Instance](replication-between-two-instances-configure-tutorial.md). |
43
44
|[Threat detection](threat-detection-configure.md)| Threat detection notifies you of security threats detected to your database. |
44
-
|[Query Store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-mi-current&preserve-view=true)|Use query hints to optimize your query execution via the OPTION clause. |
45
+
|[Windows Auth for Azure Active Directory principals](winauth-azuread-overview.md)|Kerberos authentication for Azure Active Directory (Azure AD) enables Windows Authentication access to Azure SQL Managed Instance. |
45
46
|||
46
47
47
48
## General availability (GA)
@@ -70,6 +71,7 @@ Learn about significant changes to the Azure SQL Managed Instance documentation.
70
71
71
72
| Changes | Details |
72
73
| --- | --- |
74
+
|**Windows Auth for Azure Active Directory principals preview**| Windows Authentication for managed instances empowers customers to move existing services to the cloud while maintaining a seamless user experience, and provides the basis for infrastructure modernization. Learn more in [Windows Authentication for Azure Active Directory principals on Azure SQL Managed Instance](winauth-azuread-overview.md). |
73
75
|**Data virtualization preview**| It's now possible to query data in external sources such as Azure Data Lake Storage Gen2 or Azure Blob Storage, joining it with locally stored relational data. This feature is currently in preview. To learn more, see [Data virtualization](data-virtualization-overview.md). |
0 commit comments