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/user-initiated-failover.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
9
9
author: danimir
10
10
ms.author: danil
11
11
ms.reviewer: douglas, carlrab, sstein
12
-
ms.date: 08/18/2020
12
+
ms.date: 08/31/2020
13
13
---
14
14
15
15
# User-initiated manual failover on SQL Managed Instance
@@ -32,6 +32,15 @@ You might consider executing a [manual failover](../database/high-availability-s
32
32
33
33
## Initiate manual failover on SQL Managed Instance
34
34
35
+
### RBAC permissions required
36
+
37
+
User initiating a failover will need to have one of the following RBAC roles:
38
+
39
+
- Subscription Owner role, or
40
+
- Managed Instance Contributor role, or
41
+
- Custom role with the following permission:
42
+
-`Microsoft.Sql/managedInstances/failover/action`
43
+
35
44
### Using PowerShell
36
45
37
46
The minimum version of Az.Sql needs to be [v2.9.0](https://www.powershellgallery.com/packages/Az.Sql/2.9.0). Consider using [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal that always has the latest PowerShell version available.
0 commit comments