Skip to content

Commit 31809b0

Browse files
authored
Merge pull request #127786 from danimir/patch-5
Adding permissions required
2 parents ff21e2d + 4b5578c commit 31809b0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/azure-sql/managed-instance/user-initiated-failover.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: danimir
1010
ms.author: danil
1111
ms.reviewer: douglas, carlrab, sstein
12-
ms.date: 08/18/2020
12+
ms.date: 08/31/2020
1313
---
1414

1515
# User-initiated manual failover on SQL Managed Instance
@@ -32,6 +32,15 @@ You might consider executing a [manual failover](../database/high-availability-s
3232
3333
## Initiate manual failover on SQL Managed Instance
3434

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+
3544
### Using PowerShell
3645

3746
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

Comments
 (0)