Azure Arc November release - PASS announcements
Hey folks
In the November release of Arc data services which also happened to be the same week the PASS and Microsoft Ignite conferences happened, we announced the public preview releases of a bunch of new capabilities for SQL Server enabled by Azure Arc. Yes, that’s the new product name now.
Here’s all the ones that shipped in the November release:
- Automated Backups with custom schedule
- Point-in-time restore
- Always On Availability Groups Inventory and real time status
- Performance Dashboard
- Support for Arc enabling SQL Server Failover Cluster Instances (this one shipped in October release, but listing it here as it didn’t get much coverage during the event, and many customers have asked for it)
I’ll go over each one briefly. The documentation at aka.ms/arcdocs have been updated with all the details.
Automated Backups with custom schedule: Automated backups, as a feature, has been available for Arc SQL Servers since April release. However, we only provided a “default” option. Enabling the automated backups would create a schedule that would initiate a weekly full backup, daily differential and 5-min transaction log backups. And we got a lot of feedback from customers that they want to see some flexibility in customizing this schedule. So, in the November release, you now have the option to create a custom schedule for your automated backups as follows:
- Full backups – every 1/2/3/4/5/6/7 days
- Differential backups – Every 12 or 24 hours
- Transaction log backups – incrementals of every 5 mins
Do note that the schedule is still applied at the instance level, meaning the schedule will apply to ALL the user databases on the SQL Server. You can enable backups and configure the schedule using either Azure portal or az CLI. More details at Manage automated backups for Azure Arc-enabled SQL Server from Azure portal - SQL Server enabled by Azure Arc | Microsoft Learn
Note about system databases: System databases are backed up on the same schedule as the full backup schedule.
Point-in-time restore: Once the backups are enabled via Azure Arc, you can perform a point-in-time restore from these backups, either using Azure portal or az CLI. The experience is very similar to what we have for Azure SQL products. Today we only support restoring to a new database within the same Arc SQL Server. More details at Restore to a point-in-time - SQL Server enabled by Azure Arc | Microsoft Learn
Always On Availability Groups Inventory and real time status: If you have any Always On Availability Groups configured on your SQL Server, Arc enabling those SQL Servers lets you view all the AGs in Azure portal and a real-time status of each of those AGs. The status view is very similar to the AG dashboard in SSMS for consistency. The AG list is updated every hour during the hourly uploads of usage payload. The AG status however is fetched on demand, when you browse to this page for the first time, or when you click on the Refresh button. More details at Always On availability groups inventory and status - SQL Server enabled by Azure Arc | Microsoft Learn
Support for Arc enabling SQL Server Failover Cluster Instances: This has been a long standing ask from customers. It did take us a while to get this out as the implementation was a bit tricky due to how the FCI behaves. You have a single instance of a SQL Server that can fail between a bunch of Windows Failover Cluster nodes designated as possible owners. Now each of these nodes has an Arc SQL extension service running that needs to have the intelligence to (1) detect that the SQL instance its connecting to is an FCI, and then (2) determine whether the FCI is active on this node or a different one and (3) connect (using the network name connection) and do its thing. More details at View Always On failover cluster instances - SQL Server enabled by Azure Arc | Microsoft Learn
All these features are in public preview at this time and will become Generally Available in the next few months. In the meantime, please test them out and share feedback using the feedback button in the portal.
Published on:
Learn moreRelated posts
Automating Business PDFs Using Azure Document Intelligence and Power Automate
In today’s data-driven enterprises, critical business information often arrives in the form of PDFs—bank statements, invoices, policy document...
Azure Developer CLI (azd) Dec 2025 – Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements
This post announces the December release of the Azure Developer CLI (`azd`). The post Azure Developer CLI (azd) Dec 2025 – Extensions En...
Unlock the power of distributed graph databases with JanusGraph and Azure Apache Cassandra
Connecting the Dots: How Graph Databases Drive Innovation In today’s data-rich world, organizations face challenges that go beyond simple tabl...
Azure Boards integration with GitHub Copilot
A few months ago we introduced the Azure Boards integration with GitHub Copilot in private preview. The goal was simple: allow teams to take a...
Microsoft Dataverse – Monitor batch workloads with Azure Monitor Application Insights
We are announcing the ability to monitor batch workload telemetry in Azure Monitor Application Insights for finance and operations apps in Mic...
Copilot Studio: Connect An Azure SQL Database As Knowledge
Copilot Studio can connect to an Azure SQL database and use its structured data as ... The post Copilot Studio: Connect An Azure SQL Database ...
Retirement of Global Personal Access Tokens in Azure DevOps
In the new year, we’ll be retiring the Global Personal Access Token (PAT) type in Azure DevOps. Global PATs allow users to authenticate across...
Azure Cosmos DB vNext Emulator: Query and Observability Enhancements
The Azure Cosmos DB Linux-based vNext emulator (preview) is a local version of the Azure Cosmos DB service that runs as a Docker container on ...