Skip to content

Commit 04d1e77

Browse files
authored
Implemented review comments
1 parent b4a06f8 commit 04d1e77

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/sql-database/sql-database-managed-instance.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,14 @@ The following table summarizes operations and typical overall durations:
165165

166166
Managed instances are not available to client applications during deployment and deletion operations.
167167

168-
Managed instances are available during update operations but there is a short downtime caused by the failover that happens at the end of updates that typically lasts up to 10 seconds. The exception to this is update of the reserved storage space in General Purpose service tier which does not incur failover nor affect instance availability.
169-
170-
> [!IMPORTANT]
171-
> Duration of a failover can vary significantly in case of long-running transactions that happen on the databases due to [prolonged recovery time](sql-database-accelerated-database-recovery.md#the-current-database-recovery-process). Hence it's not recommended to scale compute or storage of Azure SQL Database managed instance or to change service tier at the same time with the long-running transactions (data import, data processing jobs, index rebuild, etc.). Database failover that will be performed at the end of the operation will cancel ongoing transactions and result in prolonged recovery time.
168+
Managed instances are available during update operations except a short downtime caused by the failover that happens at the end of update. It typically lasts up to 10 seconds even in case of interrupted long-running transactions, thanks to the [Accelerated database recovery](sql-database-accelerated-database-recovery.md).
172169

173170
> [!TIP]
174171
> Update of the reserved storage space in General Purpose service tier does not incur failover nor affect instance availability.
175172
176-
[Accelerated database recovery](sql-database-accelerated-database-recovery.md) is not currently available for Azure SQL Database managed instances. Once enabled, this feature will significantly reduce variability of failover time, even in case of long-running transactions.
173+
> [!IMPORTANT]
174+
> It's not recommended to scale compute or storage of Azure SQL Database managed instance or to change service tier at the same time with the long-running transactions (data import, data processing jobs, index rebuild, etc.). Database failover that will be performed at the end of the operation will cancel all ongoing transactions.
175+
177176

178177
### Management operations cross-impact
179178

@@ -186,7 +185,7 @@ Managed instance management operations can affect other management operations of
186185
- **Create/scale operations submitted in 5 minute window** will be batched and executed in parallel.<br/>**Example:** Only one virtual cluster resize will be performed for all operations submitted in 5 minute window (measuring from the moment of executing the first operation request). In case that another request is submitted more than 5 minutes after submitting the first one, it will wait for virtual cluster resize to complete before execution starts.
187186

188187
> [!IMPORTANT]
189-
> All management operations are part of deployment automation process and any operation that is put on hold is automatically resumed after all conditions are met. There is no user action needed.
188+
> Management operations that are put on hold because of another operation that is in progress will be automatically resumed once conditions to proceed are met. There is no user action needed to resume temporarily paused management operation.
190189
191190
### Canceling management operations
192191

0 commit comments

Comments
 (0)